@charset "utf-8"; 




/*=============================== body ================================*/
body {background: url(../images/bg_title_common.jpg) no-repeat center 0px;}
body#feature {background: url(../images/bg_title_feature.jpg) no-repeat center 0px;}
body#about {background: url(../images/bg_title_about.jpg) no-repeat center 0px;}
body#facilities {background: url(../images/bg_title_facilities.jpg) no-repeat center 0px;}
body#price {background: url(../images/bg_title_about.jpg) no-repeat center 0px;}
body#contact {background: url(../images/bg_title_contact.jpg) no-repeat center 0px;}

body#recruit {background: url(../images/bg_title_recruit.jpg) no-repeat center 0px;}
body#privacy {background: url(../images/bg_title_privacy.jpg) no-repeat center 0px;}


/*===============================header================================*/
#header p#logo {
	position:absolute;
	top:35px;
	left:0px;
	width:391px;
	height:53px;
}
#header_inner p#logo a {
	outline-style:none;
}


/*================================ main_title ===============================*/
#main_title {
	width:1150px;
	height:358px;
	margin:0 auto;
	display:table;
}
#main_title h1 {
	padding-top:20px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}





/*================================bread===============================*/
#bread {
	color: #333;
	width: 1150px;
	margin:0 auto 50px;
	padding-left: 0;
	padding-top: 14px;
	padding-bottom: 10px;
	font-size: 0.9em;
	line-height: 2.2em;
}
#bread ol {
	text-indent: 0;
	margin: 0 0 0 24px;
	padding: 0;
}
#bread li {
	list-style: none;
	margin: 0;
	font-weight: bold;
	color: #333;
	float: left;
}
#bread li a {
	font-weight: bold;
	text-decoration: underline;
	background: url(none);
	height: auto;
	width: auto;
	display: inline;
}







/*================================ index menu full ==============================*/

.index_menu_full_wrap{
	height: auto;
	clear: both;
	margin-bottom: 1.5em;
	margin-right: 15px;
	margin-left: 15px;
	border: 3px double #0084B4;
	background: #FCF9F3;
	padding: 15px 15px 1.5em;
}
.index_menu_full_wrap dl{
	text-align: left;
}
.index_menu_full_wrap  dt {
	text-decoration: none;
	display: block;
	font-size: 125%;
	font-weight: bold;
}

.index_menu_full_wrap dt a{
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #357141;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
.index_menu_full_wrap dt a:hover{
	text-decoration: none;
}
.index_menu_full_wrap dd{
	min-height: 90px;
	padding: 20px 0px 0;
}



/*================================ sitemap ==============================*/

#sitemap #contents .index_menu_full_wrap {
	padding:0;
}
#sitemap #contents .index_menu_full_wrap dt a {
	font-size: 100%;
	background: #2D88C9;
	color: #fff;
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-decoration:none!important;
}
#sitemap #contents .index_menu_full_wrap dt a:hover {
	background: #6BADDE;
}
#sitemap #contents .index_menu_full_wrap dd {
	padding-bottom: 20px;
	background: #fff url(../images/index_menu_full_wrap_line.gif) repeat-x left top;
}

#sitemap .index_menu_full_wrap ul {
	text-indent:0;
	width: 1033px;
	margin-right: 0px;
	margin-left: 20px;
	text-indent: 0px;
	margin-bottom: 1em;
	height: auto;
	padding: 5px 0px 0px;
}

#sitemap .index_menu_full_wrap li {
	width: 323px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 0px 9px 10px 0px;
	padding: 8px 0px 12px 0;
}

#sitemap .index_menu_full_wrap ul li a {
	outline-style: none;
	font-weight: bold;
	font-size:115%;
}
#sitemap .index_menu_full_wrap ul li a:hover {
	color:#BB3D17;
}

