@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
body {
	background:#F0F0F0 url(img/bg_contents_05.png) repeat-x;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#666666;
	letter-spacing:0.1em;
}
a:link,
a:visited {
	color:#06F;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#FF9900;
}
a img {
	border:none;
}
h1{
	font-size: 12px;
	font-weight: normal;
}
#header {
	width:960px;
	height:133px;
	margin:0 auto;
}
#header .head {
	height:88px;
	float:left;
}
#header .head a {
	text-decoration:none;
	color:#FFFFFF;
}
#header_mini {
	height:58px;
	float:right;
	line-height:1.6em;
	text-align:right;
	color:#FFFFFF;
	margin-bottom: 30px;
}
#navi {
	width:960px;
	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,
#contents_06 #navi_06 a {
	background-position:0 -92px;
	font-weight:bold;
}
#contents {
	clear:both;
	width:800px;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#main {
	margin-bottom:20px;
	padding:20px;
	background-color:#06F;
	color:#FFFFFF;
	height:220px;
	width:410px;
	float:left;
}
#main h2 {
	margin-bottom:15px;
	font-size:20px;
	line-height:1.8em;
}
#main .photo {
	float:left;
	margin-right:20px;
}
#main .text {
	line-height:1.8em;
	padding-bottom:40px;
}
#main .btn_more {
	position:absolute;
	bottom:20px; 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;
	text-decoration:none;
	line-height:1.6em;
}
#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:246px;
	height:79px;
	padding:3px;
	float:left;
	margin-bottom: 30px;
	margin-left: 10px;
}
#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);
}
#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,
#contents_06 h2,
#contents_07 h2 {
	margin-bottom:20px;
	padding:15px 20px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	line-height:1.6em;
	background-color:#000;
}
.sentence {
	margin-bottom:20px;
}
.sentence h3 {
	margin-bottom:15px;
	padding:5px 15px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	background-color:#06F;
	line-height:1.6em;
}
.sentence .text {
	margin:0 15px;
	line-height:1.8em;
}
.data_box,
.sentence_box {
	border:solid 1px #CCCCCC;
	margin-bottom:20px;
	background-color:#FFFFFF;
}
.data_box{
	width:320px;
	height:257px;
	color:#666;
	float:left;
	margin-left:20px;
}
.data_box h3,
.sentence_box h3 {
	padding:5px 5px 5px 30px;
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
	background:url(img/icon_01.png) no-repeat;
	background-position:9px 10px;
}
.sentence_box h3 {
	border-bottom:dotted 1px #CCCCCC;
}
.sentence_box .text {
	padding:15px;
	line-height:1.6em;
}

.data_box dl dt {
	left:0;
	clear:both;
	padding:5px 0 5px 10px;
	color:#06F;
	font-weight:bold;
	line-height:1.6em;
	border-top:dotted 1px #CCCCCC;
}
.data_box dl dd {
	margin-left:10px;
	margin-bottom:8px;
	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-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 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:#06F;
	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 {
	padding:5px 0 10px 15px;
	background:url(img/icon_03.png) no-repeat;
	background-position:0 10px;
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
}
.link_box ul li .text {
	margin:0 15px;
	line-height:1.6em;
}
.contact {
	margin-bottom:20px;
	padding:15px;
	background-color:#CCC;
	text-align:center;
	font-size:14px;
	color:#666666;
	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;
}
#contents_03 #contents .detail_box.clearfix ul li {
	margin-left: 20px;
}
#contents_04 #contents .sentence ol li {
	margin-left: 50px;
}
#contents_05 #contents .detail_box.clearfix ul li {
	margin-left: 30px;
}
table {
	margin-left: 20px;
	border: 1px solid #999;
}
#contents_05 #contents .sentence ul li {
	margin-left: 50px;
}
#contents_03 #contents .detail_box.clearfix .photo img {
	margin-top: 40px;
}
#contents_02 #contents .link_box table tr td {
	padding: 10px;
}
.aisatsu{
	font-size: 14px;
	font-weight: bold;
}
#contents_02 #contents img
{
	margin-bottom: 20px;
}#contents_04 #contents img {
	margin-bottom: 20px;
	margin-top: 0px;
}
#contents_05 #contents img {
	margin-bottom: 20px;
}
#contents_03 #contents img {
	margin-bottom: 20px;
}
#contents_06 #contents img {
	margin-bottom: 20px;
}
#contents_07 #contents img {
	margin-bottom: 20px;
}
.page_top {
	float: right;
	margin-right: 60px;
	margin-bottom: 20px;
}
#contents_05 #contents .sentence table {
	margin-left: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 20px;
	border-collapse:collapse;
}
#contents_05 #contents .sentence table tr th {
	color: #FFF;
	background-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
	padding: 2px;
}
#contents_05 #contents .sentence table tr td {
	border: 1px solid #999;
	padding: 2px;
}.sub_navi {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
	width: 740px;
}
.pankuzu {
	margin-bottom: 10px;
}
.pankuzu_box {
	width: 420px;
	float: left;
	margin-top: 10px;
	font-size: 11px;
	margin-bottom: 10px;
	height: 30px;
}
.btns_box {
	width: 375px;
	float: right;
	height: 37px;
	padding-top: 10px;
}
.data_box2{
	border:solid 1px #CCCCCC;
	margin-bottom:20px;
	background-color:#FFFFFF;
	width:370px;
	margin-left: 20px;
	float: left;
}
.data_box2 dl {
	position:relative;
}
.data_box2 dl dt {
	position:absolute;
	left:0;
	clear:both;
	width:150px;
	padding:5px 0 5px 10px;
	float:left;
	color:#06F;
	font-weight:bold;
	line-height:1.6em;
}
.data_box2 dl dd {
	padding:5px 0 5px 150px;
	border-top:dotted 1px #CCCCCC;
	line-height:1.6em;
}
.data_box2 h3{
	border-bottom:dotted 1px #CCCCCC;
	padding:5px 5px 5px 30px;
	font-size:14px;
	font-weight:bold;
	line-height:1.6em;
	background:url(img/icon_01.png) no-repeat;
	background-position:9px 10px;
}
.left{
	width:247px;
	background-color:#CCCCCC;
}
.th_left{
	width:247px;
}
.th_center{
	width:200px;
}
.th_right{
	width:229px;
}
#footer_sub{
	height: 30px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#page_top_img {
	float: right;
	height: 30px;
	width: 90px;
	margin-right: 20px;
	font-size: 14px;
	color: #FFF;
}
#contents_01 #header #header_mini .head_mini_img a img,
#contents_02 #header #header_mini .head_mini_img a img,
#contents_03 #header #header_mini .head_mini_img a img,
#contents_04 #header #header_mini .head_mini_img a img,
#contents_05 #header #header_mini .head_mini_img a img,
#contents_06 #header #header_mini .head_mini_img a img,
#contents_07 #header #header_mini .head_mini_img a img {
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
#list_box {
	padding-left: 10px;
	padding-bottom: 20px;
}
#contents_07 #contents .link_box #list_box ul li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contact_box {
	width: 780px;
	background-color: #CCC;
	height: 120px;
	padding: 10px;
}
.contact_left {
	background-color: #FFF;
	height: 100px;
	width: 340px;
	float: left;
	text-align: center;
	padding: 10px;
}
.contact_right {
	float: right;
}
#contents .pankuzu_box img {
	float: right;
}#contents_07 #contents .link_box ul li ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#contents_02 #contents .link_box table {
	border-collapse:collapse;
	border: 1px solid #999;
}
#contents_02 #contents .link_box table tr th {
	border: 1px solid #999;
	width: 137px;
}
#contents_02 #contents .link_box table tr td {
	border: 1px solid #999;
	width: 537px;
}
.btns_box .fb_btn {
	float: left;
	padding: 0px;
	display: inline;
	width: 120px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
} 

.btns_box .tw_btn { 
float: left; 
margin: 0px 10px 0px 0px; 
padding: 0px; 
display: inline; 
width: 120px; 
} 
.btns_box .one_btn { 
float: left; 
margin: 0px 0px 0px 0px; 
padding: 0px; 
display: inline; 
width: 100px; 
} 
#header_title {
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
       height: 18px;
	text-align: right;
	height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
