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

html{
background-color:transparent;
background-image:none;
}
a{
text-decoration:none;
}
p,ul,ol,li{
padding:0;
margin:0;
height:0px;
}
body{	
background:#000000;
font-family:meiryou;
}
.wrapper{
width:600px;
height:450px;	
margin:0 auto;
margin-top:100px;
background-image:url("souseiki_19_s.jpg");
border:#fff 3px solid;
background-position: center center;
background-repeat:no-repeat;                   
background-size:cover;
}
clearfix{
clear:both;
}
.box_title{
margin-top:225px;
margin-bottom:28px;
width:600px;
height:28px;
font-size:28px;
color:#fff;
text-align:center;
}
.box_285_72{
width:285px;
height:72px;
float:left;
font-size:18px;
text-align:right;
color:#fff;
}
#box_30_72{
width:30px;
height:72px;
float:left;
}
.box_285_72_r{
width:285px;
height:72px;
float:left;
font-size:18px;
text-align:left;
line-height:27px;
}
a:link{
color:#fff;
} 
a:visited{
color:#fff;
}
a:hover{
color:#fff;
}
p:hover{
background:#fff;
color:#000000;
border-bottom:3px dotted #000000;
}
.clearfix{
clear:both;
}