﻿@charset "utf-8";
/*css document*/
html{
background-color:transparent;
background-image:none;
}
p,ul,ol,li{
padding:0;
margin:0;
list-style:none;
}
body{	
background:#000000/*#edd4ac*/;
}
.wrapper{
width:640px;
height:480px;
margin:0 auto;
background-image:url(samueru1.jpg);
margin-top:180px;
border:#fff 3px solid;
}
.clearfix{
clear:both;
}
.margin-top{
width:640px;
height:180px;
}
.box_title{
width:640px;
height:50px;
text-align:center;
line-height:50px;
color:#fff;
font-size:24px;
margin-bottom:60px;
}
.title_sub{
width:100px;
height:120px;
color:#fff;
font-size:16px;
font-weight:bold;
text-align:center;
float:left;
}
.title_sub_sub{
width:100px;
height:30px;
text-align:center;
color:#fff;
font-size:16px;
font-weight:bold;
}
.title_speace{
width:50px;
height:120px;
color:#fff;
font-size:16px;
font-weight:bold;
text-align:center;
float:left;
}
.title_kirai{
width:95px;
height:120px;
float:left;
}
div.box_title div.title a{text-decoration:none;}
p{
margin-top:30px;
font-size:14px;
width:640px;
text-align:center;
color:#fff;
}
a:link{
color:#fff;
text-decoration:none;
} 
a:visited{
color:#fff;
text-decoration:none;
}
a:hover{
padding:5px;
background:lightgray;
color:gray;
text-decoration:none;}




