﻿@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:#f4e6d9/*#edd4ac*/;

}


.wrapper{
width:640px;
margin:0 auto;
background-image:url("samueruki1_30.jpg");
height:480px;
margin-top:180px;
border:3px solid #000000;
}
.clearfix{
clear:both;
}
.margin-top{
width:640px;
height:50px;
}
.box_title{
width:640px;
height:24px;
text-align:center;
color:#fff;
font-size:24px;
padding-top:210px;
padding-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:60px;
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{
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;}




