/* CSS Document */

@charset "utf-8";

/*----------------------------------------------------------------------------
	共通部分
----------------------------------------------------------------------------*/
.margin_b5{ margin-bottom:5px;}
.margin_b10{ margin-bottom:10px;}
.margin_b20{ margin-bottom:20px;}
.margin_b30{ margin-bottom:30px;}
.margin_b40{ margin-bottom:40px;}
.top_line01 {
	background-color: #73B8CB;
	height: 4px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6B4D36;
	margin-bottom: 15px;
}
#header {
	height: 65px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#header #logo {
	float: left;
	width: 170px;
}
#header h1 {
	float: left;
	width: 340px;
	margin-right: 70px;
	margin-left: 70px;
	font-size: 12px;
}
#header #contact {
	float: right;
	width: 310px;
}
#wrap_contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 90px;
}
#wrap_contents #left_content {
	float: left;
	width: 210px;
	margin-right: 10px;
}
#wrap_contents #main_content {
	float: right;
	width: 740px;
}
#wrap_under_content {
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #6B4D36;
	background-color: #73B8CB;
	padding-top: 30px;
	padding-bottom: 30px;
}
#wrap_under_content #under_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	background-image: url(../images/common/bg/bg_under_contents_line.png);
	background-repeat: repeat-y;
}
#under_content #under_content_left {
	float: left;
	width: 311px;
}
#under_content #under_content_center {
	float: left;
	width: 334px;
	padding-left: 15px;
}
#under_content #under_content_right {
	float: left;
	width: 285px;
	padding-left: 15px;
}
#left_content #itemlist_body {
	background-image: url(../images/common/bg/bg_left_itemlist_body.jpg);
	background-repeat: repeat-y;
	width: 180px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 120%;
}
#itemlist_body li {
	float: none;
	list-style-position: outside;
}
#itemlist_body #item01 {
	background-image: url(../images/common/icon/icon_item01.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 145px;
	padding-left: 35px;
	padding-top: 3px;
	margin-bottom: 10px;
}
#itemlist_body #item02 {
	background-image: url(../images/common/icon/icon_item02.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 145px;
	padding-left: 35px;
	padding-top: 3px;
	margin-bottom: 10px;
}
#itemlist_body #item03 {
	background-image: url(../images/common/icon/icon_item03.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 145px;
	padding-left: 35px;
	padding-top: 3px;
	margin-bottom: 10px;
}
#itemlist_body #item04 {
	background-image: url(../images/common/icon/icon_item04.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 145px;
	padding-left: 35px;
	padding-top: 3px;
	margin-bottom: 10px;
}
#itemlist_body #item05 {
	background-image: url(../images/common/icon/icon_item05.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 145px;
	padding-left: 35px;
	padding-top: 3px;
	margin-bottom: 10px;
}
#itemlist_body #item06 {
	background-image: url(../images/common/icon/icon_item06.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 145px;
	padding-left: 35px;
	padding-top: 3px;
	margin-bottom: 10px;
}
#itemlist_body #item07 {
	background-image: url(../images/common/icon/icon_item07.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 145px;
	padding-left: 35px;
	padding-top: 3px;
	margin-bottom: 10px;
}
/*未使用スタイル
#itemlist_body #item08 {
	background-image: url(../images/common/icon/icon_item08.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 145px;
	padding-left: 35px;
	padding-top: 3px;
	margin-bottom: 10px;
}
*/
#itemlist_body #item09 {
	background-image: url(../images/common/icon/icon_item09.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 145px;
	padding-left: 35px;
	padding-top: 3px;
}
#itemlist_body #item10 {
	background-image: url(../images/common/icon/icon_item10.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 145px;
	padding-left: 35px;
	padding-top: 3px;
	margin-bottom: 10px;
}


#wrap_top_image02 {
	background-image: url(../images/common/bg/bg_top_image02.jpg);
	background-repeat: repeat-x;
	height: 190px;
	width: 100%;
	padding-top: 3px;
	margin-bottom: 50px;
}
#wrap_top_image02 #top_image02 {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
#wrap_btn02 {
	height: 56px;
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2px;
	padding-left: 2px;
}
#main_content #main_content_body {
	background-image: url(../images/common/bg/bg_main_content_body.png);
	background-repeat: repeat-y;
	width: 690px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 5px;
}
a#btn_side01 {
	display: block;
	width: 180px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../images/common/btn/btn_side01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:10px;
}
a#btn_side01:hover {
    background-position: 0 -30px;
}
a#btn_side02 {
	display: block;
	width: 180px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../images/common/btn/btn_side02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:10px;
}
a#btn_side02:hover {
    background-position: 0 -30px;
}
a#btn_side03 {
	display: block;
	width: 180px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../images/common/btn/btn_side03.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:10px;
}
a#btn_side03:hover {
    background-position: 0 -30px;
}
a#btn_side04 {
	display: block;
	width: 180px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../images/common/btn/btn_side04.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:10px;
}
a#btn_side04:hover {
    background-position: 0 -30px;
}
a#btn_side05 {
	display: block;
	width: 180px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../images/common/btn/btn_side05.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:10px;
}
a#btn_side05:hover {
    background-position: 0 -30px;
}
a#btn_side06 {
	display: block;
	width: 180px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../images/common/btn/btn_side06.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:10px;
}
a#btn_side06:hover {
    background-position: 0 -30px;
}
a#btn_side07 {
	display: block;
	width: 180px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../images/common/btn/btn_side07.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:10px;
}
a#btn_side07:hover {
    background-position: 0 -30px;
}
a#btn_side08 {
	display: block;
	width: 180px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../images/common/btn/btn_side08.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:10px;
}
a#btn_side08:hover {
    background-position: 0 -30px;
}
a#btn_side09 {
	display: block;
	width: 180px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../images/common/btn/btn_side09.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a#btn_side09:hover {
    background-position: 0 -30px;
}
a#btn_side10 {
	display: block;
	width: 180px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../images/common/btn/btn_side10.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:10px;
}
a#btn_side10:hover {
    background-position: 0 -30px;
}
a#btn_side11 {
	display: block;
	width: 180px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../images/common/btn/btn_side11.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:10px;
}
a#btn_side11:hover {
    background-position: 0 -30px;
}
a#btn_side12 {
	display: block;
	width: 180px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-color: transparent;
	background-image:url(../images/common/btn/btn_side12.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom:10px;
}
a#btn_side12:hover {
    background-position: 0 -30px;
}

.item06 #magicEye_scene li {
	clear: both;
	float: none;
}

