@charset "Shift_JIS";

/* uO */

body.beginner {
	background: url(../img/beginner_bg01.jpg) repeat-x top center #fff4e6;
}

body.master {
	background: url(../img/master_bg01.jpg) repeat-x top center #fff4e6;
}

#header_container {
	padding-bottom: 0;
}

#headertitle_container_b,#headertitle_container_m {
	width: 768px;
	height: 288px;
	overflow: hidden;
	margin: 0 auto;
}

#headertitle_container_b {background: url(../img/beginner_bg02_ds.jpg) top left no-repeat;}
#headertitle_container_m {background: url(../img/master_bg02_ds.jpg) top left no-repeat;}

#gametitle_container {
	float: left;
	width: 194px;
	margin-top: 60px;
}

#blogtitle_container {
	float: right;
	width: 560px;
}

#title_container_b,#title_container_m  {
	width:100%;
	height: 288px;
}

#title_container_b {background: url(../img/beginner_bg02.jpg) top center no-repeat;}
#title_container_m  {background: url(../img/master_bg02.jpg) top center no-repeat;}


#footer_container {
	width:100%;
	padding-top: 60px;
	margin-top: 10px;
	background: url(../img/blog_footbg.jpg) repeat-x top center #b8c877;
}

#ftr_menu {
	margin: 0 auto;
}

#blog_container {
	width: 100%;
	background: url(../img/beginner_bg03.jpg) top center no-repeat;
}
#blog_contents {
	width: 768px;
	margin: auto;
}

#blog_sidemenu {
	float: left;
	width: 190px;
}

#blog_entry_b {
	float: right;
	width: 565px;
	background: url(../img/beginner_bg04.jpg) top left repeat-y;
}

#blog_entry_m {
	float: right;
	width: 565px;
	background: url(../img/master_bg04.jpg) top left repeat-y;
}