body{
margin:20px 0;
}
a {
	color:#03F;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#FF6612;
	text-decoration:underline;
	outline:none;
}


.main{
position:relative;
margin:0 auto;
width:800px;
height:auto;
border:1px solid #999999;
}
h1{
width:780px;
height:145px;
background:url(../img/base/header.jpg) no-repeat left bottom; 
margin:0;
padding:10px 10px 0 10px;
font-size:0.8em;
color:#999999;
font-weight:normal;
}


h1 a{
text-decoration:none; color:#999999;
outline:none; height:140px; display:block;

}
h1 a:hover{color:#FF9900; }

p{
margin:0;
padding:0 0 10px 0;
font-size:0.85em;
line-height:150%;
color:#333333;
}

.cont{
clear:both;
margin:5px 0;
padding:0 15px 0 20px;
width:765px;
height:auto;
overflow:hidden;
}
.cont:after{
			content:"";
			display:block;
			clear:both;
			height:1px;
			overflow:hidden;
			}

* html .cont{
	height: 1em;
	overflow: visible;
}

.cont .left{
width:500px;
float:left;
}
	
.cont .right{
width:224px;
float:right;
}


p.kouiki a{
margin:0 auto;
width:211px;
height:61px;
background:url(../img/pub/s-kouiki.jpg) no-repeat 0 0;
display:block;
text-decoration:none;
text-indent:-9999em;
outline:none;
}
p.kouiki a:hover{
background:url(../img/pub/s-kouiki.jpg) no-repeat 0 bottom;
}
p.kosya a{
margin:0 auto;
width:211px;
height:61px;
background:url(../img/pub/s-kosya.jpg) no-repeat 0 0;
display:block;
text-decoration:none;
text-indent:-9999em;
outline:none;
}
p.kosya a:hover{
background:url(../img/pub/s-kosya.jpg) no-repeat 0 bottom;
}

.bottom{
clear:both;
margin:10px 0 0 0;
background-color:#000000;
}
.bottom p{
color:#cccccc;
font-size:0.7em;
text-align:center;
margin:0;
padding:5px 10px 5px 0
}


/*　文字大きさ切り替え
-------------------------------------------*/
#font_adjustor{
	position:absolute;
	background-image: url(../img/base/font-size.gif);
	background-position: 0px 0px;
	height: 22px;
	background-repeat: no-repeat;
	text-indent:-9999px;
	width: 138px;
	padding-right:10px;
	left: 654px;
	top: 6px;
}
#font_adjustor .small {
	float: right;
	height: 22px;
	width: 22px;
	overflow:hidden;
}
#font_adjustor .medium {
	float: right;
	height: 22px;
	width: 22px;
	overflow:hidden;
}
#font_adjustor .large {
	float: right;
	height: 22px;
	width: 22px;
	overflow:hidden;
}

