@charset "utf-8";

/* デフォルトスタイルクリア */
@import "http://file.asahiza.blog.shinobi.jp/reset.css";


/*=======================================
色の定義
基本要素

=========================================*/

/*=======================================
 色の定義
 背景の　ベージュ#C7C2AF
 
 
=========================================*/

/*=======================================
 基本要素
=========================================*/
body	{
	background:#C7C2AF url("http://file.asahiza.blog.shinobi.jp/back.gif") center repeat-y;
	color: #363636;
	font-family: verdana;
	font-size: small;
	line-height: 1.6;
	margin: 0px auto;
	text-align: center;
	width: 880px;
	}

h2	{font-size:1.5em;border-top:1px solid #000;border-bottom:1px solid #000;margin-bottom:10px;}
	h2 a{color:#363636;text-decoration:none;}
	h2 a:hover	{color:#560B04;}
	h2 a:active	{color:#560B04;}
h3	{font-size:1.2em;border-left:7px solid #D5CAAF;margin-top:15px;margin-bottom:10px;padding-left:5px;}


hr	{display: none;}

/* table幅の指定・隣接するセルのボーダーを重ねて表示 */
.tbl {
        width: 500px;
        border-collapse: collapse;
}

/* thの指定 */
.tbl th {
        font-weight: normal;
        background-color: #F0F0F0;
        border:1px solid #BFBFBF;
        text-align: center;
        padding: 12px;
}

/* tr tdの指定 */
table.tbl tr td {
        width: 385px;
        background-color: #FFFFFF;
        border:1px solid #BFBFBF;
        text-align: left;
        padding: 12px;
}

/*=======================================
 conteiner
=========================================*/
div#conteiner	{
	background: #fff url("http://file.asahiza.blog.shinobi.jp/back.gif") repeat-y;
	padding-top:30px;
	text-align: left;
	}


/*=======================================
 サブ
=========================================*/
div#sub	{
	/*background-color:yellow;*/
	font-size:80%;
	margin-left: 30px;
	width:180px;
	float: left;
	}
	
	.navimg img{
		border-left:solid 5px #C7C2AF;
		margin-top: 5px;
		}
	.navimg img:hover{
		border-left:solid 5px #560B04 ;
		}
	#sub dl dd	{
		margin-left: 15px;
		margin-bottom:15px;
		}

	#sub p.more	{
		font-size: 100%;
		text-align: right;
		}

/*=======================================
 メイン
=========================================*/
#main	{
	/*background-color:#efefef;*/
	margin-left:250px;
	width:600px;
	}

/* clearfix */
#main:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#main	{zoom: 1;}
/* clearfixここまで */

p#description	{}

img#eyeCatch	{margin-bottom: 15px;}

/*未使用
p#date	{
	font-size: x-small;
	text-align: right;}*/

/*=======================================
 エントリー
=========================================*/

.entry	{margin-bottom:20px;}

.entry img	{
	border:1px solid #000;
	float:none;
	padding: 7px;
	}

.entry strong	{
	font-weight: bold;
	}

.entry em	{
	font-size: 80%;}

.entry-info	{
	text-align:right;
    font-size:x-small;
    margin-bottom:20px;}
	
/*未使用
.EntryPsText	{text-align: right;	} spanで本文に続けているため*/


/*=======================================
 フッター
=========================================*/
div#footer	{
	border-top: solid 1px #000;
	font-size: 80%;
	text-align:center;
	margin:5px auto;
	width: 860px;
	}


/*=======================================
 テーブル
=========================================*/
table.tbl01 {
	border:none;
}
.tbl01th {
	color: #000000;
	background-color: #ff9999;
}
.tbl01td {
	color: #000000;
	background-color: #ffffff;
}
.tbl01 thead th {
	background-color: #996633;
}
.tbl01 tr.nrow td {
	background-color: #ECECEC;
}