﻿@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:#edd4ac;
}
.wrapper{
width:380px;	
margin:0 auto;
margin-top:100px;
}
.clearfix{
clear:both;
}
.box_title{	
width:380px;
font-size:30px;
}
.title_1{
margin-left:10px;
font-size:24px;
height:24px;
float:left;
color:#681514;
font-weight:bold;
}
.sub_1{
margin-right:10px;
padding-top:6px;
font-size:18px;
color:#681514;
float:left;
font-weight:bold;
}
.sub_speace{
width:380px;
height:10px;
font-size:18px;
color:transparent;
}
.title_2{
font-size:24px;
color:#681514;
float:left;
font-weight:bold;
}
.coment{
padding:14px 0px;
width:380px;
font-size:14px;
color:#681514;
text-align:center;
/*border:1px solid #681514;
border-radius:80px 80px 80px 80px/80px 80px 80px 80px;
background:darkred;
color:leightgray;*/
}
.box_1{
width:380px;
}
.box_2{
width:30px;
height:60px;
}
.p_18{
padding:0px 10px;
padding-bottom:4px;
padding-top:5px;
width:360px;
height:18px;
font-size:18px;
border-bottom:3px dotted #681514;
color:#681514;
}
.p_16{
padding:0px 10px;
padding-bottom:3px;
padding-top:6px;
width:360px;
height:18px;
font-size:16px;
border-bottom:3px dotted #681514;
color:#681514;
}
.box_1_3{
width:380px;
height:450px;
}
.box_3{
width:380px;
height:10px;
}
ul li a{
padding:0px 5px;
font-size:13px;
color:#681514;
float:left;
}
#right{
float:right;
}
#p{
width:380px;
height:14px;
font-size:14px;
text-align:center;
font-family:"meiryo";
color:#681514;
}
a:link{
color:#681514;
text-decoration:none;
} 
a:visited{
color:#681514;
text-decoration:none;
}
a:hover{
color:#681514;
}

p:hover{
color:#edd4ac;
background:#681514;
border-radius:15px 15px 15px 15px/15px 15px 15px 15px;
}
p#p{
background:none;
}

