@CHARSET "Shift_JIS";

/** header **/
div#header {
	background: url(//img.mblg.tv/img/pc/h_bottom_blue.gif) bottom left no-repeat;
}
div#header h1 {
	color: #fff;
}
div#header ul.headerMenu li {
	background: none;
}
div#header ul.headerMenu li a {
	color: #fff;
}

/** contents **/
div#main {
	width: 645px;
	margin: 0 5px 0 0;
	float: left;
}

div#sub {
	width: 300px;
	margin: 0;
	float: left;
}


/** 2jigen code **/
img.mcode {
	margin: 10px;
}

/** fortune star **/
form#fortuneStar {
	background: url(//img.mblg.tv/img/fortune/fortune_s.gif) no-repeat center left;
	padding: 0 0 0 120px;
	height: 70px;
	margin: 0 auto;
}

/** global only **/
table.selector td {
	padding: 5px;
}



table#new {
	width: 100%;
}


/****************
 * box
 ****************
 * 
 */
/** small **/
div.box.gsmall {
	background: url(//img.mblg.tv/img/pc/box_g_s.gif) no-repeat scroll right bottom;
	width: 300px;
}
div.box.gsmall h3 {
	background: url(//img.mblg.tv/img/pc/box_g_s.gif) no-repeat scroll left top;
	width: 280px;
}
div.box.gsmall div.boxcontent {
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 288px;
}
div.box.gsmall div.noTitle {
	background: url(//img.mblg.tv/img/pc/box_g_s.gif) no-repeat scroll right top;
	width: 300px;
}
/** large **/
div.box.glarge {
	background: url(//img.mblg.tv/img/pc/box_g_l.gif) no-repeat scroll right bottom;
	width: 645px;
}
div.box.glarge h3 {
	background: url(//img.mblg.tv/img/pc/box_g_l.gif) no-repeat scroll left top;
	width: 625px;
}
div.box.glarge div.boxcontent {
	background-color: #fff;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 633px;
}
div.box.glarge div.noTitle {
	background: url(//img.mblg.tv/img/pc/box_g_l.gif) no-repeat scroll right top;
	width: 645px;
}