﻿@charset "UTF-8";
/* CSS Document */

body{
	border-top:8px solid #008CD6;}
	
#Container{
	width:906px;
	margin:0px auto;}
	
#Header{
	padding-bottom:15px;}
	
h1{
	margin:10px 0px;
	padding-bottom:15px;
	font-size:12px;}
	
p#Logo{
	float:left;
	width:255px;}
	
#Contact{
	float:right;
	width:544px;}

#Contact p{
	float:left;
	padding-left:5px;}
	
h2{
	margin-bottom:20px;}
	
/*Menu*/
ul#Menu{
	display:block;
	margin-bottom:30px;}
	
ul#Menu li{
	list-style:none;
	float:left;
	display:block;}
	

/*Box*/
.Box{
	background-image:url(../images/box.gif);
	width:882px;
	padding:0px 12px;
	background-repeat:repeat-y;
	overflow:hidden;}

.Bottom{
	background-image:url(../images/bottom.gif);
	height:8px;
	background-repeat:no-repeat;
	font-size:0px;
	width:906px;
	margin-bottom:30px;}
	
.Head{
	background-image:url(../images/head.gif);
	height:8px;
	background-repeat:no-repeat;
	font-size:0px;
	width:906px;
}	
	
p.Tokucho{
	background-image:url(../images/icon_tokucho.gif);
	background-position:10px 50%;
	background-repeat:no-repeat;
	padding:15px 0px;
	padding-left:150px;
	padding-right:30px;
	font-size:17px;
	line-height:160%;}
	
	
/*Block_Wrap*/
.Block_Wrap{
	width:900px;
	float:none;
	clear:both;
	padding-bottom:12px;}
	
.Block{
	border:1px solid #CCC;
	width:433px;
	float:left;
	margin-right:12px;
	margin-bottom:12px;}
	
.Block h4{
	color:#FFF;
	font-weight:bold;
	padding:5px 8px;
	background-color:#008CD6;}
	
.Block p{padding:8px;}	

.Block2{
	width:289px;
	border-right:1px dotted #CCC;
	margin-right:10px;
	float:left;}
	
.Block2 h5{
	width:269px;
	background-color:#E6E6E6;
	padding:5px;
	text-align:center;
	font-weight:bold;}

.Block2 p{
	width:279px;
	padding:10px 0px;}
	



.Box table{
	border-collapse:collapse;
	width:842px;
	margin:0px 20px;}
	
.Box table th,
.Box table td{
	padding:8px 0px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #CCC;}

.Box table th{
	padding-right:20px;}
	
	
.b_no,
.Box table th.b_no,
.Box table td.b_no{border:none;}	


/*Footer*/
#Footer{
	background-color:#008CD6;}

#Footer_inner{
	width:906px;
	margin:0px auto;}
	
ul.Foot_menu{
	padding:20px 0px;
	float:right;}
	
ul.Foot_menu li{
	list-style:none;
	float:left;
	padding-right:20px;
	}
	
ul.Foot_menu li a{
	color:#FFF;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	padding-left:18px;}
	
p.Copy{
	float:none;
	clear:both;
	padding:30px 0px;
	text-align:center;
	border-top:1px solid #FFF;
	color:#FFF;}