@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;
}

img {
	border: none;
}

dl, dt, dd, ul, ol, li {
	list-style: none;
}

body {
	background-color: #f6f6f6;
	color: #000;
	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: #4169e1;
}
a:visited {
	color: #E04141;
}
a:hover {
	color: #0000ff;
}

a:active {
	color: #0000ff;
}

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-wrapper {
	width: 100%;
	background-color: #f6f6f6;
}

div#container {
	width:80%;
	min-width: 700px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #fff;
}

div#header-wrapper {
	width: 100%;
	background-color: #f0f0f0;
}

div#header {
	height: 130px;
	width: 80%;
	min-width: 700px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fafafa;
}

div#main {
	width: 100%;
	position: relative;
}

div#footer {
	width: 100%;
	padding: 15px 0;
	text-align: center;
	clear:both;
}

div#articles {
	float: left;
	width: 74.9%;
	margin: 15px 0;
	display: inline;
	overflow: hidden;
}

div#plugins {
	float: right;
	width: 25%;
}

div#plugin-group1 {
	margin: 15px 0 0;
	overflow: hidden;
}

div#plugin-group2 {
	overflow: hidden;
}


/** 
 * Header detail （ヘッダ（上部）の細かいスタイル）
*****************************************************/

div#header h1 {
	padding: 15px;
	border-left: 10px solid #696969;
}

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 {
	padding: 2px;
	margin: 10px 15px;
}

div.article-header {
	padding: 0 10px;    /* ie bug */
	border-left: 10px solid #696969;
}

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 {
	margin: 0 15px 25px;
}

div.comment {
	padding: 0 0 10px;
}

div.comment-header {
	padding: 0 8px;
	border-left: 5px solid #696969;
}

div.comment-body {
	padding: 10px;
}


div#comment-add  {
	padding: 10px;
}

div#comment-add-title {
	padding: 0 8px;
	border-left: 5px solid #696969;
}

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: 0 5px;
	border-left: 5px solid #696969;
}


/** 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#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;
	font-size: small;
}



/** 終了 **/