@charset "utf-8";
/*css document*/
body{
background-color:#edd4ac/*#b1d957*/;
}
p,ol,li,ul,a{
margin:0px;
padding:0px;
list-style:none;
text-decoration:none;
}
#wrapper{
width:400px;
margin:0 auto;
margin-top:250px;
}
.clearfix{
clear:both;
}
.speace{
width:400px;
height:10px;
}
#title{
width:400px;
height:28px;
font-size:28px;
color:#681514;
font-weight:bold;
font-family:"meiryo";
text-align:center;
}
#title_1{
width:200px;
height:24px;
font-size:24px;
color:#681514;
float:left;
font-weight:bold;
}
#title_2{
width:200px;
height:24px;
font-size:24px;
color:#681514;
float:left;
font-weight:bold;
}
ul{
width:400px;
height:24px;
}
ul li a{
width:200px;
line-height:24px;
height:24px;
font-size:16px;
color:#681514;
list-style:none;
float:left;
text-decoration:none;
text-align:center;
font-family:"meiryo"
}
p{
width:400px;
height:14px;
font-size:14px;
text-align:center;
color:#681514;
font-family:"meiryo"
}
ul li a:hover{
width:200px;
line-height:24px;
height:24px;
font-size:16px;
color:#edd4ac;
list-style:none;
text-align:center;
background:#681514;
}
a:link{
color:#681514;
text-decoration:none;
}
a:visited{
color:#681514;
text-decoration:none;
}
a#title_1:hover{
background:none;
}
a#title_2:hover{
background:none;
}
