@charset "utf-8";
/*-------------------------------------------------------------------------
	LEXUES Inc.
	cascading Style Sheets for Seitai Hiyane.
	[ top page css :top.css ]	
	Copyright（C）2007 LEXUES Inc.All Rights Reserved.
------------------------------------------------------------------------- */
/* ====================================================================== */
/* common*/
/* ====================================================================== */
body {
	color: #000000;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	margin: 0px auto;
}
/* ====================================================================== */
/* link */
/* ====================================================================== */
body a:link {
	text-decoration: underline;
	color: #0F0F0F;
}
body a:visited {
	text-decoration: none;
}
body a:active {
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
	color: #fe9b00;
}
/* ====================================================================== */
/* content*/
/* ====================================================================== */
#top-inner {
	width: 900px;
	margin: 0px auto;
	text-align: right;
}
#top-inner #top {
	width: 500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
#top-inner #top ul {
	font-size: 0.8em;
	display: block;
	background-color: #000000;
	float: right;
	margin: 0px;
	padding: 2px 5px 3px 5px;
}
#top-inner #top li {
	display: inline;
	border-right: 1px solid #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}
#top-inner #top .lineNone {
	border-right-style: none;
}
#top-inner #top li a{
	color: #FCFCFC;
	text-decoration: none;
}
#top-inner #top li a:hover{
	color: #fe9b00;
	text-decoration: none;
}
#top-inner #top p {
	clear: both;
	height: 23px;
	font-size: 0.9em;
	padding-left: 30px;
	padding-top: 6px;
	font-weight: bold;
}
#header-inner {
	background-image: url(../img/bodyBg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	height: 214px;
}
#header-inner #header {
	background: url(../img/headerBg.jpg) no-repeat;
	height: 214px;
	width: 900px;
	clear: right;
	margin: 0px auto;
	text-align: left;
}
#header-inner #header h1 a {
	display: block;
	text-decoration: none;
	height: 59px;
	margin-left: 33px;
	padding-top: 46px;
}
#header-inner #header h1 {
	background: url(../img/logo.jpg) no-repeat 33px 46px;
	text-indent: -9999px;
	height: 105px;
	width: 270px;
}
#header-inner #header p {
	color: #FCFCFC;
	font-size: 0.8em;
	width: 235px;
	padding: 20px 0px 0px 40px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#header-inner #header .headerImg {
	height: 136px;
	width: 586px;
	float: right;
	margin-top: -130px;
}
#container {
	width: 830px;
	text-align: left;
	background-image: url(../img/side_bg.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 70px;
}
#container #main {
	width: 830px;
}
#container #main #nav {
	text-align: center;
	padding: 5px;
}
#container #main #nav ul {
	padding-bottom: 30px;
	float: right;
}
#container #main #nav li {
	float: left;
	margin-right: 2px;
	width: 100px;
}
#container #main #nav li a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	font-size: 0.9em;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 7px;
}
#container #main #nav li a:hover {
	background-color: #000000;
	background-image: url(../img/arr.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: center top;
	margin-top: 0px;	
}
#container #main #nav .current a{
	background-color: #000000;
	background-image: url(../img/arr.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: center top;
	margin-top: 0px;
}
#container #main #main_content {
	margin-bottom: 20px;
}
#container #main #main_content h2 {
	height: 38px;
	width: 810px;
	background-image: url(../img/access/title_bg.gif);
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 0.9em;
	padding-bottom: 30px;
}
#container #main #main_content #couse_area {
}
#container #main #main_content #couse_area #course_seitai {
	float: left;
	width: 375px;
	padding-left: 25px;
	padding-bottom: 20px;
}
#container #main #main_content #couse_area #course_seitai h3 {
	margin: 0px;
	background: url(../img/course/title_seitai.gif) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 0px 5px 30px;
	letter-spacing: 0.1em;
}
#container #main #main_content #couse_area .description {
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px;
	color: #333333;
	margin-bottom: 10px;
}
#container #main #main_content #couse_area h4 {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #006600;
	font-weight: bold;
	color: #006600;
	letter-spacing: 0.8em;
	margin-top: 20px;
	font-size: 0.8em;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#container #main #main_content #couse_area .detail {
	font-size: 0.8em;
	padding: 5px;
}
#container #main #main_content #couse_area .rate {
	color: #FF3300;
	font-weight: bold;
}
#container #main #main_content #couse_area #course_yoga {
	float: left;
	width: 375px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#container #main #main_content #couse_area #course_yoga h3 {
	margin: 0px;
	background: url(../img/course/title_yoga.gif) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 0px 5px 30px;
	letter-spacing: 0.1em;
}
#container #main #main_content #couse_area #course_yoga h4 {
	color: #FF6600;
}
#container #main #main_content #couse_area #course_yoga table {
	width: 350px;
	font-size: 0.9em;
	border: 1px solid #CCCCCC;
}
#container #main #main_content #couse_area #course_yoga tr {
}
#container #main #main_content #couse_area #course_yoga td {
	padding: 10px;
}

#container #main #main_content #couse_area #course_yoga dl {
	width: 400px;
}

#container #main #main_content #couse_area #course_yoga dt {
	float: left;
	font-size: 0.8em;
	background-color: #0000CC;
	padding-left: 10px;
	width: 100px;
	clear: both;
}
#container #main #main_content #couse_area #course_yoga dd {
	padding-left: 120px;
	font-size: 0.8em;
	background-color: #00FFCC;
	width: 220px;
}











#container #main #main_content #prof_area {
	width: 270px;
	float: left;
	padding-bottom: 20px;
	padding-left: 40px;
	letter-spacing: 1.4em;
}
#container #main #main_content #prof_area .prof_img {
	height: 230px;
	width: 266px;
	background-image: url(../img/greeting/prof_photo.jpg);
	background-repeat: no-repeat;
}
#container #main #main_content #prof_area .prof_info {
	font-size: 0.8em;
}


#container #main #main_content #mes_area {
	width: 500px;
	float: right;
	padding-bottom: 20px;
}
#container #main #main_content #mes_area .mes1 {
	font-weight: bold;
	color: #006600;
	margin-bottom: 15px;
	margin-top: 5px;
}
#container #main #main_content #mes_area .mes2 {
	margin-bottom: 10px;
	font-size: 0.9em;
}
#container #main #main_content #mes_area .mes3 {
	font-size: 0.8em;
	line-height: 1.6em;
}
#container #main #main_content #couse_area #counseling {
	clear: both;
	padding: 20px;
	width: 370px;
	font-size: 0.9em;
}
#container #main #main_content #couse_area #counseling h3 {
	font-weight: bold;
	height: 20px;
	width: 370px;
	background-color: #0066FF;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
}
#container #main #main_content #couse_area #counseling p {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}









/* ====================================================================== */
/* footer */
/* ====================================================================== */
#footer {
	background-color: #0c3200;
	clear: both;
}
#footer p {
	font-size: 0.8em;
	color: #FCFCFC;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

