@charset "Shift_JIS";

* {
margin:0px;
padding:0px;
font-size:12px;
font-family:Verdana, Helvetica, sans-serif;
}


body{
background:url(".gif");
color:#333;
line-height:200%;
text-align:center;
letter-spacing:1px;
}

br{
letter-spacing:normal;
}

a{
color:#333;
text-decoration:none;
}

a:hover{
color:#FF0000;
text-decoration:none;
}

h1{
text-align:left;
font-size:150%;
font-weight:bold;
color:#333;
padding:5px;
}

#temp{
width:800px;
background:url("img/line.gif") repeat-y;
text-align:center;
margin:0px auto;
padding:0px 4px 0px 4px;
}

#header{
background:url("img/photo.jpg") no-repeat;
width:800px;
height:125px;
border-bottom:1px solid #999;
}



#main{
width:550px;
float:right;
text-align:left;
padding:10px;
background-color:#fff;
}

#footer{
width:800px;
clear:both;
padding:10px 0px 10px 0px;
border-top:1px solid #999;
border-bottom:1px solid #999;
background-color:#fff;
}

#main h2{
    background:url(img/h3.gif) no-repeat;
    line-height:40px;
    padding-left:30px;
    color:#000;
}


#submenu{
width:209px;
float:left;
text-align:left;
padding:10px;
background-color:#fff;
border-right:1px solid #999;
}


#submenu ul{
	width: 200px;
list-style-type:none;
	line-height: 15px;
padding:10px;
}

#submenu li{
padding:6px 0px 3px 1px; 
/*background:url(img/mark.gif) no-repeat left top;*/
}

#submenu h2{
	width: 200px;
border-bottom:1px solid #999;
padding:20px 0px 3px 0px;
	line-height: 15px;
}

dd{
margin:0px 0px 12px 20px;
}
