﻿@charset "utf-8";
/*css document*/

html{
background-color:transparent;
background-image:none;
}
p,ul,ol,li{
padding:0;
margin:0;
}
body{	
background:#edd4ac;
}
#main{
width:500px;	
margin:0 auto;
margin-top:100px;
}
.clearfix{
clear:both;
}
#box_title{
width:500px;
height:60px;
font-weight:bold;
}
#title{
margin-left:60px;
font-size:24px;
height:24px;
color:#681514;
float:left;
font-weight:bold;
}
div#box_title a#title{
font-size:24px;
text-decoration:none;
}

#title_sub{
margin-top:8px;
font-size:16px;
height:16px;
color:#681514;
float:left;
font-weight:bold;
}
#title_2{
font-size:24px;
color:#681514;
float:left;
font-family:"meiryou";
font-weight:bold;
}
#coment{
margin:30px 0px;
width:500px;
line-height:18px;
font-size:12px;
color:#681514;
text-align:center;
}
.box_1{
width:500px;
}
.box_2{
width:500px;
height:90px;
background-image:url(kame_1.png);
background-position:50% 50%;
background-repeat:no-repeat;
}
.p_18{
padding:0px 16px;
padding-bottom:5px;
padding-top:9px;
width:468px;
height:18px;
font-size:18px;
border-bottom:3px dotted #681514;
color:#fff;
}
.box_30{
width:500px;
height:30px;
}
ul{
widht:500px;
}
ul li a{
padding:2px 5px;
font-size:13px;
color:#681514;
text-decoration:none;
float:left;
}
#right{
float:right;
}
#p{
width:500px;
text-align:center;
font-size:14px;
color:#681514;
}

a:link{
color:#681514;
} 
a:visited{
color:#681514;
}
a:hover{
color:#681514;
}
p:hover{
background:#edd4ac;
color:#681514;
}
div.box_2:hover{
width:500px;
height:90px;
background-image:url(kame_2.png);
background-position:50% 50%;
background-repeat:no-repeat;
}