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

}


.wrapper{

width:1200px;
	
margin:0 auto;

margin-top:50px;
}


.clearfix{

clear:both;

}




.box_1{

width:380px;

height:600px;

float:left;


}



.box_2{

width:30px;
height:600px;

float:left;

}




.p_16{

padding:0px 10px;

padding-bottom:3px;

padding-top:6px;
width:360px;

height:18px;

font-size:16px;

border-bottom:3px dotted #00242A;

color:#00242a;

}





.p_phot{
padding:0px 10px;

margin-top:5px;
width:360px;

height:25px;

background-image:url("mika_1.png");
border-radius:50%;

position:relative;

display:inline-block;

float:left;

}

}



.box_3{

width:1200px;

height:10px;
color:#edd4ac;

font-size:10px;}


ul li a{
padding:0px 10px;

font-size:14px;
color:#00242A;

float:left;

text-decoration:none;
}


a:link{

color:#00242A;

text-decoration:none;
} 

a:visited{

color:#00242A;

text-decoration:none;
}

a:hover{

color:#00242A;

text-decoration:none;
}



p:hover{

background:#00242A;
color:#edd4ac;

}




