@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0; border:0;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:9pt;
}
img{
border:0;
}
body{
background:url(images/bg.jpg) repeat-x #b9e85f;
}

/*fix float*/
.clearfix:after {
content: 「.」;
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*endfix float*/
.float{
float: left;
}
.clear{
clear:both;
}
#container{
	position:absolute;
	width:826px;
	left:50%;
	margin-left:-413px;
	background:url(images/main_bg.jpg) repeat-y  #FFFFFF;
	}
.image_paddA{
padding:0 0 10px 39px;
}	
.image_padd{
padding:0 0 10px 10px;
}
#bottom{
width:826px;
height:70px;
background:url(images/bottom.jpg) no-repeat;
text-align:center;
line-height:1.5em;
color:#003366;
}
a:link    { font-size:9pt;color:#003366;text-decoration:underline}
a:visited { font-size:9pt;color:#003366;text-decoration:underline}
a.:active   { font-size:9pt;color:red;text-decoration:none}
a:hover   { font-size:9pt;color:red;text-decoration:none}