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

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


ol,ul,li,p{

margin:0px;

padding:0px;

list-style:none;
}


body{
background:#edd4ac;

}




.wrapper{

width:640px;
height:480px;

margin:0px auto;

margin-top:100px;

border:solid #fff 3px;
}


.box{
width:640px;
height:480px;

background-image:url("ruka_4.JPG");

}



.box_speace{
width:640px;
height:250px;
}


.box_1{

width:640px;

height:24px;

text-align:center;

font-size:24px;
color:#681514;
}




.box_2{

margin:0px 50px;
margin-top:30px;

width:220px;

height:24px;

font-size:18px;

float:left;

color:#681514;
text-align:left;

}



.clearfix{

clear:both;

}




ul li a{

width:160px;

text-align:center;


font-size:18px;

height:18px;
color:#681514;
text-decoration:none;
float:left;}


p{
margin-top:50px;
width:640px;
height:12px;
text-align:center;
font-size:12px;
color:#681514;
}




a:link{

color:#681514;

text-decoration:none;
} 

a:visited{

color:#681514;

text-decoration:none;
}


a:hover{

height:24px;
background:#681514;
color:#fff;

text-decoration:none;
}

