@charset "Shift_JIS";

/** 
 * 目次
 *   ... Tags （HTMLタグに設定するスタイル）
 *   ... Layout （ページ全体のレイアウト（2カラム、3カラム）の骨子）
 *   ... Header detail （ヘッダ（上部）の細かいスタイル）
 *   ... Footer detail （フッタ（下部）の細かいスタイル）
 *   ... Article detail （コンテンツ（記事部分）の細かいスタイル）
 *   ... Plugin detail （プラグインの細かいスタイル）
 *   ... Ad （広告の表示スタイル
 * 
 * Title:humming
 * Update:2009-04-19
 */


/** 
 * 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, td, th {
	color: #703e3e;
	font-family: Georgia, Verdana, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
　　　　line-height: 135%;

}

body {
	background: #fbddbf url(http://img.mblg.tv/img/tmp/pc/30/back.gif) repeat;
	font-size: 0.7em;
}

a {
	text-decoration: none;
}

a:link {
	color: #0066ff;
}
a:visited {
	color: #3399ff;
}
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: 765px;
	margin: 0 auto;
	background: url(http://img.mblg.tv/img/tmp/pc/30/back.gif) repeat;
}

div#header {
	width: 100%;
	height: 247px;
	background: url(http://img.mblg.tv/img/tmp/pc/30/top.gif) center top no-repeat;
}

div#main {
        background: url(http://img.mblg.tv/img/tmp/pc/30/mainback.gif) repeat;
	width: 765px;
}

div#footer {
	width: 100%;
	height: 50px;
        background: url(http://img.mblg.tv/img/tmp/pc/30/mainbtm.gif) center bottom no-repeat;
        clear: both;
}

div#articles {
	float: left;
	width: 530px;
	display: inline;
	overflow: hidden;
}

div#plugins {
	float: right;
	width: 235px;
}

div#plugin-group1 {
	margin: 15px 0 0;
	overflow: hidden;
}

div#plugin-group2 {
	overflow: hidden;
}


/** 
 * Header detail （ヘッダ（上部）の細かいスタイル）
*****************************************************/

div#header-inner {
	padding: 95px 115px;
}

div#header h1 {
	padding: 0px 20px 0px 0px;
}

div#header p {
	padding: 10px 20px 0 0px;
	color: #000066;
}

div#header h1 a {
	color: #000066;
	text-decoration: none;
}



/** 
 * Footer detail （フッタ（下部）の細かいスタイル）
*****************************************************/

div#footer {
	text-align: center;
	font-size: 9px;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
}



/** 
 * Article detail （コンテンツ（記事部分）の細かいスタイル）
*****************************************************/

div.paginator {
	text-align: center;
	padding: 5px;
}

div.article {
	padding: 2px;
	margin-top: 10px;
}

div.article-header {
	padding: 10px;
/*	border-left: 10px solid #696969;*/
}

div.article-header h2.article-title {
	padding: 15px 5px 5px 105px;
	height: 40px;
	background: url(http://img.mblg.tv/img/tmp/pc/30/maintitle.gif) left center no-repeat;
}

div.article-body {
	padding: 0 10px;
	margin: 0 10px;
}

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: 10px;
}

div.article-date {
        color: #c72929;
	position: relative;
	text-align: right;
}

div.article-footer ul {
	position: relative;
	text-align: right;
}

div.article-footer ul li {
	display: inline;
	text-align: right;
	position: relative;
}

div#comments {
	margin: 0 15px 25px;
        background: url(http://img.mblg.tv/img/tmp/pc/30/mainback.gif) repeat;
}

div.comment {
	padding: 0 0 10px;
}

div.comment-header {
	padding: 15px 5px 5px 105px;
	height: 40px;
	background: url(http://img.mblg.tv/img/tmp/pc/30/maintitle.gif) left center no-repeat;
}

div.comment-body {
	padding: 10px;
}


div#comment-add  {
	padding: 10px;
}

div#comment-add-title {
	padding: 15px 5px 5px 105px;
	height: 40px;
	background: url(http://img.mblg.tv/img/tmp/pc/30/maintitle.gif) left center no-repeat;
}

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;
}



/** 
 * Plugin detail （プラグインの細かいスタイル）
*****************************************************/

/** common **/
div.plugin {
	padding: 2px;
}

div.plugin-body {
	padding: 5px;
}

div.plugin h5 {
	padding: 18px 5px 0px 55px;
	height: 40px;
	background: url(http://img.mblg.tv/img/tmp/pc/30/plugtop.gif) top left no-repeat;
	color: #3a0303;
}


/** 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.plugin-profile table {
	width: 100%;
}

div#plugins div.plugin-profile img.profile {
  max-width: 80%;
  max-height: 80%;
}

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;
}



/** 終了 **/
