/****************************
初期化
*****************************/
body, h1, h2, h3, h4, h5, h6, form ,p { margin: 0; padding: 0; }
table { border: 0; }

/****************************
アンカー
*****************************/
a:link {
	color: #DE3621;
}

a:visited {
	color: #003366;
}

a:hover[name][href] {
	text-decoration: underline;
	color:  #DE3621;
}

a:hover[name]{
	background-color: inherit;
	color: inherit;
}

a:hover{
	text-decoration: underline;
}

/****************************
各要素
*****************************/

body {
	background: #F9F9F9;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center; /* for IE */
}

input,textarea,select,button,submit{
		font-size : 8px;
		line-height: 10.5pt ;
		color: #636363;
		font-family: "Verdana", "\30D2\30E9\30AE\30CE\20Pro\20W3", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", "Osaka";
		border-width: 1px;
		background-color: #fafafa;
		border-color: #cccccc; 
	}

dd {
	padding-bottom: 0.5em;
}

dl {
	padding: 0 1em;
}

li {
	line-height: 120%;
}

h1 {
	color: #DE3621;
	margin-top: 10px;
	padding: 5px 0 5px 10px;
	font-family: 'HGP創英角ﾎﾟｯﾌﾟ体',Impact,Charcoal;
	font-size: 24pt;
	letter-spacing: 4px;
	text-align: left;
}

	h1 a         {color: #3399FF; text-decoration: none;}
	h1 a:link    {color: #3399FF; text-decoration: none;}
	h1 a:active  {color: #3399FF; text-decoration: none;}
	h1 a:visited {color: #3399FF; text-decoration: none;}
	h1 a:hover   {background-color: transparent; text-decoration: none;}

全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
body {
margin: 0px 0px 0px 0px;
text-align:;
font-size:8px;
font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", arial, sans-serif;
color:#FFFFFF;
word-wrap:break-word;
background-color:#FFFFFF;
}
/*<td>の全ての設定*/
td {
text-align:;
}
/*table全ての設定*/
table{
border-collapse: collapse;
}
/*通常のリンクの設定*/
a:link {
color:#d50000;
font-size:10px;
text-decoration:none;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#999999;
text-decoration:none;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#FF6600;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#FF6600;
text-decoration:underline;
}
/*全体の設定*/
#mainBlock {
width:737px;
padding: 0px 0px 0px 0px;
text-align: center;
margin:auto auto;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
height: 0px;
padding: 0px 0px 0px 3px;
text-align: left;
background-image:url('http://file.samurai.blog.shinobi.jp/default_top_bg.gif');
background-repeat:no-repeat;
background-color:#FFFFFF;
margin:0px 0px 0px 13px;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
padding: 0px 0px 0px 20px;
font-size:25px;
font-weight:700;
font-color:#RED;
}

/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 0px 0px 0px 20px;
font-size:12px;
color:White;
}

hr{
	border:1px dashed #E7E3DF;
}

/* id */

#wrapper {
	margin: 0px auto;
	border: 1px #777 solid;
	padding: 0.5em 1em 0.5em 1em;
	width: 737px;
	text-align: left; /* for IE */
}

	#wrapper ul {
		padding-right: 1em;
	}

/****************************
ヘッダー
*****************************/
#header {
	border: 1px solid #AAA;
	text-align: left;
}

	#header p {
		border: 0;
		color: #666666;
		font-size: 10pt;
		margin: 0;
		padding: 5px 0 10px 10px;
	}

		#header p strong {
			font-weight: normal;
		}

/****************************
右側部分
*****************************/
#content {
	margin-top: 0px;
}

	#main {
		padding-top: 0px;
		line-height: 1em;
		padding-left: 0px;
		padding-right: 0px;;
	}

		#main li {
			line-height: 1.5em;
		}
		
		#main h2 {
			border-bottom: solid 1px #FF9900;
			font-size: 10pt;
　　　　　　　　　　　　color: #FF9900;
			padding-left: 3px;
		}

			#main h2 a         {color: #FF9900; text-decoration: none;}
			#main h2 a:link    {color: #FF9900; text-decoration: none;}
			#main h2 a:active  {color: #669900; text-decoration: none;}
			#main h2 a:visited {color: #669900; text-decoration: none;}
			#main h2 a:hover   {background-color: transparent; text-decoration: none;}

		#main h3 {
			border-bottom: dashed 1px #669900;
			font-size: 10pt;
                        color: #669900;
			margin-left: 3px;
			padding-left: 6px;
		}

		#main h4,#main h5,#main h6 {
			border-bottom: solid 1px #669900;
			color: #669900;
			margin: 5px 0 0 10px;
			padding-left: 6px;
		}

			#main h4 a         {color: #669900; text-decoration: none;}
			#main h4 a:link    {color: #669900; text-decoration: none;}
			#main h4 a:active  {color: #669900; text-decoration: none;}
			#main h4 a:visited {color: #669900; text-decoration: none;}
			#main h4 a:hover   {background-color: transparent; text-decoration: none;}

		#main p {
			padding-left: 1em;
		}

		.main_txt {
			color: #666666;
			margin-bottom: 10px;
			font-size: 8pt;
		}

			.main_txt a         {text-decoration: none;}
			.main_txt a:link    {text-decoration: none;}
			.main_txt a:active  {text-decoration: none;}
			.main_txt a:visited {color: #0066FF; text-decoration: none;}
			.main_txt a:hover   {text-decoration: underline;}

		.post_date {
			margin-bottom: 5px;
			font-size: 8pt;
			color: #999;
			text-align: right;
		}

		.brief dt {
			font-weight: bold;
		}

		.brief dd {

		}

		/* 続きを読む、のリンク*/
		.preadmore a {
			font-size: 10;
                        font-color: #000000;
			font-weight: bold;
		}

		/* link to thema ,genre */
		.community {
			font-size: 8pt;
			color: #999;
		}

		/* state (post date,etc) */
		.state {
			margin-top: 8px;
			font-size: 8pt;
			color: #C8A848;
			letter-spacing : 1px;
			text-align: right
		}

		/* to other pages  */
		.navi{
			margin-top: 3px;
			padding: 2px;
			font-size : 8pt ;
			color : #858275 ;
			text-align: center;
		}

			.navi a:link    {color: #3D3D3D; text-decoration: none;}
			.navi a:active  {color: #3D3D3D; text-decoration: none;}
			.navi a:visited {color: #3D3D3D; text-decoration: none;}
			.navi a:hover   {color: #336600; text-decoration: underline; background-color: #CCFF99;}

.comment {
	margin-top: 30px;
}

/****************************
menu
*****************************/
	.menu {
		border: 1px solid #AAA;
		font-size: 8pt;
	}
	
		.menu h2,.menu h3 {
			margin: 8px auto 3px auto;
			border: 0;
			padding: 2px 0 2px 3px;
			font-size: 8pt;
			background: #FF9900;
			color: #FFFFFF;
		}

		.menu ul,.menu li {
			margin: 0;
			border: 0;
			padding: 0;
			list-style: none;
		}

			.menu ul ul {
				margin-left: 1px;
				list-style: none;
			}
			
		.menu li {
			background:url("http://bfile.shinobi.jp/2906/pawa13.gif") left 4px no-repeat;
			line-height: 1.5em;
			padding-left: 14px;
		}

		.menu a:link    {text-decoration: none;}
		.menu a:active  {text-decoration: none;}
		.menu a:visited {text-decoration: none;}
		.menu a:hover   {text-decoration: underline;}

		.menu p {
			
		}

/****************************
copyright
*****************************/
#copyright {
	color: #666666;
	font-size: 8;
	text-align: right;
}

		#copyright a:link    {color: #666666; text-decoration: none;}
		#copyright a:active  {color: #666666; text-decoration: none;}
		#copyright a:visited {color: #666666; text-decoration: none;}
		#copyright a:hover   {color: #666666; text-decoration: underline;}


/*カレンダー*/
table.calender {
		border-bottom :0px solid #999;
		font-size: 13px;
		margin: 4px 2px 2px 2px;
	}
		.calender caption {
			border-bottom: 1px solid #999;
			margin : 3px 11px 0px 11px;
		}
		.calender th {
			background: #F3F3F3;
			font-weight: normal;
			padding: 0 0 2px 0;
			text-align: center;
		}
		.calender td {
			background: #F9F9F9;
			color: #999999;
			padding: 1px 0px;
			text-align: center;
			width: 22px;
		}
		.calender td a {
			display: block;
			font-weight: bold;
		}
		th#sun {
			color: #CC3D3D;
		}
		th#sat {
			color: #2996CC;
		}
		.calender td a:link, #calendar td a:visited, #calendar td a:hover, #calendar td a:active {
			font-weight: bold;
			text-decoration: none;
		}
		.calender td a:link    { color: #333333; }
		.calendar td a:active  { background: #FFE080; border: 1px solid #FFE080; color:#FF6633; }
		.calender td a:visited { color: #004000}
		.calender td a:hover   { background: #FFE080; color:#FF6633; }

table.calenderunder {
		font-size: 13px;
		margin: 0px 10px 8px 10px;
}
	.calenderunder td {
		width: 50%;
	}
	
	.calenderunder td a:hover   { background: #FFE080; color:#FF6633; }




.amazon {
color: #0000ff;
}
