 body {
	font-size:10px;
	margin:0px;
	text-align: center;
}

/* 見出し */ 
 h1 {font-size:120%;}
 h2 {font-size:100%;color: #00CC33;}
 h3 {
	font-size:12px;
	font-weight:bold;
	text-align: left;
        color:#700000;
}

/* リンク */ 
 a:link{color:#556b2f;}
 a:visited{color:#af6050;}
 a:hover{color:#9b674d;
         position:relative;left:2px;top:2px;
         text-decoration:none;}

/* ヘッダー */
.header {
	width: 780px;
	height: 200px;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	background : url("http://blog-imgs-40-origin.fc2.com/m/a/r/marujinman/top.jpg") top right no-repeat;
}
 
/* レイアウト */ 
.layout {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #d2b58c;
	border-left-color: #d2b58c;
	padding: 0px;
	color: #000000;
	font-family: Verdana,"MS UI Gothic",Osaka,monospace,'MS Pゴシック',sans-serif;
}

/* 左側欄 */ 
.hidari {
	width: 160px;
	text-align: left;
	padding: 0px;
	margin: 25px 5px 0px;
	float: left;
	line-height: 20px;
	font-size: 10px;
}

/* 中央欄 */ 
.center {
	width: 460px;
	text-align: center;
	padding: 0px;
	margin: 10px 0px 0px;
	font-size: 12px;
	float: left;
}

/* 右側欄 */ 
.migi {
	text-align: left;
	margin: 25px 5px 0px;
	padding: 0px;
	width: 140px;
	float: left;
	color: #000000;
	font-size: 10px;
}

/* フッター */ 
.footer {
	font-size: 10px;
	margin: 0px;
	width: 800px;
	text-align: center;
	clear: both;
	padding: 0px;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2b58c;
}

/* 記事ボックス */ 
.table{
	width: 420px;
	font-size : 12px;
	z-index : 0;
	padding : 10px;
	border : 1px solid #d2b58c;
	line-height : 20px;
	margin: 0px 0px 50px;
	overflow: hidden;
	position : relative;
	font-size : small;
	color : black;
	text-align: left;
	background-color: #f6f6f6;
}

/* トラックバックボックス */ 
.tb_table{
	width: 420px;
	font-size : x-small;
	z-index : 0;
	padding : 10px 5px;
	border : 1px solid #d2b58c;
	line-height : 18px;
	background-color : #ffffff;
	margin: 0px 0px 5px 10px;
	overflow: hidden;
	position : relative;
	font-size : small;
	text-align: left;
}

/*記事の見出し*/

.entry_title{
        font-size: 12px;/* 古いIEの文字サイズ */
        padding-top: 0px;
        padding-bottom: 10px;
        letter-spacing: 1px;
        border-bottom: 1px dotted #d2b58c;
        margin: 30px 40px 20px 0px;
        voice-family : "\"}\"";
        voice-family : inherit;
        font-size: 16px;
        font-weight: bold;
}

/*ヘッダー下ライン*/
.line{
	background-color: #d2b58c;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	padding-right: 0px;
	padding-left: 10px;
}

/*リスト*/
ul {
        font-size: x-small;/* 古いIEの文字サイズ */
        color: #786058;
        margin: 0px;
        padding-left: 20px;
        text-decoration: none;
        voice-family : "\"}\"";
        voice-family : inherit;
        font-size : x-small;
}

li {
        text-align: left;
        line-height: 150%;
        padding: 0px 5px 5px 0px;
        text-decoration: none;
}

/*エントリー：ステータス*/
.state {
        font-size: 8px;/* 古いIEの文字サイズ */
        text-align: right;
        border-top: 1px dotted #d2b58c;
        margin : 0px 0px 10px 30px;
        font-size: 10px;
}

/*次と前のページ表示*/
.page {
         font-size : 8px;/* 古いIEの文字サイズ */
         border-top: 1px dotted #d2b58c;
         text-align: center;
         margin:0px 0px 10px 0px;
         padding-top: 5px;
         font-size: 10px;
}

/*エントリー：ナビゲーション*/
.navi{
        font-size: xx-small;/* 古いIEの文字サイズ */
        border-top: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
        margin : 20px 50px 20px 70px;
        text-align: center;
        font-size: x-small;
}

/*引用*/
blockquote{
	background-color: #FFFFFF;
	border: 1px double #996633;
	padding: 10px;
}