@charset "Shift_JIS";

/** 
 * 目次
 *   ... 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;
}

html, body {
    height: 100%;
}

img {
	border: none;
}

dl, dt, dd, ul, ol, li {
	list-style: none;
}

html {
	background: #000 url(http://img.mblg.tv/img/tmp/pc/6/bottom.jpg) bottom left fixed repeat-x;
	color: #fff;
	font-family: Verdana, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 135%;
}

body {
	background: url(http://img.mblg.tv/img/tmp/pc/6/top.png) top center no-repeat;
}

body, th, td {
	font-size: small;
}

a:link { color: #f5f5f5; }
a:visited { color: #dcdcdc; }
a:hover, a:active { color: #fff; }

div.article a:link, div.plugin a:link, div#comments a:link  { color: #4169e1; }
div.article a:visited, div.plugin a:visited, div#comments a:visited { color: #E04141; }
div.article a:hover, div.plugin a:hover, div#comments a:hover { color: #0000ff; }
div.article a:active, div.plugin a:active, div#comments a:active { color: #0000ff; }

div.article, div.plugin, div#comments { color: #000; }

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 {
    position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
}

div#header {
	height: 120px;
	padding: 20px 0;
	text-align: center;
}

div#main {
	width: 100%;
	position: relative;
}

div#footer {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	clear:both;
}

div#articles {
	float: left;
	width: 700px;
	overflow: hidden;
}

div#plugins {
	float: right;
	width: 230px;
	overflow: hidden;
	background: url(http://img.mblg.tv/img/tmp/pc/6/back-article.png);
}

div#plugin-group1 {
	overflow: hidden;
}

div#plugin-group2 {
	overflow: hidden;
}



/** 
 * Header detail （ヘッダ（上部）の細かいスタイル）
*****************************************************/

div#header h1 {
	padding: 15px;
}

div#header p {
	padding: 15px;
}

div#header h1 a {
	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: 0 0 10px;
	padding: 10px 10px 0;
	background: url(http://img.mblg.tv/img/tmp/pc/6/back-article.png);
}

div.article-header {
	height: 100px;
	padding-left: 125px;
	background: url(http://img.mblg.tv/img/tmp/pc/6/head-article.png) top left no-repeat;
}

div.article-body {
	padding: 10px;
}

div.article-body-ex {
	padding: 15px 0 10px;
	border-top: 1px dotted #fff;
}

div.article-entry-ex-link {
	text-align: right;
}

div.article-footer {
	padding-bottom: 10px;
}

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 0;
	background: url(http://img.mblg.tv/img/tmp/pc/6/back-article.png);
}

div.comment {
	padding: 0 0 10px;
}

div.comment-header {
	padding: 5px 10px;
	border-bottom: 2px dotted #fff;
}

div.comment-body {
	padding: 5px 5px 15px;
}

div#comment-add  {
	padding: 10px;
}

div#comment-add-title {
	padding: 5px 10px;
	border-bottom: 2px dotted #fff;
}

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: 10px;
	border-bottom: 2px dotted #fff;
}

div.plugin-body {
}

div.plugin h5 {
	color: #dc143c;
	font-family: Georgia, sans-serif;
	font-size: 1.2em;
	padding: 5px;
}


/** calendar **/
div.plugin-calendar {
	width: auto;
}
div.plugin-calendar table {
	width: 100%;
}
div.plugin-calendar table th {
	font-size: x-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.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;
}


/** free link **/
div.plugin-freelink dd {
	margin-left: 7px;
}



/** 
 * Ad （広告の表示スタイル）
*****************************************************/

div.ad {
	padding: 15px;
	font-size: small;
}


/** 終了 **/
