/*
	Theme Name:JOUDOSHU
*/

@import url(./header.css);
@import url(./footer.css);

/* index */
@import url(./index_left.css);
@import url(./index_right.css);

/* page */
@import url(./page_left.css);
@import url(./page_right.css);

/* page02 */
@import url(./page_02.css);


@charset "utf-8";

/*+++++++++ body ++++++++++*/
*{
	padding:0;
	margin:0;
	font-size:13px;
}

body{
	background-image:url('./img/body_header.jpg');
	background-repeat: repeat-x;
	font-family:arial,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body#body_02{
	background-image:url('./img/body_header_02.jpg');
	background-repeat: repeat-x;
	font-family:arial,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*+++++++++ index ++++++++++*/
#main_body{
	width:860px;
	margin:auto;
}

#body_left{
	width:560px;
	background-repeat: repeat-y;
	background-image:url('./img/back_left.jpg');
	float:left;
}
#body_right{
	width:300px;
	float:right;
}

/* page */
#page_body_left{
	width:240px;
	float:left;
	margin-top:10px;
}
#page_body_right{
	width:620px;
	margin-top:10px;
	float:right;
}


