@charset "utf-8";

/* =========================================== *
*
*    SEO対策用ページのCSS
*    
* ============================================ */

*{
	margin:0px;
	padding:0px;
	
	}

body{
	text-align:center;
	}

#header{
	width:100%;
	height:6px;
	text-align:left;
}

#container{
	width:700px;
	text-align:left;
	margin: auto;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #039936;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top:3px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

#footer{
	width:100%;
	height:109px;
	text-align:left;
	background-color:#006122;
}

#footernaka{
	width:70%;
	margin:auto;
}


h1{
	font-size:11pt;
	font-weight:normal;
	text-align:right;
	margin-bottom:0px;
}

h2{
	font-size:13pt;
	color:#006122;
	padding-top:9.5px;
	padding-left:30px;
	background-image: url(../img/seoimg/h1haikei.gif);
	background-repeat: no-repeat;
	height:36px;
}

h3{
	font-size:12pt;
	margin-top:30px;
	margin-bottom:15px;
	padding-left:10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F60;
}


p{
	font-size:11pt;
	line-height:1.8;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

.bold{
	font-weight:bold;
}

.red{
	color:#C00;
}

.blue{
	color:#03F;
}

.white{
	color:#FFF;
}

.fs13{
	font-size:13pt;
}

.tops5{
	margin-top:5px;
}

.tops10{
	margin-top:10px;
}

.tops15{
	margin-top:15px;
}

.tops20{
	margin-top:20px;
}

.tops25{
	margin-top:25px;
}

.tops30{
	margin-top:30px;
}

.tops35{
	margin-top:35px;
}

.tops40{
	margin-top:40px;
}

.bottoms5{
	margin-bottom:5px;
}

.bottoms10{
	margin-bottom:10px;
}

.bottoms15{
	margin-bottom:15px;
}

.bottoms20{
	margin-bottom:20px;
}

.bottoms25{
	margin-bottom:25px;
}

.bottoms30{
	margin-bottom:30px;
}


.bottoms35{
	margin-bottom:35px;
}

.bottoms40{
	margin-bottom:40px;
}


table{
	background-color:#CCC;
}

td{
	padding:10px;
	font-size:11pt;
	background-color:#FFF;
}

.tdhaikei{
	background-image:url(../img/common/bg_02.gif);
}

.underline{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #04b3f6;
}

.fs15{
	font-size:15pt;
	text-align:center;
	}

.fs12{
	font-size:12pt;
	}

	
	
/*==左マージン=========================== */

.leftm{
	margin-left:30px;
}















