@charset "UTF-8";
/* All */
* {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

img {
	border: none;
}

ul li {
	list-style-type: none;
}

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

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

a {
	color: #006837;
}

a:hover {
	color: #F15A24;
}

.f10 {
	font-size: 10px;
}

.f14 {
	font-size: 14px;
}

.f18 {
	font-size: 18px;
}

.f21 {
	font-size: 21px;
}

.red {
	color: #C00;
}

.orange {
	color: #F15A24;
}

.gray {
	color: #666;
}

.b {
	font-weight: bold;
}

.line {
	width: 630px;
	height: 40px;
	border-top: 1px dotted #ccc;
}


/* BASE_BOX */

body {
	text-align: center;
	font-size: small;
	background-color: #F2F2F2;
}

#wrapper {
	background: url(../images/common/back_body.jpg) repeat-x;
}
	
#container {
	width: 900px;
	margin:0px auto;
	text-align: left;
	background-color: #FFF;
}

#contents {
	width: 900px;
}

#left_box {
	width: 650px;
	float: left;
	display: inline;
	margin-bottom: 50px;
}

#left_box_2 {
	width: 630px;
	padding-left: 20px;
	float: left;
	display: inline;
	margin-bottom: 50px;
}

#right_box {
	width: 220px;
	float: right;
	margin-bottom: 50px;
}

#footer {
	clear: both;
}


/* HEADER */

#header {
	width: 900px;
}

h1 {
	width: 900px;
	height: 25px;
	background: url(../images/common/back_top_msg.jpg) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #4D4D4D;
	text-align: center;
}

#header_main {
	width: 900px;
	height: 65px;
}

#header_main strong {
	float: left;
}

#header_main p {
	float: right;
}


/* NAVI */

#navi {
	width: 880px;
	height: 66px;
	background: url(../images/common/back_navi.jpg) repeat-x;
	padding-left: 20px;
	position: relative;
}

#navi li {
	float:left;
}


#navi ul li a , #navi_right {
	display: block;
	float: left;
}

	
/* RIGHT BOX */

.s_menu_box {
	margin-top: 10px;
}

.s_menu {
	width: 190px;
	padding: 4px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.s_menu ul li a {
	display: block;
	overflow: hidden;
	width: 190px;
	height: 25px;
	padding-top: 5px;
	background: url(../images/common/btn_menu_back_off.jpg) no-repeat;
	text-indent: 20px;
}

.s_menu ul li a:hover {
	background: url(../images/common/btn_menu_back_on.jpg) no-repeat;
}

#bn_box {
	margin-top: 20px;
}

#bn_box p {
	margin-top: 10px;
}


/* FOOTER */
#footer {
	width: 860px;
	padding: 0px 20px;
}

#return {
	width: 860px;
	text-align: right;
}

#footer_main {
	width: 830px;
	height: 30px;
	padding-top: 10px;
	padding-right: 30px;
	text-align: right;
	background: url(../images/common/footer.jpg) no-repeat;
	color: #FFF;
	margin-bottom: 5px;
}

#footer_link {
	height: 40px;
	margin: 15px 0px;
}


/* LEFT BOX */

#inq_box_2 {
	clear: both;
	position: relative;
	padding-top: 50px;
}

#btn_inq_2 {
	position: absolute;
	top: 170px;
	left: 330px;
}
	
#ttl_l {
	margin-bottom: 40px;
}

.ttl_m {
	margin-bottom: 30px;
}

.ttl_s {
	margin-bottom: 20px;
}

.text_box_basic {
	width: 590px;
	padding: 0px 20px;
	margin-bottom: 50px;
}

.text_box_basic_s {
	width: 590px;
	padding: 0px 20px;
	margin-bottom: 10px;
}


/*  ----------------------------------------------------  */
/*  パンくずリスト */
/*  ----------------------------------------------------  */

.pankuzu {
	float:left;
	margin:0px 0px 15px 5px;
	display:inline;
	list-style:none;
}

.pankuzu li {
	float:left;
	list-style:none;
}	



/*  ----------------------------------------------------  */
/*  ドロップダウンメニュー   */
/*  ----------------------------------------------------  */

.drop_menu {
	visibility: hidden;
	position: absolute;
	left:634px;
	top:64px;
	z-index: 100;
	width:150px;
}

.drop_menu a {
	z-index: 200;
	display: block;
	text-decoration: none;
	background:#616161;
	width:150px;
	height:35px;
	border-bottom:1px solid #ffffff;
	text-indent:20px;
	line-height:35px;
	font-size:10pt;
	filter:Alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

.drop_menu a:link { color: #ffffff;}
.drop_menu a:visited { color: #ffffff;}
.drop_menu a:active { color: #EE0000;}
.drop_menu a:hover { color: #EE0000;}