* {
 margin : 0 ;
 padding : 0 ; 
}

body {
 background-image: url("../img/wall.gif");
 width : 100% ; 
}

#header {
 width : 100% ;
 height : 70px ; 
 background-image: url("../img/top_back.gif");
 font-size : 80%;
}

.box{
 padding: 48px 10px 0px 0px;
}

#main {
 position : relative ;  
 background-color : #FFFFFF;
background-image: url("../img/b1_back.gif"); 
margin: 10px auto;
 width : 780px ; 
}

.boxside {
 float : left ;
 width : 150px ; 
 padding : 0px ; 
}
 
.boxcontent {
 border-left: 1px solid #CCCCCC;
 float : left ;
 width : 629px ;
 padding : 0px ;
}

.boxcontent A:link {
 color: #0000ff;

}

.boxcontent A:hover {
 color: #ff0000;
}

.boxcontent A:visited {
 color: #800080;
}

.boxcontent A:active {
 color : #ff0000 ;
}
 
#footer {
 text-align: center;
 width : 100% ;
 height : 30px ;
 clear : both ; 
 background-image: url("../img/foot_back.gif")
}

#footer p{
	font: small meiryo,Verdana,Sans-serif;
	font-size : 60%;
	color : #666666; 
	margin: 0px;
	padding: 8px 5px 0px 0px;
}

h1 {
	font-size: 110%;
	padding: 25px 15px 5px;
	border-bottom: 1px solid #CCCCCC;
	background: #F3F3F3;
	font-weight: normal;
}

h2 {
	font-size: 100%;
	color: #666666;
	border-bottom: 1px dashed #999999;
	clear: both;
}
dl {
	margin: 0px 0px 50px 40px;
}

dt {
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
}