/* base style */


/* reset */
* {
margin:0;
padding:0;
font-style:normal;
text-align:left;
}


/* base */
body {
margin:0 0 0 0;
padding:0 0 0 0;
height:100%;
width:89%;
background-image: url(../images/bg_maru.gif); 
background-color:#ffffff;
color: #000000;
font-size:100%;
font-family:Helvetica,Arial,Century Gothic;
line-height:1.2;
}

/* layout */

#page{
margin:0 0 0 0;
padding:0 0 0 0;
}


#headder{
margin:0;
padding:20px 0 15px 25px;
} 

#contents{
margin:0;
padding:0 0 0 25px;
}


#footer{
margin:0;
padding:0 0 20px 25px;
width : 100% ;
clear : both ; 
}

/* menu style */


.ui{
margin:0;
padding:0 0 20px 10px;
font-family:Century Gothic;
}

.uili{
margin:0;
padding:0 4px 0 0;
display : inline;
list-style: none; 
font-size: 14px;
font-weight: bold;
font-family:Century Gothic;
} 

/* sum base */

.post {
margin: 0 8px 0px 0;
padding:0px;
width:196px;
height:210px;
position:relative;
left:0px;
float:left;
visibility:visible;
display:block;
z-index:99;
}


a:link {
color:#333333;
text-decoration:none;
}


a:visited {
color:#333333;
text-decoration:none;
 }
 
 
a:active, a:hover {
color:#ffffff;
background:#FF006A;
text-decoration:none;
}




div.about{
background-color:#ffffff;
line-height:1.2;
padding:15px 15px 15px 15px;
text-align:center;
}

li.about1{
font-size: 150%;
text-align:center;
} 

li.nine9{
font-size: 150%;
text-align:center;
font-family:;
} 


li.about2{
font-size: 110%;
font-weight: bold;
text-align:center;
} 


li.abouturl{
text-decoration:underline;
font-size: 110%;
text-align:center;
} 



ul,li{
margin:0;
padding:0;
list-style: none;
font-size: 90%;
font-family:Helvetica,Arial,Century Gothic;
} 


dl,dt,dd{
margin:0;
padding:0;
text-decoration:none;
font-family: Helvetica,Arial;
}

dt{
color:#111111;
font-size:16px;
font-weight: bold;
}

dd{
color:#0066FF;
font-size:12px;
}


img {
	display: block;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;*/
}

address{
font-size:11px;
color:#000000;
font-style:normal;
font-family:Helvetica,Arial;
}


