@charset "utf-8";
/*css document*/
body{
background-color:#edd4ac;
margin-bottom:60px;
}
p,ol,li,ul{
margin:0px;
padding:0px;
list-style:none;
}
#wrapper{
width:1200px;
margin:0 auto;
margin-top:250px;
}
.clearfix{
clear:both;
}
.speace{
width:1200px;
height:10px;
}
#title{
width:1200px;
height:28px;
font-size:28px;
color:#4a3b2a;
text-align:center;
font-weight:bold;
}
a{
text-align:center;
}
.title_1{
margin-top:60px;
width:200px;
height:24px;
font-size:24px;
color:#4a3b2a;
font-weight:bold;
}
ul{
width:1200px;
height:24px;
}
ul li a{
padding-top:8px;
width:200px;
line-height:24px;
height:24px;
font-size:16px;
color:#4a3b2a;
list-style:none;
float:left;
text-decoration:none;
text-align:center;
}
#p{
margin-top:60px;
margin-bottom:60px;
width:1200px;
height:14px;
font-size:14px;
text-align:center;
color:#4a3b2a;
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:#4a3b2a;
}
a:link{
color:#4a3b2a;
text-decoration:none;
}
a:visited{
color:#4a3b2a;
text-decoration:none;
}
