﻿@charset "utf-8";
/*css document*/

html{
background-color:transparent;
background-image:none;
}

p,ul,ol,li,a{
padding:0;
margin:0;
list-style:none;
text-decoration:none;
}

body{
background:#f5b090;
}
#wrapper{
width:500px;
margin:0 auto;
padding:0px 100px;
background:#fff9b1;
border:#fff solid 3px;
padding-bottom:60px;
}
.clearfix{
clear:both;
}
#box_title{	
padding-top:250px;
width:500px;
height:270px;
}
#title_1{
margin-left:16px;
font-size:24px;
height:24px;
color:#f5b090;
float:left;
font-weight:bold;
}
#title_sub_1{
margin-top:6px;
margin-left:9px;
font-size:18px;
height:18px;
color:#f5b090;
float:left;
font-weight:bold;
}
#title_2{
margin-left:24px;
font-size:24px;
height:24px;
color:#f5b090;
float:left;
font-weight:bold;
}
#title_sub_2{
margin-top:6px;
margin-left:9px;
font-size:18px;
height:18px;
color:#f5b090;
float:left;
font-weight:bold;
}
#coment{
margin-top:60px;
width:500px;
hieght:140px;
font-size:14px;
line-height:18px;
color:#f5b090;
text-align:center;
font-weight:bold;
}
.box_1{
width:500px;
}
.box_2{
width:500px;
//background-image:url(kame_1.png);
//background-position:50% 50%;
//background-repeat:no-repeat;
}
.p_18{
padding:11px 16px;
padding-bottom:3px;
border-bottom:3px dotted;
width:468px;
height:18px;
font-size:18px;
color:#f5b090;
}
.p_18_2{
padding:11px 16px;
padding-bottom:3px;
border-bottom:3px dotted;
padding-left:34px;
width:450px;
height:18px;
font-size:18px;
color:#f5b090;
}
.p_18_3{
padding:11px 16px;
padding-bottom:3px;
border-bottom:3px dotted;
padding-left:52px;
width:432px;
height:18px;
font-size:18px;
color:#f5b090;
}
.p_18_4{
padding:11px 16px;
padding-bottom:3px;
border-bottom:3px dotted;
padding-left:70px;
width:414px;
height:18px;
font-size:18px;
color:#f5b090;
}
.p_18_right{
padding:11px 16px;
padding-bottom:3px;
border-bottom:3px dotted;
width:468px;
height:18px;
font-size:18px;
color:#f5b090;
text-align:right;
}
.box_30{
width:500px;
height:30px;
}

ul li a{
padding:0px 10px;
font-size:13px;
color:#f5b090;
float:left;
font-weight:bold;
}
#right{
float:right;
}
#p{
width:500px;
text-align:center;
font-size:14px;
color:#f5b090;
font-weight:bold;
font-family:"meiryo";
}
a:link{
color:#f5b090;
} 
a:visited{
color:#f5b090;
}
a:hover{
color:#f5b090;
}
p:hover{
color:#fff9b1;
background:#f5b090;
}

p#p:hover{
background:none;
border:none;
}

/*div.box_2:hover{
width:450px;
height:550px;
background-image:url("yukidaruma_2.png");
background-position:50% 50%;
background-repeat:no-repeat;
}*/