@charset "utf-8";
@import url("head.css");
@import url("menu.css");
@import url("contents.css");
@import url("footer.css");


*	{
	margin : 0 ;
	padding : 0 ;
}

body	{
	width : 100% ;
	background-color : #cccccc ;
}


div#body	{
	width : 960px ;
	margin-right : auto ;
	margin-left : auto ;
	background-image: url(../img/main/bg.gif) ;
	background-repeat : repeat ;
	position : static ;
}

div#main	{
	width : 800px ;
	float : right ;
	background-image : url(../img/main/main_bg.gif) ;
	background-repeat : repeat-y ;
	padding-bottom : 20px ;
	margin-bottom : 20px ;
}



div#main_header	{
	width : 780px ;
	background-image : url(../img/main/main_bg_lefttop.gif) ;
	background-repeat : no-repeat ;
	heigth : 20px ;
}

div#main_header p	{
	margin-left : 20px ;
}

/* main_contentsはすべてcontents.cssへ */


div#main_footer	{
	clear : both ;
	width : 960px ;

}