@charset "utf-8";
/* ALL */
* {
	margin: 0;
	padding: 0;
	line-height: 1.35;
	font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	list-style-type: none;
}

img {
	border: none;
}

.alt {
	display: none;
}

.ind {
	text-indent: -10000px;
}

.just {
	text-align: justify;
	text-justify: inter-ideograph;
}

.clear {
   clear: both;
   height: 0;
   line-height: 0;
   zoom: 1;
}

.top {
   vertical-align: top;
}

.right {
	text-align: right;
}

.mt_40 {
	margin-top: 40px;
}

.mt_5 {
	margin-top: 5px;
}

.mb_5 {
	margin-bottom: 5px;
}

.ml_15 {
	margin-left: 15px;
}

.middle {
	text-align: center;
}

.align_right {
	text-align: right;
}


strong {
	text-decoration: none;
	font-weight: 400;
}

/* BASE_BOX */

body {
	text-align: center;
	font-size: small;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#container {
	width: 760px;
	margin: 0 auto;
	border-top: 8px solid #C61A22;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #C61A22;
}


/* HEADER */

#header {
	width: 760px;
	height: 55px;
	padding-top: 15px;
	margin: 0px;
}

#header h1 {
	width: 235px;
	height: 55px;
	font-size: 1px;
	float: left;
	margin: 0px;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/img_logo.jpg) no-repeat;
}

#header ul li {
	float:left;
}

#gnavi_1,#gnavi_5 {
	width: 110px;
	height: 55px;
}

#gnavi_2,#gnavi_3,#gnavi_4 {
	width: 100px;
	height: 55px;
}

#gnavi_1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/btn_navi_1.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#gnavi_2 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/btn_navi_2.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#gnavi_3 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/btn_navi_3.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#gnavi_4 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/btn_navi_4.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#gnavi_5 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/btn_navi_5.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#gnavi_1 a:hover {
	background: url(../img/btn_navi_on_1.jpg) no-repeat;
}

#gnavi_2 a:hover {
	background: url(../img/btn_navi_on_2.jpg) no-repeat;
}

#gnavi_3 a:hover {
	background: url(../img/btn_navi_on_3.jpg) no-repeat;
}

#gnavi_4 a:hover {
	background: url(../img/btn_navi_on_4.jpg) no-repeat;
}

#gnavi_5 a:hover {
	background: url(../img/btn_navi_on_5.jpg) no-repeat;
}

#inq_box {
	width: 740px;
	height: 45px;
	padding-right: 20px;
	background: url(../img/back_header_shita.jpg) no-repeat;
}


/* MAIN VISUAL */

#main_visual {
	width: 760px;
	height: 240px;
}


/* CONTENTS */

#contents {
	width: 740px;
	padding: 20px 10px 10px 10px;
}

#left_box {
	width: 170px;
	float: left;
}

#right_box {
	width: 540px;
	float: right;
}

#left_box h2 {
	width: 170px;
	height: 65px;
	margin: 0px;
}

#s_navi {
	width: 168px;
	margin: 0px;
	padding-bottom: 10px;
	background-color: #F2F2F2;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}

#s_navi ul li {
	width: 150px;
	margin: 0 auto;
}

#s_navi ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
}

#left_visual {
	width: 170px;
	height: 250px;
	background: url(../img/img_sub_visual.jpg) no-repeat;
	margin-top: 20px;
}

#right_box h2 {
	width: 540px;
	margin: 0px;
}

#right_contents {
	width: 500px;
	padding: 20px;
	margin: 0px;
	background: url(../img/back_contentst.jpg) repeat-y;
}


