@charset "UTF-8";

/* copyright 2007 apstars.com */
/* http://www.apstars.com/mt/ */

/* ----------------------------------------------------- */
/* 全般 */
/* ----------------------------------------------------- */

/* 初期化 */
* {
	margin: 0;
	padding: 0;
}

/* 初期化 */
h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

/* 水平線 */
hr{
	border-width: 1px;
	border-style: dotted;
	border-color: #333333 #ffffff #ffffff #ffffff;
	margin-top:5px;
	margin-bottom:5px;
}

/* イメージ */
img {
	border-style: none;
	margin: 0px;
}

/* イメージ回り込み(右) */
.imageleft{
	padding-right: 10px;
	float: left;
}

/* イメージ回り込み(左) */
.imageright{
	padding-left: 0px;
	float: right;
}

/* イメージ回り込み解除 */
.clearboth{
	margin: 0;
	display: block;
	clear: both;
}

/* リンク */
a {
	color: #0066cc;
	text-decoration: none;
}

/* リンク・アクティブ */
a.active {
	color: #999933;
	text-decoration: none;
}

/* リンク */
a:link {
	color: #663333;
	text-decoration: none;
}

/* リンク・訪問済み */
a:visited {
	color: #666633;
	text-decoration: none;
}

/* リンク・マウスオーバー */
a:hover {
	color: #ff6633;
	text-decoration: underline;
}

/* 引用 */
blockquote {
	font-size: 12px;
	color: #333333;
	background-color: #eeeeee;
	background-image: url(blogimg/quote.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	padding-right: 10px;
	margin-left: 0;
	margin-bottom: 20px;
	width: 95%;
	overflow: auto;
}

/* 整形済みテキスト */
pre {
	font-size: 12px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0;
	margin-bottom: 20px;
	width: 95%;
	height: 200px;
	overflow: scroll;
}

/* 汎用ブロックエリア */
.blockarea {
	font-size: 12px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding-left: 8px;
	padding-right: 8px;
	margin: 5px 0 5px 0;
}

/* ボディ */
body {
	/*font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;*/
	font-family: Arial, "Trebuchet MS Verdana", sans-serif;
	color: #333333;
	background-color: #ffffff;
	background-position: center top;
	background-repeat: repeat;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1.5em;
}

/* ヘッダ部大外コンテナ枠 */
#headcontainer {
	color: #333333;
	background: #ffffff;
	background-image: url("blogimg/back_header.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 980px;
}

/* コンテンツ部大外コンテナ枠 */
#maincontainer {
	color: #333333;
	background-color: #ffffff;
	background-image: url("blogimg/back_container.jpg");
	background-position: center top;
	background-repeat: repeat-y;
	text-align: left;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 980px;
	clear: both;
}


/* ----------------------------------------------------- */
/* ヘッダ関連 */
/* ----------------------------------------------------- */

/* ディスクリプションコンテナ */
#sitedescription {
	color: #333333;
	background-color: #ffffff;
	padding: 0;
	margin: 10px 15px 0 0;
	float: right;
	width: 680px;
}

/* サイトのタイトル */
#sitedescription h1{
	font-size: 14px;
	margin: 5px 10px 0 0;
	text-align: right;
	font-weight: bold;
	line-height: 130%;
	text-decoration: none;
}

/* サイトの説明文(h2) */
#sitedescription h2{
	font-size: 12px;
	margin: 0 10px 0 0;
	text-align: right;
	font-weight: normal;
	line-height: 130%;
	text-decoration: none;
}

/* サイトの説明文(p) */
#sitedescription p{
	font-size: 12px;
	margin: 0 10px 0 0;
	text-align: right;
	font-weight: normal;
	line-height: 130%;
	text-decoration: none;
}

/* バナー画像エリア */
#banner {
	width: 1px;
	height: 40px;
	float: left;
	display: inline;
	margin: 10px 0 0 15px;
	padding: 0;
}

#banner img {
	margin: 0;
}

/* サイトのTOPイメージ */
#topimage{
	color: #333333;
	background-color: #ffffff;
	background-position: center top;
	background: url("blogimg/topimage.jpg");
	width: 960px;
	height: 200px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #666666;
	clear: both;
}

#topimage p{
	visibility: hidden;
}


/* ----------------------------------------------------- */
/* 上ナビゲーション */
/* ----------------------------------------------------- */

#navitop{
	font-size: 12px;
	color: #333333;
	/*background: #333333 url("blogimg/back_topnavi.jpg") center top repeat-x;*/
	background: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaaaaa;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	width: 950px;
	float: right;
}

#navitop .pad{
	padding-right: 10px;
}

#navitop ul {
	color: #666666;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

#navitop ul li {
	display: inline;
}

#navitop ul li a {
	/*background: #333333 url("blogimg/back_topnavi.jpg") center bottom repeat-x;*/
	padding: 0.1em 10px 0.1em 10px;
	/*border-left-width: 1px;*/
	/*border-left-style: solid;*/
	/*border-left-color: #cccccc;*/
	float: right;
}

#navitop ul li a:hover {
	/*color: #666666;*/
	/*background: #ffffff url("blogimg/hover_topnavi.gif") 0 50% no-repeat;*/
	/*text-decoration: none;*/
}

/* ----------------------------------------------------- */
/* メインコンテナ枠（二重枠） */
/* ----------------------------------------------------- */

#maincontent {
	background-color: transparent;
	width: auto;
	float: left;
	padding: 0 10px 10px 10px;
	clear: both;
}


/* ----------------------------------------------------- */
/* パンくずナビ */
/* ----------------------------------------------------- */

#position {
	font-size: 12px;
	color: #333333;
	/*background: #ffffff url("blogimg/back_topnavi.jpg") center top repeat-x;*/
	background: #ffffff;
	text-align: left;
	line-height: 100%;
	width: 950px;
	border-bottom: solid 1px #aaaaaa;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

#position .pad{
	padding: 8px 0 6px 10px;
}

#position a,
#position a:hover{
	margin: 0;
	padding: 0;
}


/* ----------------------------------------------------- */
/* メインコンテント枠 */
/* ----------------------------------------------------- */

#maindoc {
	color:  #333333;
	background-color: #ffffff;
	margin: 0;
	width: 580px;
	float: left;
	font-size: 12px;
}

#maindoc .pad {
	padding: 10px;
	margin: 0;
	background-color: #ffffff;
}

#maindoc .entry {
	color: #333333;
	background-color: #ffffff;
	/*border: solid 1px #666666;*/
	margin: 0 5px 20px 5px;
	padding: 0 5px 5px 5px;
	text-align: left;
	line-height: 130%;
	width: 550px;
}

#maindoc h2{
	color: #333333;
	background: url("blogimg/h2.gif") no-repeat 0px 50%;
	font-size: 12px;
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 15px;
	text-align: left;
	line-height: 130%;
	border-bottom: solid 1px #666666;
	font-weight: bold;
}

#maindoc h3{
	color: #333333;
	background: url("blogimg/h3.gif") no-repeat 0px 50%;
	font-size: 12px;
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 15px;
	text-align: left;
	line-height: 130%;
	border-bottom: solid 1px #666666;
	font-weight: bold;
}

#maindoc h4{
	font-size: 12px;
	margin: 10px 4px 10px 0;
	padding: 5px 5px 5px 5px;
	text-align: left;
	line-height: 130%;
	border-bottom: solid 1px #666666;
	font-weight: normal;
}

#maindoc p{
	font-size: 12px;
	margin: 0;
	padding: 5px 5px 5px 0;
	text-align: left;
	line-height: 140%;
}

#maindoc p.extended{
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 20px;
	text-align: right;
	line-height: 140%;
}

#maindoc dl {
	margin: 0;
	font-size: 12px;
}

#maindoc dt {
	margin: 3px 0 3px 0;
	padding-left: 10px;
	line-height: 130%;
	border-left: #cdcdcd 5px solid;
}

#maindoc dd {
	margin: -1.7em 0px 1.6em 10em;
	padding-top: 3px;
	padding-bottom: 0;
	line-height: 130%;
	border-bottom: #666666 1px dotted;
}

/* dt サイトマップ用 */
#maindoc dt.sitemap {
	margin: 18px 0 3px 0;
	padding-left: 10px;
	line-height: 150%;
	border-left: #cdcdcd 5px solid;
	font-size: 12px;
	font-weight: bold;
}

/* dd サイトマップ用 */
#maindoc dd.sitemap {
	margin: 7px 4px 10px 3em;
	padding: 0;
	line-height: 150%;
	border-bottom: #666666 1px dotted
}

/* dt オフセット表示用 */
#maindoc dt.offset {
	margin: 18px 0 3px 0;
	padding-left: 10px;
	line-height: 130%;
	border-left: #cdcdcd 5px solid;
	font-size: 12px;
	font-weight: bold;
}

/* dd オフセット表示用 */
#maindoc dd.offset {
	margin: 7px 4px 10px 8em;
	padding: 0;
	line-height: 130%;
	border-bottom: #666666 1px dotted
}

/* dt エントリ情報表示調整用 */
#maindoc dt.entrydate {
	padding-top: 5px;
	font-size: 12px;
}
/* dd エントリ情報表示調整用 */
#maindoc dd.entrytitle {
	margin: -1.9em 0px 0.8em 8em;
	padding-top: 5px;
	line-height: 150%;
	border: none;
	font-size: 12px;
	font-weight: bold;
}
/* dd エントリ情報表示調整用 */
#maindoc dd.entryexcerpt {
	margin: -1.3em 0 5px 8.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
	border-bottom: #666666 1px dotted;
	font-size: 12px;
}

/* リスト */
#maindoc ul,
#maindoc ol {
	padding: 0;
	margin: 0 0 10px 0;
}

#maindoc ol {
	list-style-type: decimal;
}

#maindoc ul li,
#maindoc ol li {
	list-style-position : inside;
	line-height:150%;
	font-size: 12px;
	padding-left: 15px;
}

#maindoc li {
	line-height:150%;
	font-size: 12px;
}

/* 投稿者情報 */
#maindoc .posted{
	font-size: 11px;
	margin: 5px 0 15px 0;
	text-align: left;
	line-height: 130%;
	border-bottom: solid 1px #666666;
}

/* トラックバック情報 */
#maindoc .trackback{
	font-size: 11px;
	margin: 5px 0 15px 0;
	text-align: left;
	line-height: 130%;
}

#maindoc .trackbackunit{
	color: #333333;
	background-color: #ffffff;
	font-size: 11px;
	margin: 15px 0 15px 0;
	padding: 10px;
	text-align: left;
	line-height: 130%;
	border: 1px solid #cccccc;
}

#maindoc .commentunit{
	color: #333333;
	background-color: #ffffff;
	font-size: 11px;
	margin: 15px 0 15px 0;
	padding: 10px;
	text-align: left;
	line-height: 130%;
	border: 1px solid #cccccc;
}

/* コメントフォーム */
#maindoc form {
	color: #333333;
	background-color: #ffffff;
	margin: 2px 0 2px 0;
	font-size: 12px;
}

#maindoc textarea {
	font-size: 12px;
}

#maindoc textarea[id="comment-text"] {
	width: 80%;
}

/* タグ */
#maindoc .entry-tags {
	background-color: transparent;
	margin-top: 10px;
	padding: 0px;
}
#maindoc .entry-tags-header{
	background-color: transparent;
	margin-left: 0;
	padding: 0;
	display: inline;
	border: none;
}

#maindoc h2.entry-tags-header,
#maindoc h3.entry-tags-header{
	background-image: none;
}

#maindoc .entry-tag { 
	margin: 2px;
	padding: 0;
	display: inline;
}
#maindoc .entry-tags-list { 
	display: inline;
    list-style:none;
}


/* ----------------------------------------------------- */
/* エクストラコンテント枠（サイドバー2） */
/* ----------------------------------------------------- */

#extradoc {
	color: #333333;
	margin: 0 0 0 10px;
    padding: 0px;
	width: 180px;
	float: left;
	font-size: 12px;
}

#extradoc .pad {
	padding: 10px 10px 10px 10px;
	margin: 0;
}

/* ----------------------------------------------------- */
/* サブコンテント枠（サイドバー） */
/* ----------------------------------------------------- */

#subcontent {
	margin: 0;
	width: 180px;
	float: left;
	font-size: 12px;
}

#subcontent .pad {
	padding: 10px;
	margin: 0;
}

#extradoc h2,
#subcontent h2{
	font-size: 12px;
	background: url("blogimg/h2.gif") no-repeat 0px 50%;
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 15px;
	text-align: left;
	line-height: 130%;
	border-bottom: solid 1px #666666;
	font-weight: bold;
}

#extradoc h3,
#subcontent h3{
	font-size: 12px;
	background: url("blogimg/h3.gif") no-repeat 0px 50%;
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 15px;
	text-align: left;
	line-height: 130%;
	border-bottom: solid 1px #666666;
	font-weight: bold;
}

#extradoc h4,
#subcontent h4{
	font-size: 12px;
	margin: 10px 0 10px 0;
	padding: 5px;
	text-align: left;
	line-height: 130%;
	border-bottom: dashed 1px #cdcdcd;
	font-weight: bold;
}

#extradoc dl,
#subcontent dl {
	padding: 0;
	margin: 0 0 0 5px;
	font-size: 12px;
}

#extradoc dt,
#subcontent dt {
	margin: 5px 0 5px 0;
	padding-left: 14px;
	line-height: 130%;
	background: url("blogimg/listmark01.gif") no-repeat 0 50%;
	font-size: 12px;
}

#extradoc dd,
#subcontent dd {
	margin: -0.2em 0 0.5em 1.1em;
	line-height: 120%;
	font-size: 12px;
}

/* dt サイドバー情報(コメント)表示調整用 */
#extradoc dt.recentlycommenthead,
#subcontent dt.recentlycommenthead {
	font-size: 12px;
	border: none;
}

/* dd サイドバー情報(コメント)表示調整用 */
#extradoc dd.recentlycommentexcerpt,
#subcontent dd.recentlycommentexcerpt {
	font-size: 12px;
	border: none;
	margin-right: 10px;
}

/* dt サイドバー情報(トラックバック)表示調整用 */
#extradoc dt.recentlytrackbackhead,
#subcontent dt.recentlytrackbackhead {
	font-size: 12px;
	border: none;
}

/* dd サイドバー情報(トラックバック)表示調整用 */
#extradoc dd.recentlytrackbackexcerpt,
#subcontent dd.recentlytrackbackexcerpt {
	font-size: 12px;
	border: none;
	margin-right: 10px;
}

/* リスト */
#extradoc ul,
#extradoc ol,
#subcontent ul,
#subcontent ol {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 12px;
}

#extradoc ul li,
#extradoc ol li,
#subcontent ul li,
#subcontent ol li {
	margin: 5px 0 5px 0;
	padding: 0;
	line-height:130%;
	font-size: 12px;
	list-style-type:none;
}

#extradoc ul ul li,
#subcontent ul ul li {
	margin: 5px 0 5px 0;
	padding: 0;
	line-height:130%;
	font-size: 12px;
	list-style-type:none;
}

/* カテゴリリスト */
#extradoc ul li.categoly,
#subcontent ul li.categoly{
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

#extradoc ul ul li.categoly,
#subcontent ul ul li.categoly{
	padding-left: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

#extradoc ul li.categoly a,
#subcontent ul li.categoly a{
	background: url("blogimg/listmarkcat.gif") no-repeat 0 50%;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	display: block;
	height: 100%; /* IE6対策 */
}

#extradoc ul ul li.categoly a,
#subcontent ul ul li.categoly a{
	background: url("blogimg/listmarkcat.gif") no-repeat 0 50%;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	display: block;
	height: 100%; /* IE6対策 */
}

/* エントリリスト */
#extradoc ul li.entry,
#subcontent ul li.entry{
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}

#extradoc ul li.entry a,
#subcontent ul li.entry a{
	background: url("blogimg/listmarkent.gif") no-repeat 0 50%;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
	display: block;
	height: 100%; /* IE6対策 */
}

#extradoc ul p.date,
#subcontent ul p.date{
	color:#333333;
	font-size: 12px;
	padding-left: 14px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0;
}

#extradoc img,
#subcontent img{
	margin-left: 5px;
	padding: 0;
}

#extradoc p,
#subcontent p{
	font-size: 12px;
	margin-top: 0;
	margin-left: 5px;
	padding: 0;
	text-align: left;
	line-height: 130%;
}

#extradoc form,
#subcontent form{
	font-size: 12px;
	margin: 5px 0 10px 0px;
	padding: 3px 0 2px 0;
	text-align: left;
	line-height: 150%;
}

.link-note {
	text-align: left;
	padding: 0;
	margin-left: 5px;
}

#extradoc .rss,
#subcontent .rss{
	font-size: 12px;
	margin: 0px 0 10px 5px;
	padding-left: 20px;
	height: 16px;
	text-align: left;
	line-height: 150%;
	background: url("blogimg/feed-icon-16x16.png") no-repeat 0px 50%;
	clear: both;
}

/* 選択位置の記憶 */
#entry-selected a,
#entry-selected a:hover{
	color:#993333;
	background-color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

/* Tag cloud */
#extradoc .tag-cloud,
#subcontent .tag-cloud {
	margin: 5px 5px 5px 5px;
	padding: 0;
}

#extradoc .tag,
#subcontent .tag{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	line-height:110%;
	font-weight: normal;
}

#extradoc  .tag a.level1,
#subcontent .tag a.level1 {
	font-size: 160%;
	color: #222222;
}

#extradoc .tag a.level2,
#subcontent .tag a.level2 {
	font-size: 150%;
	color: #333333;
}

#extradoc .tag a.level3,
#subcontent .tag a.level3 {
	font-size: 140%;
	color: #444444;
}

#extradoc .tag a.level4,
#subcontent .tag a.level4 {
	font-size: 120%;
	color: #666666;
}

#extradoc .tag a.level5,
#subcontent .tag a.level5 {
	font-size: 100%;
	color: #888888;
}

#extradoc .tag a.level6,
#subcontent .tag a.level6 {
	font-size: 80%;
	color: #999999;
}

/* ----------------------------------------------------- */
/* Ajaxカレンダ by小粋空間 (http://www.koikikukan.com/) */
/* ----------------------------------------------------- */
.calendar {
	margin: 5px 0;
	text-align: center;
	/*background-color: #efefef;*/
}
.calendarhead {
	padding-bottom: 5px;
	font-size: 9px;
	letter-spacing: 0.2em;
}
.calendar table {
	padding: 0;
	border-collapse: collapse;
}
.calendar th {
	padding-bottom: 3px;
	font-size: 9px;
	width: 23px;
}
.calendar td {
	padding: 2px 0;
	font-size: 10px;
	line-height: 120%;
	text-align: center;
}
.today {
	display: block;
	border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
	color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
	color: #0000ff;
}

#extradoc h2.module-header,
#subcontent h2.module-header {
	background-image: none;
}

/* ----------------------------------------------------- */
/* フッタ */
/* ----------------------------------------------------- */

#footer {
	color: #666666;
	background-color: #ffffff;
	background-image: url("blogimg/back_footer.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 40px;
	font-size: 12px;
	/*border-top: solid 1px #666666;*/
	font-weight: bold;
	clear: both;
}

#footer .pad {
	padding: 8px 10px 8px 10px;
	clear: both;
}

address {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	line-height: 100%;
	margin-bottom: 5px;
}

/* ----------------------------------------------------------------------------- */
/* 印刷用スタイル */
/* ----------------------------------------------------------------------------- */

@media print {

	/* メインのリキッド化 */
	#maincontainer{
		width: 100%;
		background-image: none;
	}

	/* メインのリキッド化 */
	#maindoc{
		width: 100%;
		clear: both;
	}

	/* サイドバー非表示 */
	#subcontent {
		display: none;
	} 

	/* ヘッダ非表示 */
	#headcontainer {
		display: none;
	}
	
	/* フッタ非表示 */
	#footer {
		display: none;
	}

	/* コメント類非表示 */
	.posted ,
	.trackback ,
	form {
		display: none;
	}

}

/* ----------------------------------------------------------------------------- */
/* レイアウトチェック用 */
/* ----------------------------------------------------------------------------- */
/* レイアウトチェック用。コメントを外し枠線を有効にするとわかりやすい。 */
* {
	/*border: 1px solid #cdcdcd;*/
}

