@charset "utf-8";

/** 
 * ??
 *   ... Tags ?HTML????????????
 *   ... Layout ?????????????2????3????????
 *   ... Header detail ?????????????????
 *   ... Footer detail ?????????????????
 *   ... Article detail ?????????????????????
 *   ... Plugin detail ???????????????
 *   ... Ad ???????????
 * 
 * Title:default
 * Update:2009-04-09
 */


/** 
 * Tags ?HTML????????????
*****************************************************/

html, body, div, dl, dt, dd, ul, ol, li, 
h1, h2, h3, h4, h5, h6, p, table, th, td, tr, img
pre, blockquote, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

dl, dt, dd, ul, ol, li {
	list-style: none;
}

body {  background-color: #FFF;
        background-image: url(http://img.mblg.tv/img/tmp/pc/29/back.gif);
        background-repeat: repeat-x;
        background-position: bottom;
	color: #fff;
	font-family: Georgia, Verdana, Helvetica, "????", Meiryo, "?????? Pro W3", "Hiragino Kaku Gothic Pro", "?? ?????", sans-serif;
	line-height: 135%;
}

body {
	font-size: 0.7em;
}

a {
	text-decoration: none;
}

a:link {
	color: #000066;
}
a:visited {
	color: #668866;
}
a:hover {
	color: #32cd32;
	text-decoration: underline;
}

a:active {
	color: #32cd32;
	text-decoration: underline;
}

h1 {
	font-size: 190%;
}

h2 {
	font-size: 135%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5, h6 {
	font-size: 100%;
}


/** 
 * Layout ?????????????2????3?????
*****************************************************/

div#container {
	width: 660px;
	margin: 0 auto;
	color: #696969;
}

div#header {
	width: 100%;
	height: 190px;
	margin-top: 20px;
	background: #FFF url(http://img.mblg.tv/img/tmp/pc/29/top.gif) center top no-repeat;
	color: #000;
}

div#main {
	width: 630px;
	position: relative;
	padding: 0 15px;
	background: #FFF url(http://img.mblg.tv/img/tmp/pc/29/allbox.gif) center top repeat-y;
}

div#footer {
	width: 100%;
	height: 33px;
	margin-bottom: 40px;
	background:url(http://img.mblg.tv/img/tmp/pc/29/allbtm.gif) center top no-repeat;
	color: #000;
	text-align: center;
	clear:both;
}

div#articles {
	float: left;
	width: 460px;
	margin: 15px 0;
	display: inline;
	overflow: hidden;
}

div#plugins {
	float: right;
	width: 160px;
	padding-bottom: 15px;
	margin: 25px 0;
	background: url(http://img.mblg.tv/img/tmp/pc/29/plugbtm.gif) center bottom no-repeat;
}

div#plugin-group1 {
	margin: 15px 0 0;
	overflow: hidden;
}

div#plugin-group2 {
	overflow: hidden;
}


/** 
 * Header detail ?????????????????
*****************************************************/

div#header-inner {
	padding: 20px;
}

div#header h1 {
	padding: 20px 20px 5px;
}

div#header p {
	padding: 5px 20px 20px;
}

div#header h1 a {
	color: #222;
	text-decoration: none;
}



/** 
 * Footer detail ?????????????????
*****************************************************/

div#footer {
	text-align: center;
	font-size: 9px;
}



/** 
 * Article detail ?????????????????????
*****************************************************/

div.paginator {
	text-align: center;
	padding: 5px;
}

div.article {
	margin-bottom: 15px;
}

div.article-header {
	padding: 10px;
	background: url(http://img.mblg.tv/img/tmp/pc/29/arctop.gif) top center no-repeat;
/*	border-left: 10px solid #696969;*/
}

div.article-header h2.article-title {
	padding: 5px 5px 5px 8px;
	background: url(http://img.mblg.tv/img/tmp/pc/29/arcicon.gif) left center no-repeat;
	border-bottom: 1px dotted #ddd;
}

div.article-body {
	padding: 10px;
	background: #FFF url(http://img.mblg.tv/img/tmp/pc/29/arcbox.gif) center top repeat-y;
}

div.article-body-ex {
	padding: 15px 0 10px;
	margin: 0 10px;
	border-top: 1px dotted #ccc;
}

div.article-entry-ex-link {
	text-align: right;
}

div.article-footer {
	padding: 0 10px 10px;
	background: url(http://img.mblg.tv/img/tmp/pc/29/arcbtm.gif) bottom center no-repeat;
}

div.article-footer ul {
	position: relative;
	text-align: right;
}

div.article-footer ul li {
	display: inline;
	text-align: right;
	position: relative;
}

div#comments {
        background: url(http://img.mblg.tv/img/tmp/pc/29/arctop.gif) top center no-repeat;
}

div.comment {
	padding: 0 0 10px;
}

div.comment-header {
	padding: 5px 5px 5px 30px;
	height: 15px;
	background: url(http://img.mblg.tv/img/tmp/pc/29/arcicon.gif) no-repeat 20px 10px;
	border-bottom: 1px dotted #ddd;
}

div.comment-body {
	padding: 10px;
}

div#comment-add  {
	padding: 10px;
	background: url(http://img.mblg.tv/img/tmp/pc/29/arcbox.gif) top center repeat-y;
}

div#comment-add-title {
	padding: 5px 5px 5px 30px;
	height: 15px;
	background: url(http://img.mblg.tv/img/tmp/pc/29/arcicon.gif) no-repeat 20px 10px;
	border-bottom: 1px dotted #ddd;
}

div#comment-add table {
	width: 100%;
	margin: 15px 0;
}

div#comment-add table td {
	padding: 5px;
}

div#comment-add input.formpost {
	display: block;
	margin: 0 auto;
}

div.comment-footer {
	height: 33px;
        background: url(http://img.mblg.tv/img/tmp/pc/29/arcbtm.gif) bottom center no-repeat;
        margin-bottom:20px;
}

/** 
 * Plugin detail ???????????????
*****************************************************/

div.plugin-header {
	padding-top: 5px;
	background: url(http://img.mblg.tv/img/tmp/pc/29/plugtop.gif) top center no-repeat;
/*	border-left: 10px solid #696969;*/
}

/** common **/
div.plugin {
	background-color: #ddd;
}

div.plugin-body {
	padding: 10px;
	background-color: #ddd;
}

div.plugin h5 {
	padding: 5px 5px 5px 20px;
	height: 15px;
	background: url(http://img.mblg.tv/img/tmp/pc/29/plugicon.gif) no-repeat 6px 7px;
	border-bottom: 1px dotted #FFF;
}


/** calendar **/
div.plugin-calendar {
	width: auto;
}
div.plugin-calendar table {
	width: 100%;
}
div.plugin-calendar table th {
	font-size: small;
}
div.plugin-calendar tr {
	border-bottom: 1px dotted #bdbdbd;
}
div.plugin-calendar td {
	text-align: center;
}
div.plugin-calendar td a {
	display: block;
}
div.plugin-calendar td.none {
	visibility: hidden;
}
div.plugin-calendar td.saturday, div.plugin-calendar th.saturday {
	color: #4169e1;
}
div.plugin-calendar td.sunday, div.plugin-calendar th.sunday {
	color: #dc143c;
}


/** profile **/
div#plugins div.plugin-profile img.profile {
   max-width: 120px;
   max-height: 160px;
}

div.plugin-profile table {
	width: 100%;
}
div.plugin-profile td.profLabel {
	font-weight: bold;
	padding-right: 2px;
	text-align: right;
}
div.plugin-profile div.more {
	text-align: right;
}


/** recent comment **/
div.plugin-recentcomment dd {
	margin-left: 7px;
	color: #696969;
}


/** free link **/
div.plugin-freelink dd {
	margin-left: 7px;
	color: #696969;
}



/** 
 * Ad ???????????
*****************************************************/

div.ad {
	padding: 15px;
	border: 1px solid #f9f9f9;
}

body {
    padding-top: 24px !important;
    padding-top: 0; /* ie6 */
}

table#mblg-bar {
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 24px;
    padding: 1px 0;
    margin: 0 !important;
    background: #fff url(http://mblg.tv/img/pc/user/bg_bar.gif) repeat-x bottom left;
    color: #333;
    font-family:Verdana,Helvetica,"????",Meiryo,"?????? Pro W3","Hiragino Kaku Gothic Pro","?? ?????",sans-serif;
	line-height:135%;
}

table#mblg-bar td {
	vertical-align: middle;
    font-size: 10px;
    padding: 0 5px;
}

table#mblg-bar td a {
	text-decoration: none;
}

table#mblg-bar td a:link {
	color: #4169e1;
}
table#mblg-bar td a:hover, table#mblg-bar td a:focus, table#mblg-bar td a:active {
	text-decoration: underline;
}
table#mblg-bar td a:visited {
	color: #E04141;
}

table#mblg-bar td#mblg-bar-logo a {
	display: inline-block;
}

table#mblg-bar td#mblg-bar-link {
    text-align: right;
}

/** ?? **/
