/*　基本設定　*/

#container {
	width: 850px;
	}

/* ++++++ 2段 ++++++ */

	#center	{
		width: 640px;
		}

	/* サイドバーの横幅 */
	#left {
		width: 200px;
		}


/*　その他　*/

body {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Lucida Grande','Lucida Sans Unicode',"ヒラギノ角ゴ Pro W3", 'HiraKakuPro-W3', "ＭＳ Ｐゴシック" ,'Helvetica,Verdana';
	text-align:center;
	color: #000000;
	background-color: #ffffff;
}

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
	}

#left {
	float: left;
	}

#right {
	float: left;
	}

#center {
	float: left;
	}

#footer	{
	clear: both;
	}

/*　レイアウト　*/

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	}

a:link,a:visited {
	font-size: 12px;
	
	text-decoration: underline;
}

a:active,a:hover {
	color: #000;
	background: #E0E0E0;
	text-decoration: underline;
}

#main	{
	background-color: #ffffff;
	padding-top: 0px;
	}

#banner {
	font-size: 12px;
	margin-bottom: 0px;
}

#banner a {
	font-size: 12px;
	
}


/* 左右サイドバーの左右の余白 */
#left div,#right div {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}

/* コンテンツ部分の左右の余白 */
.content div {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}

/* ヘッダ部分の左右の余白 */
#banner div {
	margin-left: 0px;
	margin-right: 0px;
	}

/* 余分な空白削除 */
#banner div div,#left div div,#right div div,.content div div {
	margin-left: 0px;
	margin-right: 0px;
	}

/* パーツデザイン設定 */

/* ヘッダーデザイン  */

#title h1	{
	font-size: 14px;
	margin-bottom: 0px;
	padding: 0px 0px 0px;
	}

#title h1 a	{
	text-decoration: none;
	}

#title h2	{
	font-size: 12px;
	margin-top: 6px;
	}


/* コンテンツデザイン */

/* エントリー */
.entry h2	{
	font-size: 14px;
	}

.entry h3	{
	font-size: 12px;
	color: #ff6600;
	}

.entry p	{
	font-size: 12px;
	line-height: 150%;
	}

.entry p.posted	{
	font-size: 12px;
	border-top: solid 1px #336600;
	padding-top: 6px;
	text-align: right;
	}


.entry	{
	margin-bottom: 40px;
	}

/* 前後のエントリーへのリンク */

#entrylink	{
	font-size: 12px;
	}

#entrylink p	{
	margin-top: 0;
	margin-bottom: 30px;
	}

/* トラックバック */

#trackbacks	{
	border: solid 1px #336600;
	padding: 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#trackbacks h2	{
	font-size: 12px;
	margin-bottom: 0;
	}

#trackbacks p	{
	font-size: 12px;
	margin-top: 8px;
	}

#trackbacks h3	{
	font-size: 12px;
	color: #996633;
	margin-bottom: 0;
	border-top: dotted 1px #336600;
	padding-top: 20px;
	}

/* コメント */

#comments	{
	border: solid 1px #336600;
	padding: 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#comments h2	{
	font-size: 12px;
	}

#comments p	{
	font-size: 12px;
	}

#comments p.posted	{
	padding-left: 0px;
	}

#comments div	{
	border-top: dotted 1px #336600;
	}

#comments form div	{
	border-top: none;
	padding-top: 0;
	}

#comments h2#com02	{
	border-top: dotted 1px #336600;
	padding-top: 40px;
	}

#comments a	{
	
	}


/* カテゴリーデータ */

#categorydata h1	{
	font-size: 12px;
	border-bottom: solid 1px #336600;
	padding-bottom: 8px;
	}

#categorydata h2	{
	font-size: 12px;
	color: #999999;
	}

#categorydata ul	{
	font-size:12px;
	margin-bottom: 30px;
	}

#categorydata	{
	border-bottom: solid 1px #336600;
	}


/* 月別データ */

#monthdata h1	{
	font-size: 12px;
	border-top: solid 1px #336600;
	border-bottom: solid 1px #336600;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#monthdata h2	{
	font-size: 12px;
	}

#monthdata span	{
	font-size: smaller;
	}

#monthdata p	{
	font-size: 12px;
	line-height: 150%;
	border-bottom: dotted 1px #336600;
	padding-bottom: 20px;
	padding-left: 20px;
	}

/* サイドバーデザイン */

/* カレンダー */

#calendar table	{
	width: 100%;
	font-size: 12px;
	text-align: center;
	}

#calendar td	{
	padding: 3px 0;
	}

#calendar a	{
	text-decoration: none;
	color: #336600;
	}

#calendar caption	{
	border-bottom: solid 2px #336600;
	margin-bottom: 12px;
	}

.sidebar #calender table {
	width: 170px;
	}

#left #calender table {
	width: 168px;
	}

/* メニュー */
.sidebar h2	{
	font-size: 12px;
	color: #000000;
	border-bottom: solid 2px #336600;
	padding-bottom: 3px;
	margin-bottom: 10px;
	}

.sidebar ul	{
	font-size: 12px;
	list-style-position:inside;
	margin-left:10px;
	padding-left:0;
	margin-top: 5px;
	margin-bottom: 10px;
	}

.sidebar .link	{
	font-size: 12px;
	}

/* エントリーメニュー */

#recent h2	{
	font-size: 12px;
	color: #000000;
	border-bottom: solid 2px #336600;
	padding-bottom: 3px;
	margin-bottom: 0px;
	}

#recent ul	{
	font-size: 12px;
	list-style-position:inside;
	margin-left:10px;
	padding-left:0;
	margin-top: 5px;
	margin-bottom: 10px;
	}

/* タグ */
.module-tagcloud .module-content {text-align: center; }
.module-tagcloud .module-content .module-list { list-style: none; }
.module-tagcloud .module-content .module-list .module-list-item { display: inline; }
.module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }

.entry-tags .entry-tags-list {font-size: 12px; }
.entry-tags .entry-tags-list { list-style: none; }
.entry-tags .entry-tags-list .entry-tag { display: inline; }


/* フィード情報 */
#feed	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

/* Movable Type情報 */
#powered	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-top: 50px;
	margin-bottom: 20px;
	}

/* 検索 */

#serch {
	font-size:12px;
	}

#serch a {
	font-size:12px;
	
	}

#serch .search-results-header {
	font-size:12px;
	}

#serch .search-results-header h3 a {
	font-size:12px;
	}

#serch .search-results-container {
	font-size:12px;
	}

#serch .entry-tags {
	font-size:12px;
	}
	

/*  フッターデザイン */
#footer {
	font-size: 12px;
	margin-top: 10px;
	padding: 0px 0px 0px;
}

.style1 {color: #003300}

.txt12b {
	font-size: 12px;
	font-weight: bold;
}

.copyright {
	color: #FFFFFF;
}

.point {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.comment {
	font-size: 12px;
	color: #993300;
}

.head {
	font-weight: bold;
	color: #FFFFFF;
}
.comment2 {
	font-size: 16px;
	font-weight: bold;
}
.comment3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.comment4 {
	font-size: 16px;
	font-weight: bold;
	color: #993300;
}
.comment5 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}