@charset "utf-8";
/* 基本レイアウトここから↓*/
*{
	margin: 0;
	padding: 0;	
	}
img{
	border-style: none;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 87%;
	font-style: normal;
	line-height: normal;
	background-image: url(images/images/pattern_096.gif);
	background-repeat: repeat;
}

#wrapper{
	width: 960px;
	background-color: #fff;
	margin: 0 auto;
}

#header{
	height: 100px;
	padding-right: 30px;
	/*background-image: url(../rogo-2.gif);*/
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 10px;
}

#header h1{
	float: left;
}


#header h2,h3,h4{
	text-align: right;
}

#header h2{
	color: #06C;
}

#header h4{
	color: #009;
	padding-bottom: 20px;
}

a{
	color: #2ab436;
}

a:visited{
	color: #2ab436;
}

a:hover{
	color: #e9727a;
}

#navi{
	height: 37px;
	width: 960px;
	clear: both;
}

#navi ul{
	list-style: none;
	}
	
#navi ul li{
	float: left;
	height: 37px;
	width: 160px;
}	

#sub{
	height: 600x;
	width: 210px;
	float: left;
	padding: 40px 20px 20px 20px;

}


#main{
	float: right;
	width: 680px;
	height: 850px;
	padding-top: 40px;
}

#main h2{
	padding-left: 40px;
}

#main h3{
	border-left: 10px solid #009;
	text-align: left;
	padding-left: 10px;
	color: #009;
	border-bottom: 1px solid #009;
	margin-bottom: 13px;
	}
	
#main h4{
	float: left;
	padding-left: 20px;
}	

#main h5{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #330;
	background-image: 
	height: 35px;
	width: 680px;
	background-image: url(images/infobanaer.gif);
}

#main table{
	margin: 50px;
	border-collapse:collapse
	}

#main table td{
	padding: 5px;
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
}

.gray_back{
	background-color: #c1bfee;
}

.btn{
	text-align: center;
}

#footer{
	height: 100px;
	background-color: #c9faf0;
	background-image: url(images/images/rogofooter.gif);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
}

#footer p{
	text-align: right;
	padding-top: 80px;
	font-size: 10px;
	font-weight: bold;
}

.bun{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	}
	
.infobun{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 120px;
	color: #663;
}

.kakaku{
	color: #F00;
}