@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;
}

body {
	font-family: Verdana, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 135%;
}

body, th, td {
	font-size: small;
}


a:link { color: #696969; }
a:visited { color: #808080; }
a:active, a:hover { color: #000000; }

div#wrapper-main a:link { color: #d3d3d3; }
div#wrapper-main a:visited { color: #a9a9a9; }
div#wrapper-main a:active, div#wrapper-main a:hover { color: #fff; }



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: 650px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	background: url(http://img.mblg.tv/img/tmp/pc/8/back.gif) repeat-y left top;
}

div#wrapper-main {
	float: left;
	width: 450px;
	color: #fff;
	background-color: #000;
}

div#header {
	height: 120px;
	padding: 20px 0;
	overflow: hidden;
}

div#articles {
	margin: 15px 0;
	overflow: hidden;
}

div#wrapper-sub {
	float: left;
	width: 190px;
	overflow: hidden;
}

div#footer {
	clear: both;
	padding-left: 462px;
	overflow: hidden;
}

div#plugins {
	overflow: hidden;
}

div#plugin-group1 {
	margin: 15px 0 0;
	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 {
	font-size: 9px;
}

div#footer a {
	display: list-item;
	list-style-type: none;
}


/** 
 * Article detail （コンテンツ（記事部分）の細かいスタイル）
*****************************************************/

div.paginator {
	text-align: center;
	padding: 5px;
}

div.article {
	padding: 2px;
	margin: 20px 15px 25px 0;
	overflow: hidden;
	border-bottom: 1px solid #222;
}

div.article-header {
	padding:10px;
}

div.article-date {
	color: #333;
	line-height: 1em;
	font-size: 3em;
	font-family: Impact;
}

div.article-body {
	padding: 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-footer ul {
	position: relative;
	text-align: right;
}

div.article-footer ul li {
	display: inline;
	text-align: right;
	position: relative;
}

div#comments {
	padding: 2px;
	margin: 0 15px 25px 0;
}

div.comment {
	padding: 0 0 10px;
}

div.comment-header {
	padding: 5px 10px;
}

div.comment-body {
	padding: 10px;
}


div#comment-add  {
	padding: 10px;
}

div#comment-add-title {
	padding: 5px 10px;
}

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;
	margin-bottom: 10px;
}

div.plugin-body {
	padding: 10px;
}

div.plugin h5 {
	padding: 10px 5px 0;
	color: #696969;
	font-size: x-large;
	font-weight: bold;
	font-family: Georgia, sans-serif;
}


/** 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 {
}
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: #a9a9a9;
}
div.plugin-calendar td.sunday, div.plugin-calendar th.sunday {
	color: #808080;
}


/** 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;
	color: #696969;
}


/** free link **/
div.plugin-freelink dd {
	margin-left: 7px;
	color: #696969;
}



/** 
 * Ad （広告の表示スタイル）
*****************************************************/

div.ad {
	padding: 10px;
	font-size: small;
}

/** 終了 **/
