﻿@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.1em;
	background-color: #FFFFFF;
	background-image: url(../img/bg_contents.png);
	background-repeat: repeat-x;
}
a:link,
a:visited {
	text-decoration: none;
	color: #009999;
}
a:hover,
a:active {
	color: #66CCCC;
}
a img {
	border:none;
}

#header {
	width:800px;
	height:133px;
	margin:0 auto;
}
#header h1 {
	width: 390px;
	height: 63px;
	padding-top: 25px;
	float: left;
	line-height: 1.6em;
	font-size: 26px;
	font-weight: bold;
}
#header h1 a img {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header h1 a {
	text-decoration:none;


	color:#FFFFFF;
}
#header .copy {
	width:390px;
	height:53px;
	padding-top:35px;
	float:right;
	line-height:1.6em;
	text-align:right;
	color:#FFFFFF;
}
#navi {
	width:800px;
	height:46px;
	list-style-type:none;
	text-align:center;
}
#navi li {
	width:160px;
	height:46px;
	float:left;
}
#navi li a {
	display:block;
	width:160px;
	height:36px;
	padding-top:10px;
	float:left;
	line-height:1.6em;
	background:url(../img/navi.png) no-repeat;
	text-decoration:none;
	color:#FFFFFF;
}
#navi li a:hover {
	background-position:0 -46px;
}
#contents_01 #navi_01 a,
#contents_02 #navi_02 a,
#contents_03 #navi_03 a,
#contents_04 #navi_04 a,
#contents_05 #navi_05 a {
	background-position:0 -92px;
	font-weight:bold;
}
#contents {
	clear: both;
	width: 760px;
	padding: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#main {
	position: relative;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#main h2 {
	margin-bottom:15px;
	font-size:20px;
	line-height:1.8em;
}
#main .photo {
	float: none;
	margin-right: 20px;
}
#main .text {
	line-height:1.8em;
	padding-bottom:40px;
}
#main .btn_more {
	position: absolute;
	bottom: 30px;
	right: 20px;
}
#main .btn_more a {
	display: block;
	height: 36px;
	float: left;
	background: url(../img/btn_more.png) top right no-repeat;
	color: #666666;
	font-weight: bold;
	line-height: 1.6em;
	text-decoration: none;
}
#main .btn_more a span {
	display:block;
	height:27px;
	margin-right:15px;
	float:left;
	background:url(../img/btn_more.png) top left no-repeat;
	padding:9px 15px 0 15px;
	cursor:pointer;
}
#pickup {
	clear:both;
	margin-bottom:10px;
	list-style-type:none;
}
#pickup li {
	width:325px;
	height:79px;
	margin-bottom:10px;
	padding:10px 40px 10px 10px;
	float:left;
	background:url(../img/bg_pickup.png) no-repeat;
}
#pickup li h3 {
	line-height:1.6em;
	margin-bottom:5px;
	font-size:14px;
	font-weight:bold;
}
#pickup li.first {
	margin-right:10px;
}
#pickup li .text {
	line-height:1.6em;
}
#footer {
	clear: both;
	height: 80px;
	padding-top: 20px;
	background: url(../img/bg_footer.png) center;
}
#footer address {
	font-size:10px;
	font-style:normal;
	text-align:center;
	color:#FFFFFF;
}
#contents_02 h2,
#contents_03 h2,
#contents_04 h2,
#contents_05 h2 {
	margin-bottom:20px;
	padding:15px 20px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	line-height:1.6em;
	background-color:#5D5C57;
}
.sentence {
	margin-bottom:20px;
}
.sentence h3 {
	margin-bottom:15px;
	padding:5px 15px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background-color:#88BCCB;
	line-height:1.6em;
}
.sentence .text {
	margin:0 15px;
	line-height:1.8em;
}
.data_box,
.sentence_box {
	clear: both;
	border: solid 1px #CCCCCC;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	height: auto;
}
.data_box h3,
.sentence_box h3 {
	/border-bottom:dotted 1px #CCCCCC;
	padding: 5px 5px 5px 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	background-position: 9px 10px;
	color: #9D3333;
	background-image: url(../img/icon_04.png);
	background-repeat: no-repeat;
}
.sentence_box h3 {
	border-bottom:dotted 1px #CCCCCC;
}
.sentence_box .text {
	padding:15px;
	line-height:1.6em;
}
.data_box dl dt {
	position: absolute;
	left: -1px;
	clear: both;
	width: 150px;
	float: left;
	color: #5F9FA5;
	font-weight: bold;
	line-height: 1.6em;
	height: 21px;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	top: -5px;
}

.data_box dl {
	position:relative;
}
.data_box dl dd {
	padding:5px 0 5px 150px;
	border-top:dotted 1px #CCCCCC;
	line-height:1.6em;
}
.detail_box {
	clear:both;
	background-color:#F0F0F0;
	margin-bottom:20px;
	padding:20px;
}
.detail_box h3 {
	padding:5px 0 10px 15px;
	background:url(../img/icon_02.png) no-repeat;
	background-position:0 10px;
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
}
.detail_box .photo {
	float:right;
	padding:0 0 0 20px;
}
.detail_box .text {
	line-height:1.6em;
}
.link_box {
	clear:both;
	margin-bottom:20px;
}
.link_box h3 {
	padding:5px 15px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background-color:#88BCCB;
	line-height:1.6em;
}
.link_box ul {
	list-style-type:none;
		padding:0 15px;
}
.link_box ul li {
	border-bottom:dotted 1px #CCCCCC;
	padding:10px 0 15px 0;
}
.link_box ul li h4 {
	background: url(../img/icon_03.png) no-repeat;
	background-position: 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 15px;
}
.link_box ul li .text {
	margin:0 15px;
	line-height:1.6em;
}
.contact {
	margin-bottom:20px;
	padding:15px;
	background-color:#88BCCB;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	line-height:1.5em;
}
.contact strong {
	font-weight:bold;
}

/* クリアフィックスハック */
.clearfix:after { 
	content:"";
    display:block;
    clear:both;
} 
.clearfix { 
	display: inline-block; 
}
/* Mac版IE除外 \*/
.clearfix { 
	display: block; 
}
#kahun {
	padding: 0px;
	height: 200px;
	width: 150px;
	text-align: center;
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#kahun table tr td img {
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 20px;
}
#contents_03 #contents .data_box img {
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contents_02 #contents .sentence .text img {
	float: left;
	margin-right: 10px;
}
#contents_00 #contents .detail_box.clearfix .strong .text strong {
	color: #006;
}
#contents_00 #contents .detail_box.clearfix #grf p img {
	margin: 0px;
	text-align: center;
}
#contents .data_box dl dd h4 {
	font-size: 16px;
	margin-left: 15px;
}
#contents_01 #contents .data_box dl dd h4 a {
	color: #CC0033;
}
#contents_01 #contents .data_box dl dd h4 a:hover, a:active {
	color: #C95A5A;
}
.red {
	font-size: 16px;
	color: #F33;
	text-decoration: blink;
}
