* { margin : 0 ; padding : 0 ; }

#my_main { 
width : 800px ; 
background-color: #ffffff;
}

#my_body { position : relative ; 
margin: 0 auto; 
width : 800px ; 

}

#my_header 
{ width : 100% ; height : 510px ;
	background-image: url(img/main.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;}


#my_navigation
{
height : 20px ;
font-size: 10px;
letter-spacing: 5px;
padding-top: 12px;
padding-left: 50px;
padding-bottom: 3px;

}

#my_sns
{
height : 20px ;
padding-top: 3px;
padding-left: 50px;
padding-bottom: 10px;

}

#my_footer { 
height : 28px ;
font-size: 10px;
letter-spacing: 5px;
padding-top: 14px;
padding-left: 10px;
background-color: #ffd700;
}



h1 {
    font-size:60px;
	margin-top: 50px;
	margin-bottom: 40px;
	margin-left: 5%;
	margin-right: 5%;
	line-height: 70px;
	color: #555555;
	
}

h2 {
color: #555555;
font-size:26px;
margin-top: 10px;
margin-left: 8%;
margin-right: 5%;
line-height: 30px;
margin-bottom: 20px;
}

h3 {
    font-size:20px;
	margin-top: 50px;
	margin-bottom: 20px;
	line-height: 30px;
	color: #008040;
}

img {
    border-style:none;
}

br {
letter-spacing: 0;
}




.b{
color: #555555;
line-height: 20px;
letter-spacing:4px;
font-size:13px;
margin-left: 10%;
margin-right: 5%;
margin-bottom: 50px;
margin-top: 5px;

}


.c{
color: #555555;
line-height: 20px;
letter-spacing:3px;
font-size:10px;
margin-left: 20%;
margin-right: 20%;
margin-bottom: 50px;
margin-top: 50px;
}


BODY{
width : 100% ;
background-image: url("img/tex.jpg"); /* 全体の背景画像 */
background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
background-attachment:fixed;             /* 背景画像を固定する */
}



/* リンクの基本設定 */





a {color: #993333;


	text-decoration:none;}


a:hover {color: #999999;


	text-decoration:none;}
