@charset "utf-8";

body {
}
/*---------------------------
__container
---------------------------*/
#container {
	width: 756px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
/*---------------------------
__header
---------------------------*/
#container #header {
	height: 60px;
}
#container #header #rogo {
	float: left;
	width: 91px;
	margin-top: 18px;
}
#container #header p {
	font-size: 10px;
	float: right;
	margin-top: 20px;
}
#container #header.headimg {
	background-image: url(../images/common/head_image.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	height: 200px;
	margin-bottom: 12px;
}
/*---------------------------
__Navi
---------------------------*/
#container #navi {
	width: 756px;
	padding-bottom: 8px;
}
#container #navi div.btn_totop {
	float: right;
	background-color: #333333;
	padding: 3px;
	width: 120px;
	overflow: hidden;
}
#container #navi div.btn_totop a {
	color: #FFFFFF;
	background-color: #333333;
	text-align: right;
	display: block;
	padding: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #00CC66;
	font-size: 10px;
}
#container #navi div.btn_totop a:hover {
	background-color: #555555;
}
#container #navi div.btn_totop2 {
	float: right;
	background-color: #0F68AF;
	padding: 3px;
	width: 150px;
	overflow: hidden;
}
#container #navi div.btn_totop2 a {
	color: #FFFFFF;
	background-color: #0F68AF;
	text-align: right;
	display: block;
	padding: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #66CC00;
	font-size: 10px;
}
#container #navi div.btn_totop2 a:hover {
	background-color: #1184DD;
}
#container #navi div.btn_totop3 {
	float: right;
	background-color: #333333;
	padding: 3px;
	width: 160px;
	overflow: hidden;
}
#container #navi div.btn_totop3 a {
	color: #FFFFFF;
	background-color: #333333;
	text-align: right;
	display: block;
	padding: 3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #00CC66;
	font-size: 10px;
}
#container #navi div.btn_totop3 a:hover {
	background-color: #555555;
}
#container #navi div.listmenu {
	font-size: 10px;
	color: #111176;
	float: left;
	width: 500px;
	overflow: hidden;
	line-height: 10px;
	padding-top: 16px;
}
#container #navi div.listmenu li {
	display: inline;
}
#container #navi div.listmenu li a {
	background-image: url(../images/common/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	float: left;
	margin-right: 6px;
}
/*---------------------------
__footer
---------------------------*/
#container #footer {
	clear: both;
	width: 756px;
	padding-top: 20px;
}
#container #footer ul {
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 8px;
	margin-bottom: 20px;
}
#container #footer ul li {
	margin-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 8px;
	font-size: 10px;
	display: inline;
}
#container #footer ul li a {
}
/*---------------------------
__Banner
---------------------------*/
#container #banner_area {
	width: 756px;
	clear: both;
	padding-top: 20px;
}
#container #banner_area div.rogo {
	float: left;
	width: 300px;
}
#container #banner_area div.rogo p {
	margin-top: 4px;
}
#container #banner_area div.banner {
	float: right;
	width: 425px;
	text-align: right;
	font-size: 1.2em;
}
#container #footer #copyright {
	font-size: 10px;
	color: #333333;
	float: left;
	width: 330px;
}
/*---------------------------
__contents
---------------------------*/
#container div.contents {
	width: 756px;
}
/*---------------------------
__contents_index_Main image
---------------------------*/
#container div.contents #main_img {
	background-image: url(../images/top/top_head_image.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 371px;
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 18px;
}
#container div.contents #main_img h1 {
	display: none;
}
#container div.contents #main_img h2 {
	font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 8px;
	line-height: 20px;
	padding-bottom: 4px;
	position: absolute;
	left: 26px;
	top: 308px;
	padding-top: 4px;
}
#container div.contents #main_img h2 em {
	font-size: 8px;
	line-height: 8px;
}
/*---------------------------
__contents_index_btn
---------------------------*/
#container div.contents #main_img div.btn_top_main {
	position: absolute;
	left: 395px;
	top: 303px;
}
#container div.contents #main_img .btn_top_main p {
	float: left;
	margin: 0px;
	padding: 0px;
}
#container div.contents #main_img div.btn_top_main a {
	background-color: #333333;
	text-align: center;
	display: block;
	width: 165px;
	margin-right: 12px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#container div.contents #main_img div.btn_top_main a:hover {
	background-color: #4D5366;
}
#container div.contents #main_img .btn_top_main strong {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 4px;
}
#container div.contents div.btn_top_main2 {
	float: left;
	height: 145px;
	width: 368px;
	background-color: #CCCCCC;
}
#container div.contents div.btn_top_main3 {
	float: right;
	height: 145px;
	width: 368px;
	background-color: #CCCCCC;
}
#container div.contents div.btn_top_main2 a {
	height: 145px;
	width: 368px;
	display: block;
	text-indent: -9900px;
	background-image: url(../images/top/btn_main_const.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container div.contents div.btn_top_main3 a {
	height: 145px;
	width: 368px;
	display: block;
	text-indent: -9900px;
	background-image: url(../images/top/btn_main_chalier.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container div.contents div.btn_top_main2 a:hover,
#container div.contents div.btn_top_main3 a:hover {
	background-position: left bottom;
}
#container div.contents div.btn_top_main2 h3,
#container div.contents div.btn_top_main3 h3,
#container div.contents div.btn_top_main2 p,
#container div.contents div.btn_top_main3 p {
	display: none;
}
/*---------------------------
__contents_index_Topics
---------------------------*/
#container div.contents #topics {
	float: left;
	width: 368px;
	margin-top: 20px;
}
#container div.contents #topics h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #333333;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 6px;
}
#container div.contents #topics p {
	font-size: 1em;
}
#container div.contents #topics a {
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
}
/*---------------------------
__contents_Left side
---------------------------*/
#container div.contents div.leftside {
	float: left;
	width: 230px;
	margin-top: 20px;
}
#container div.contents div.leftside h1 {
	font-size: 1.6em;
	color: #0F68AF;
	text-align: right;
	line-height: 1.6em;
}
#container div.contents div.leftside div.photo_box {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#container div.contents div.rightside {
	float: right;
	width: 480px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0F68AF;
	padding-left: 20px;
	margin-top: 20px;
}
#container div.contents div.rightside.nobar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container div.contents div.rightside h2 {
	font-size: 1.4em;
	color: #333333;
	margin-bottom: 14px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	clear: both;
}
#container div.contents div.rightside h3 {
	font-size: 1.4em;
	color: #0F68AF;
	margin-bottom: 1em;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #0F68AF;
	line-height: 1.4em;
	padding-left: 4px;
	clear: both;
	margin-top: 1em;
}
#container div.contents div.rightside h2 img {
	margin-right: 10px;
}
#container div.contents div.rightside p {
	font-size: 1.2em;
}
#container div.contents div.rightside ol {
	margin-bottom: 1.5em;
}
#container div.contents div.rightside ol li {
	font-size: 1.4em;
	font-weight: bold;
	list-style-type: decimal;
	margin-left: 24px;
}
#container div.contents div.rightside ol.nomallist li {
	font-size: 1.2em;
	list-style-type: decimal;
	margin-left: 24px;
	font-weight: normal;
}
#container div.contents div.rightside table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.2em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	width: 460px;
}
#container div.contents div.rightside table td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	padding: 5px;
	text-align: center;
}
#container div.contents div.rightside table thead th {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	background-color: #99CCFF;
	text-align: center;
}
#container div.contents div.rightside table tbody th {
	text-align: left;
	padding-left: 20px;
	font-weight: normal;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
#container div.contents div.rightside table th.text_strong1 {
	font-weight: bold;
	padding-left: 10px;
}
#container div.contents div.rightside table caption {
	font-size: 0.8em;
	text-align: left;
	margin-top: 1em;
}
#container div.contents div.rightside hr {
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-color: #999999;
	height: 1px;
}
#container div.contents div.rightside ul.point_block {
	font-size: 1.4em;
	font-weight: normal;
	color: #000066;
}
#container div.contents div.rightside ul.point_block a {
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
}
#container div.btn_to_pagetop {
	float: right;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 1em;
	display: block;
	width: 120px;
	text-align: right;
	background-image: url(../images/common/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}
#container #details_menu {
	clear: both;
	width: 756px;
	padding-top: 20px;
}
#container #details_menu h2 {
	font-size: 1.6em;
	color: #3A6AB0;
	background-image: url(../images/common/h2bg.jpg);
	background-repeat: no-repeat;
	height: 41px;
	width: 744px;
	line-height: 41px;
	overflow: hidden;
	margin-bottom: 16px;
	padding-left: 12px;
}
#container #details_menu div.details_click {
	position: absolute;
	left: 537px;
	top: 481px;
	text-align: right;
	width: 287px;
}
#container #details_menu ul {
	margin-bottom: 12px;
	margin-left: 12px;
}
* html #container #details_menu ul {
	margin-bottom: 24px;
	margin-left: 6px;
}
#container #details_menu li {
	width: 220px;
	float: left;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 6px;
	padding: 6px;
	background-image: url(../images/common/details_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#container #details_menu a {
	font-size: 12px;
	color: #517CBA;
	display: block;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #66CC00;
	padding-left: 4px;
	overflow: hidden;
}
#container #details_menu a:hover {
	background-color: #FFFFFF;
}
#container div.contents ul.page_link {
	clear: both;
	margin-left: 242px;
	width: 400px;
}
#container div.contents ul.page_link li {
	display: block;
	border: 1px solid #0462A3;
	float: left;
	line-height: 30px;
	text-align: center;
	width: 30px;
	margin-right: 12px;
	font-size: 12px;
}
#container div.contents ul.page_link a {
	background-color: #EBEBEB;
	display: block;
}
#container div.contents ul.page_link a:hover {
	background-color: #0F68AF;
	font-weight: bold;
	color: #FFFFFF;
}
#container div.contents div.rightside ul.chalier_menu li {
	margin-bottom: 20px;
}
#container div.contents div.rightside ul.chalier_menu {
	margin-top: 20px;
}
#container div.contents div.rightside dl {
	clear: both;
	width: 470px;
	float: left;
	padding: 4px;
	margin-bottom: 1px;
	background-color: #224EAE;
}
#container div.contents div.rightside dl.bgcolor {
	background-color: #1D4293;
}
#container div.contents div.rightside dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	width: 170px;
	display: block;
	margin-top: 4px;
	margin-left: 6px;
}
#container div.contents div.rightside dd {
	font-size: 1.2em;
	display: block;
	float: right;
	width: 260px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
}
/*---------------------------
__写真レイアウト用
---------------------------*/
#container div.contents div.rightside div.photo_box {
	float: left;
	margin-top: 1em;
	margin-right: 20px;
	margin-bottom: 2em;
}
* html #container div.contents div.rightside div.photo_box {
	float: left;
	margin-top: 1em;
	margin-right: 10px;
	margin-bottom: 2em;
}
#container div.contents div.rightside div.photo_box2 {
	float: right;
	margin-left: 16px;
	margin-bottom: 2em;
}
#container div.contents div.rightside div.photo_box3 {
	margin-bottom: 2em;
}
#container div.contents div.rightside div.photo_box3 img {
	margin-bottom: 1em;
}
div.box_width266px {
	width: 266px;
}
div.box_width146px {
	width: 146px;
}
div.box_width220px {
	width: 220px;
}
div.box_width125px {
	width: 125px;
}
div.box_width161px {
	width: 161px;
}
div.box_width200px {
	width: 200px;
}
div.box_width152px {
	width: 152px;
}
div.box_width285px {
	width: 285px;
}
/*---------------------------
__サイトマップ
---------------------------*/
#container div.contents div.rightside ul#sitmap_menu {
	font-size: 1.2em;
	line-height: 2;
}
* html #container div.contents div.rightside ul#sitmap_menu {
	font-size: 12px;
	line-height: 12px;
}
#container div.contents div.rightside ul#sitmap_menu li a {
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	display: block;
}
#container div.contents div.rightside ul#sitmap_menu li a:hover {
	color: #0F68AF;
}
#container div.contents div.rightside ul#sitmap_menu ul {
	margin-top: 0px;
	margin-bottom: 6px;
}
#container div.contents div.rightside ul#sitmap_menu ul li a {
	color: #333333;
	margin-left: 2em;
	border-bottom-style: none;
}
#container div.contents div.rightside ul#sitmap_menu ul ul li a {
	color: #333333;
	margin-left: 4em;
	font-weight: normal;
	border-bottom-style: none;
}
/*---------------------------
__クラス
---------------------------*/
.margin-top3em {
	margin-top: 3em;
}
.margin-bottom1em {
	margin-bottom: 1em;
}
.imgflote_left {
	float: left;
	margin-right: 18px;
}
.textalign_right {
	text-align: right;
}

