/*------------------------------------------
全体の設定
------------------------------------------*/
body {
	font-family:"Verdana", "MS UI Gothic";
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #333333;
	background-color: #F4F4F4;
font-size:8px;
}
/*リンクの設定*/
a:link {
	color: #222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #222;
}
a:hover {
	text-decoration: underline;
	color: #B00000;
}
a:active {
	text-decoration: none;
	color: #B00000;
}
/*ブログタイトルの設定*/
h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	display: inline;
}
/*ブログ大枠の設定*/
#Wrap {
	width: 866px;
	background-image: url(http://bfile.shinobi.jp/3862/dr_side.gif);
	margin-right: auto;
	margin-left: auto;
}
/*------------------------------------------
トップBlockの設定
------------------------------------------*/
/*トップの大枠の設定
	トップの画像を変える or 消すときは、
	background-image: url(http://bfile.shinobi.jp/3862/dr_title_g.gif);
	の部分をいじってください */
#TopBlock {
	background-image:url('http://file.granturismoicar.blog.shinobi.jp/canvas1.png');
	background-color: #282828;
	background-repeat: no-repeat;
	height:450px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
background-position:center center;
}
/*タイトルの設定*/
#TopTitle {
	margin-top: 40px;
	margin-left: 120px;
font-size:8px;
}
/*ブログ説明文の設定*/
#TopExplanation {
	font-size: 12px;
	color: #F4F4F4;
	margin-left: 120px;
	width: 560px;
}
/*------------------------------------------
トップ・カレンダーの設定
------------------------------------------*/
/*カレンダーの大枠の設定*/
#CalendarBlock {
	width: 850px;
	margin-left: auto;
	background-image: url(http://bfile.shinobi.jp/3862/dr_ca_bu.gif);
	height: 30px;
	overflow: hidden;
	margin-right: auto;
}
/*年と月の設定*/
#CalendarYandM {
	font-family: "verdana", "impact";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 7px;
	float: left;
	margin-left: 10px;
}
/*カレンダーラインの設定*/
#CL {
	background-image: url(http://bfile.shinobi.jp/3862/dr_ca_line.gif);
	height: 35px;
	width: 4px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
/*リストの設定*/
ul {
	list-style-position: inside;
}
.PrevMonthCalendar {
	display: inline;
	list-style-type: none;
	font-family: "verdana";
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 7px;
	float: left;
}
.day {
	display: inline;
	list-style-type: none;
	font-family: "verdana", "impact";
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	line-height: 18px;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 5px;
	font-weight: bold;
}
.yaji {
	margin-top: 0px;
}
/*------------------------------------------
エントリー部分の設定
------------------------------------------*/
/*エントリー大枠の設定*/
#Contents {
	float: left;
	width: 590px;
}
#EntryBlock {
	height: auto;
	width: 548px;
	margin-left: 0px;
	margin-top: 30px;
	border: 1px solid #B7B7B7;
	padding: 10px;
	margin-bottom: 18px;
}
/*記事タイトルの設定*/
h2 {
	font-size: 12px;
	display: inline;
	color: #111;
	margin-left: 20px;
}
/*記事タイトルの枠の設定*/
#EntryTop {
	background-image: url(http://bfile.shinobi.jp/3862/dr_icn_yaji.gif);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B7B7;
}
/*記事の枠の設定*/
#Entry_Naka {
	padding-top: 10px;
	padding-left: 20px;
}
/*記事のテキスト部分の設定*/
#EntryHonbun {
	line-height: 130%;
	padding-bottom: 10px;
	padding-right: 5px;
	font-size: 12px;
}
/*記事の「つづき」の枠の設定*/
#EntryHonbunPs {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B7B7B7;
	padding-top: 10px;
	line-height: 130%;
	padding-bottom: 10px;
	padding-right: 5px;
	font-size: 12px;
}
/*記事の「つづき」のテキストの設定*/
#EntryPsText {
	text-align: right;
	padding-bottom: 5px;
}
/*エントリーのボトム部分の設定*/
#EntryBottom {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7B7B7;
}
/*エントリーの投稿日時などの設定*/
#EBD {
	text-align: right;
	font-family: "Verdana", "MS UI Gothic";
	color: #666666;
	font-size: 10px;
}
/*コメントの大枠の設定*/
#CommentBlock {
	margin-left: auto;
	width: 400px;
	float: none;
	margin-right: auto;
}
/*コメントの小枠の設定*/
#CommentNaka {
	width: 400px;
	text-align: left;
	border: 1px solid #B7B7B7;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: both;
}
/*コメントトップの設定*/
#CNTop {
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-bottom: 10px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
}
/*コメントテキストの設定*/
#Comment2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3";
	padding-bottom: 5px;
}
#ComTe {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*コメントタイトルの設定*/
#ComTi {
	font-size: 12px;
	line-height: 120%;
	color: #222;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}
/*コメント投稿者の設定*/
#ComName {
	font-size: 12px;
	color: #333333;
	text-align: right;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C0C0C0;
}
#ComName2 {
	font-size: 10px;
	color: #333333;
	text-align: right;
}
/*レスコメントの大枠の設定*/
#CNResWa {
	width: 300px;
	float: right;
	margin-right: -12px;
	padding-top: 10px;
	border: 1px solid #C0C0C0;
	margin-top: 5px;
	margin-bottom: 20px;
}
/*レスコメントタイトルの設定*/
#CNRnakaTitle {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}
/*レスコメントテキストの設定*/
#CNRnakaText {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*レスコメント投稿者の設定*/
#CNRnakaName {
	font-size: 10px;
	color: #333333;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C0C0C0;
	padding-bottom: 5px;
	text-align: right;
}
#CNRnaka {
	padding: 5px;
}
/*トラックバックの設定*/
#TrackbackMenuTitle {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#TrackbackBlock {
	clear: both;
}
/*------------------------------------------
プラグイン部分の設定
------------------------------------------*/
/*プラグインの枠の設定*/
#Rights {
	float: left;
	width: 230px;
	margin-right: 0px;
	padding-left: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	margin-top: 30px;
	font-size: 12px;
	color: #333;
}
#PageLinkBlock {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 25px;
	width: 568px;
	float: left;
}
#PluginBlock {
	padding: 0px;
}
/*プラグインボトム部分の設定*/
#PluginBlockBottom {
	padding-bottom: 10px;
}
/*プラグインインナー部分の設定*/
#PluginInnerBlock {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
/*プラグイントップ部分の設定*/
#PluginBlockTop {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B7B7B7;
	background-image: url(http://bfile.shinobi.jp/3862/dr_icn_yaji_p.gif);
	background-repeat: no-repeat;
	background-color: #ECECEC;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B7B7B7;
	padding-top: 3px;
	background-position: 3px;
}
/*プラグインタイトルの設定*/
#PBTn {
	font-size: 12px;
	font-weight: bold;
	color: #222;
	padding-left: 20px;
	margin-top: 1px;
}
/*プラグインテキストの設定*/
#PluginExplanation {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
/*プラグインの中身の設定*/
#PluginContents {
	padding-right: 5px;
	padding-left: 5px;
}
#TPB {
	width: 850px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#TPT {
	float: left;
}
#C2 {
	width: 568px;
	float: right;
}
#R2 {
	width: 260px;
	float: right;
}
/*ボトム部分の設定*/
#Bottom {
	font-family: "verdana", "impact";
	font-size: 12px;
	color: #282828;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	clear: both;
}
/*広告の設定*/
#CM {
	font-family: "verdana", "impact";
	font-size: 10px;
	color: #282828;
	text-align: center;
}
#ComEdit {
	text-align: center;
	padding-top: 250px;
	padding-bottom: 250px;
}
