﻿@charset "utf-8";

/*css document*/
html{
background-color:transparent;
background-image:none;
}
p,ul,ol,li,a{
padding:0;
margin:0;
text-decoration:none;
}
body{
background:#000000;
}
#wrapper{
margin:0 auto;
margin-top:250px;
width:640px;
height:480px;
border:#000000 solid 3px;
background-image:url("maraki_1.jpg");
border:#fff 3px solid;
}
#box_title{
margin-top:200px;
margin-bottom:40px;
width:640px;
height:24px;
font-size:24px;
text-align:center;
color:#000000;
font-weight:bold;
}
.speace_640_40{
width:640px;
height:40px;
}
.box_sub_title{
width:640px;
height:80px;
}
#speace_100_80{
width:100px;
height:80px;
float:left;
}
.pc_100_80{
width:100px;
height:80px;
font-size:18px;
float:left;
color:#000000;
font-weight:bold;
}
#speace_80_80{
width:80px;
height:80px;
float:left;
}
.sono_100_40{
width:100px;
height:40px;
font-size:18px;
color:#000000;
font-weight:bold;
//text-align:center;
}
p{
margin-top:150px;
font-ssize:18px;
color:#000000;
text-align:center;
font-family:"meiryo";
font-weight:bold;
}
.clearfix{
clear:both;
}
a:link{
color:#000000;
} 
a:visited{
color:#000000;
}
a:hover{
color:#000000;
}


