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

html{
background-color:transparent;
background-image:none;
}

p,ul,ol,li,div,a{
padding:0;
margin:0;
list-style:none;
text-decoration:none;
}

body{
background:#3c736e;
}

.wrapper{
width:640px;
margin:0 auto;
background:#be888d;
height:480px;
border:3px #fff solid;
margin-top:200px;
background-repeat:no-repeat;
}

.clearfix{
clear:both;
}

.margin-top{
width:640px;
height:200px;
}

.box_title{
width:640px;
height:30px;
text-align:center;
line-height:30px;
color:#3c736e;
font-size:24px;
margin-bottom:60px;
font-weight:bold;

}

.title_sub{
width:100px;
height:120px;
color:#3c736e;
font-size:16px;
font-weight:bold;
text-align:center;
float:left;
}

.title_sub_sub{
width:100px;
height:30px;
text-align:center;
color:#3c736e;
font-size:16px;
font-weight:bold;
}

.title_speace{
width:50px;
height:120px;
color:#3c736e;
font-size:16px;
font-weight:bold;
text-align:center;
float:left;
}

.title_kirai{
width:90px;
height:120px;
float:left;
}

p{
margin-top:0px;
font-size:14px;
width:640px;
color:#3c736e;
text-align:center;
}

a:link{
color:#3c736e;
text-decoration:none;
} 

a:visited{
color:#3c736e;
text-decoration:none;
}

a:hover{
color:#3c736e;
text-decoration:none;
}




