/* CSS Document */
/*BODY全体に関する設定*/
body {
	background-repeat: repeat-x;
	padding: 0px;
	height: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 120%;
	font-size: 12px;
}
/*リンクに関する設定*/
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #003333;
}

/*リンク：記事のタイトル部分の設定*/
a.EntryTitleFont {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
a:hover.EntryTitleFont {
	font-size: 12px;
	font-weight: bold;
	color: #222;
}
a:visited.EntryTitleFont {
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
}
/*WRAPPERの設定*/
#Wrap {
	float: none;
	width: 716px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://bfile.shinobi.jp/3807/gr_tab_bg.gif);
}

/**************************************************************************************
トップブロック
**************************************************************************************/
/*トップ部分の設定*/
#TopBlock {
	background-image: url(http://bfile.shinobi.jp/3807/gr_top.gif);
	height: 106px;
	width: 716px;
	float: left;
}
/*トップ部分・タイトルの設定*/
#TopTitle {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 35px;
	margin-left: 65px;
}
/*トップ部分・説明文の設定*/
#TopExplanation {
	width: 390px;
	margin-left: 65px;
}
/**************************************************************************************
ブログ大枠
**************************************************************************************/
/*エントリーとプラグインの大枠*/
#Contents {
	width: 673px;
	float: left;
	background-image: url(http://bfile.shinobi.jp/3807/gr_tab_bg.gif);
	padding-top: 23px;
	padding-right: 21px;
	padding-left: 22px;
	height: auto;
	clear: both;
}
/*エントリーの大枠の設定*/
#Left {
	width: 383px;
	float: left;
	clear: left;
}
/*プラグインの大枠の設定*/
#Rights {
	width: 233px;
	float: right;
	height: auto;
	clear: right;
}

/**************************************************************************************
エントリー部分
**************************************************************************************/
/*エントリーのトップの設定*/
#EntryTop {
	background-image: url(http://bfile.shinobi.jp/3807/gr_entry_top.gif);
	height: 43px;
	width: 383px;
	float: left;
}
/*エントリーの記事タイトルの設定*/
#EntryTitle {
	float: left;
	padding-top: 16px;
	padding-left: 40px;
	font-size: 14px;
	color: #666666;
}
#ETT {
	float: left;
	width: 320px;
}
/*記事タイトル横の、投稿日の設定*/
#day {
	float: left;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-left: 7px;
}
/*エントリー記事部分の大枠の設定*/
#Entry_Naka {
	width: 383px;
	background-image: url(http://bfile.shinobi.jp/3807/gr_entry_bg.gif);
	line-height: 18px;
}
/*エントリー記事部分の設定*/
#EntryHonbun {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: auto;
	float: left;
	width: 343px;
	background-image: url(http://bfile.shinobi.jp/3807/gr_entry_bg.gif);
}
/*エントリーの「つづきをよむ」部分の設定*/
#EntryHonbunPs {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: auto;
	float: left;
	width: 343px;
	background-image: url(http://bfile.shinobi.jp/3807/gr_entry_bg.gif);
}
/*エントリーの「つづきをよむ」部分の設定　その２*/
#EntryPsText {
	float: left;
	width: 363px;
	text-align: right;
	padding-right: 20px;
	background-image: url(http://bfile.shinobi.jp/3807/gr_entry_bg.gif);
	padding-bottom: 7px;
}
/*エントリーのボトムの設定*/
#EntryBottom {
	background-image: url(http://bfile.shinobi.jp/3807/gr_entry_bg.gif);
	width: 383px;
	float: left;
	padding-bottom: 5px;
}
}
#EBB2 {
	font-size: 9px;
	height: 10px;
	float: left;
	width: 300px;

	
}
/*ページリンクの設定*/
#PageLinkBlock {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	float: left;
	width: 365px;
}
/*ブログのボトム部分の設定*/
#Bottom {
	clear: both;
	text-align: center;
	width: 716px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://bfile.shinobi.jp/3807/gr_bottom.gif);
	height: 37px;
	padding-top: 20px;
	font-size: 10px;
	letter-spacing: 1px;
}
/*CMの設定*/
#CM {
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	font-family: Verdana, "MS UI Gothic";
	font-size: 10px;
	color: #333333;
	text-align: center;
	background-color: #FFFFFF;
}

/**************************************************************************************
プラグイン部分
**************************************************************************************/
/*プラグインの大枠の設定*/
#PluginInnerBlock {
	background-image: url(http://bfile.shinobi.jp/3807/gr_pulgin_bg.gif);
	margin-bottom: 10px;
}
/*プラグインのトップの設定*/
#PluginBlockTop {
	background-image: url(http://bfile.shinobi.jp/3807/gr_pulgin_top.gif);
	height: 10px;
	font-size: 5px;
}
/*プラグインのボトムの設定*/
#PluginBlockBottom {
	background-image: url(http://bfile.shinobi.jp/3807/gr_pulgin_bottom.gif);
	height: 12px;
}
/*プラグインのタイトルの設定*/
#PBTn {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 5px;
	text-align: center;
}
/*プラグインのExplanationの設定*/
#PluginExplanation {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*プラグインのContentsの設定*/
#PluginContents {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#ComHenshu {
	text-align: center;
	background-color: #FFFFFF;
	width: 900px;
	margin: auto;
}
