﻿@charset "utf-8";
/*css document*/
html{
background-color:transparent;
background-image:none;
}
p,ul,ol,li,a{
padding:0;
margin:0;
}
a{text-decoration:none;}
body{	
background:#000000;
}
.wrapper{	
margin:0 auto;
margin-top:300px;
width:600px;
height:450px;
border:lightgray solid 3px;
background-image:url("rutu_4.jpg")
}
#box_title{
margin-top:200px;
width:600px;
height:24px;
font-size:24px;
text-align:center;
color:lightgray;
display:block;
}
.spece_600_80{
width:600px;
height:80px;
}
.box_sub_title{
width:600px;
height:60px;
}
.spece_135_100{
width:135px;
height:100px;
float:left;
}
.PC_60_100{
width:60px;
height:100px;
font-size:18px;
float:left;
color:lightgray;
}
.speace_30_100{
width:30px;
height:100px;
float:left;
}
.sono_60_50{
width:60px;
height:50px;
font-size:18px;
color:lightgray;
text-align:center;
}
ul{
margin-top:30px;
}
.clearfix{
clear:both;
}
a:link{
color:lightgray;
} 
a:visited{
color:lightgray;
}
a:hover{
color:lightgray;
}


