@charset "utf-8";

*, html, body, img, a {
	margin: 0px;
	padding: 0px;
	border: 0;}

a {
	text-decoration: none;
	color: #000;}

a:hover {
	color: #FF0000;
	text-decoration: none;}

/* 段組み */

#warpper {
	width: 800px;
	margin: 0 auto;
	/*border: solid 2px #600;*/}
	
#header {
	width: 750px;
	height: 50px;
	margin: 0 25px;}
	
#top {
	width: 750px;
	margin: 0 25px;
	padding: 5px 0px;
	border-top: 2px solid #600;
	border-bottom: 2px solid #600;}
	
#main {
	width: 750px;
	margin: 0 auto;
	border-bottom: 2px solid #600;}
	
#fotter {
	width: 750px;
	height: 50px;
	margin: 0 25px;
	padding: 0px;
	font-size: 14px;
	color: #000;}

#bunner {
	width: 728px; 
	height: 90px;
	margin: 20px auto;
	clear: both;}
	
#bunner02 {
	width: 728px; 
	height: 90px;
	margin: 0px auto 20px;
	clear: both;}
	
#contents { width: 750px;}
	
#contents h2 { margin: 0 0 20px;}
	
#contents .box {
	width: 700px;
	margin: 0 25px 30px;
	clear: both;
	/*background-color: #0099FF;*/}
	
#contents .box h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;}
	
#contents .box .line {
	margin: 0;
	padding: 0px;}
	
#contents .box .img01 {
	float: right;
	margin: 15px 0 0;
	padding: 0 0 3px 10px;}
	
#contents .box .img02 {
	float: left;
	margin: 15px 0 0;
	padding: 0 10px 3px 0;}

#contents .box .txt {
	font-size: 14px;
	line-height: 25px;
	margin: 15px 0 0;}
	
#contents .box .part {
	width: 700px;
	height: 200px;
	clear: both;
	margin: 15px 0 0;}	

#contents .box .part img {
	float: right;
	padding: 0 0 0 10px;}
	
#contents .box .part .txt { padding: 30px 0 0;}

a.btn {
	display: block;
	width: 210px;
	height: 60px;
	background-image: url(img/official-btn.gif);
	text-indent: -9999px;
	margin: 20px 250px 0;}
	
a:hover.btn{
	background-image: url(img/official-btn-on.gif);}
			
/* ヘッター　フッター */

h1 {
	font-size: 10px;
	padding: 20px 0 0 10px;}
		
#fotter ul{
	float: left;
	width: 200px;
	height: 50px;}
	
#fotter ul li {
	list-style: none;
	text-decoration: none;
	float: left;
	margin: 20px 0 0 30px;}
	
address {
	float: right;
	margin: 20px 10px 0 0px;}
