@charset "utf-8"; 
/*==================================================================================================
DRAGON SYSTEM .NET / BLOG 2009 / ブログのメニュー要素の設定
+copyright + credits+
auther: KANEKO RYU
==================================================================================================*/



/*=====================================================================================================
カテゴリーメニュー@ブログ
==================*/

#cMenuUL{/*カテゴリメニュー*/
	font-family:'ヒラギノ角ゴ Pro W6','Osaka','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	display:block;
	width:176px;
	padding:0;
	margin:0;
	font-size:9pt;
	font-weight:normal; _font-weight:bold;
	list-style:none;
	line-height:120%; _line-height:120%;
	}

.categoryMenuLI{/*カテゴリメニューのリスト部分*/
	display:block;
	background:url("img/list/listAllow.gif") left center no-repeat;
	padding:0 0 0 6px;
	margin:0.2em 0 0.5em 0;
	font-size:9pt;
	}
	
/*=====================================================================================================
最近の記事
==================*/
#rEntryMenuUL{/*エントリーメニューul*/
	font-family:'ヒラギノ角ゴ Pro W3','Osaka','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	display:block;
	width:176px;
	padding:0;
	margin:0;
	font-size:9pt;
	font-weight:normal;
	list-style:none;
	line-height:120%; _line-height:120%;
	}

.rEntryMenuLI{/*エントリーメニューのリスト部分*/
	display:block;
	padding:0 0 0 0;
	margin:0.2em 0 0.5em 0;
	}


/*=====================================================================================================
最近のコメント
==================*/
#rCommentMenuUL{/*コメントメニューul*/
	font-family:'ヒラギノ角ゴ Pro W3','Osaka','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	display:block;
	width:176px;
	padding:0;
	margin:0;
	font-size:9pt;
	font-weight:normal;
	list-style:none;
	line-height:120%; _line-height:120%;
	}

.rCommentMenuLI{/*コメントメニューのリスト部分*/
	display:block;
	padding:0 0 0 0;
	margin:0.2em 0 0.5em 0;
	}





/*=====================================================================================================
アーカイブ（月別）
==================*/
#MonthlyMenuUL{/*月別アーカイブメニューul*/
	font-family:'ヒラギノ角ゴ Pro W3','Osaka','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	display:block;
	width:176px;
	padding:0;
	margin:0;
	font-size:9pt;
	font-weight:normal;
	list-style:none;
	line-height:120%; _line-height:120%;
	}

.MonthlyMenuLI{/*月別アーカイブメニューのリスト部分*/
	display:block;
	padding:0 0 0 0;
	margin:0.2em 0 0.5em 0;
	}



/*=====================================================================================================
ページ推移など****************************************************************************************
======================================================================================================*/
/*ブログのトップへ移動*/
.containerBlogTopButton{
	display:block;
	width:560px; height:55px;
	margin:0px auto -24px auto;
	padding:11px 0 10px 0;
	background:url("img_C/spaceC_BG/containerBlogTopButton.gif") center top no-repeat;
	}
	
	#btnBlogTop{
		display:block; overflow:hidden;
		width:540px; height:20px;
		text-indent:-9999px;
		margin:auto auto auto auto;
		background:url("img/button/btnBlogTop.png") center top no-repeat;
		}
		#btnBlogTop:hover{
		background:url("img/button/btnBlogTop.png") center -30px no-repeat;
		}
	

/*次のページ、前のページへの推移*/
.containerPrevNext{
	display:block; /*overflow:hidden;*/
	clear:both;
	width:540px; height:21px;
	margin:0 auto 0 auto;
	padding-top:1px;
	background:url("img_C/spaceC_PrevNextBase.png") center top no-repeat;
	}
	
	/*エントリー*/
	.btnPrevEntry{/*ボタン-前の記事へ*/
		display:block; overflow:hidden; float:left;
		width:270px; height:20px;
		text-indent:-9999px;
		background:url("img/button/btnPrevNext_Entry.png") left top no-repeat;
		}
		.btnPrevEntry:hover{background:url("img/button/btnPrevNext_Entry.png") left -25px no-repeat;}

	.btnNextEntry{/*ボタン-次の記事へ*/
		display:block; overflow:hidden; float:right;
		width:270px; height:20px;
		text-indent:-9999px;
		background:url("img/button/btnPrevNext_Entry.png") -270px top no-repeat;
		}
		.btnNextEntry:hover{background:url("img/button/btnPrevNext_Entry.png") -270px -25px no-repeat;}
	
	/*カテゴリ*/
	.btnPrevCategory{/*ボタン-前のカテゴリへ*/
		display:block; overflow:hidden; float:left;
		width:270px; height:20px;
		text-indent:-9999px;
		background:url("img/button/btnPrevNext_Category.png") left top no-repeat;
		}
		.btnPrevCategory:hover{background:url("img/button/btnPrevNext_Category.png") left -25px no-repeat;}

	.btnNextCategory{/*ボタン-次のカテゴリへ*/
		display:block; overflow:hidden; float:right;
		width:270px; height:20px;
		text-indent:-9999px;
		background:url("img/button/btnPrevNext_Category.png") -270px top no-repeat;
		}
		.btnNextCategory:hover{background:url("img/button/btnPrevNext_Category.png") -270px -25px no-repeat;}
	
	
	/*矢印*/
	.btnPrevAllow{/*ボタン-前へ*/
		display:block; overflow:hidden; float:left;
		width:270px; height:20px;
		text-indent:-9999px;
		background:url("img/button/btnPrevNext_Allow.png") left top no-repeat;
		}
		.btnPrevAllow:hover{background:url("img/button/btnPrevNext_Allow.png") left -25px no-repeat;}

	.btnNextAllow{/*ボタン-次へ*/
		display:block; overflow:hidden; float:right;
		width:270px; height:20px;
		text-indent:-9999px;
		background:url("img/button/btnPrevNext_Allow.png") -270px top no-repeat;
		}
		.btnNextAllow:hover{background:url("img/button/btnPrevNext_Allow.png") -270px -25px no-repeat;}

	/*ノーマル（汎用）*/
	.btnPrevNormal{/*ボタン-前へ*/
		display:block; overflow:hidden; float:left;
		width:270px; height:20px;
		text-indent:-9999px;
		background:url("img/button/btnPrevNext_Normal.png") left top no-repeat;
		}
		.btnPrevNormal:hover{background:url("img/button/btnPrevNext_Normal.png") left -25px no-repeat;}

	.btnNextNormal{/*ボタン-次へ*/
		display:block; overflow:hidden; float:right;
		width:270px; height:20px;
		text-indent:-9999px;
		background:url("img/button/btnPrevNext_Normal.png") -270px top no-repeat;
		}
		.btnNextNormal:hover{background:url("img/button/btnPrevNext_Normal.png") -270px -25px no-repeat;}
		
	/*案件（プロジェクト移動）*/
	.btnPrevProject{/*ボタン-前へ*/
		display:block; overflow:hidden; float:left;
		width:270px; height:20px;
		text-indent:-9999px;
		background:url("img/button/btnPrevNext_Project.png") left top no-repeat;
		}
		.btnPrevProject:hover{background:url("img/button/btnPrevNext_Project.png") left -25px no-repeat;}

	.btnNextProject{/*ボタン-次へ*/
		display:block; overflow:hidden; float:right;
		width:270px; height:20px;
		text-indent:-9999px;
		background:url("img/button/btnPrevNext_Project.png") -270px top no-repeat;
		}
		.btnNextProject:hover{background:url("img/button/btnPrevNext_Project.png") -270px -25px no-repeat;}



	/*無しの場合*/
	.btnPrevNone{/*ボタン-前へ*/
		display:block; overflow:hidden; float:left;
		width:270px; height:20px;
		text-indent:-9999px;
		background:url("img/button/btnPrevNext_none.png") left top no-repeat;
		_background:url("img/button/btnPrevNext_none.gif") left top no-repeat;
		}

	.btnNextNone{/*ボタン-次へ*/
		display:block; overflow:hidden; float:right;
		width:270px; height:20px;
		text-indent:-9999px;
		background:url("img/button/btnPrevNext_none.png") -270px top no-repeat;
		_background:url("img/button/btnPrevNext_none.gif") -270px top no-repeat;
		}

/*ページ推移　ページ分割の場合の数字リンク*/
.content-nav{/*ページの番号のナビゲーション*/
	padding:5px 15px 5px 15px;
	text-align:center;
	font-size:10pt; _font-size:10px;
	}


/*==================================================================================================
DRAGON SYSTEM .NET / BLOG 2009 / ブログのメニュー要素の設定
+copyright + credits+
auther: KANEKO RYU
==================================================================================================*/