/* 基本設定
------------------------------------------------------------ */
body{
	margin:0px;
	padding:0px;
	color:#333333;
	font-size:90%;
	background:#e8e1c5;
	line-height:1.5;
}
#wrapper{
	width:820px;
	margin:10px auto;
	padding-top:7px;
	background:#ffffff;
	border:1px solid #666666;
}
h1#logo{
	margin:0px 10px 0px 10px;
}
/*h1#logo img {
	position: relative;
	left: 20px;
	top: 38px;
}*/
.menu,
.contents{
	float:left;
}
.menu{
	width:160px;
	background-color:#e8e1c5;
	margin:0px 0px 10px 10px;
	display:inline;
}
.contents{
	width:640px;
	overflow:hidden;
	padding-top:16px;
}
.section{
	margin:0px 0px 10px 10px;
}
.section h2{
	margin-top:0px;
	margin-bottom:16px;
	font-size:110%;
	color:#62232e;
	padding:2px 2px 2px 10px;
	border:1px solid #62232e;
}
.section h3{
	margin-bottom:16px;
	font-size:110%;
	padding:2px 2px 2px 10px;
	border-bottom:1px #62232e solid;
	border-left:1px #62232e solid;
}
.section p{
	margin-bottom:10px;
}
.menu h2{
	border-bottom:1px #ffffff solid;
	font-size:100%;
	color:#62232e;
	margin:0px 0px 0px 0px;
	padding:6px 2px 6px 10px;
}
 h2 a:link, h2 a:active, h2 a:visited {
	color:#62232e;
	text-decoration:none;
}
 h2 a:hover{
	color:#62232e;
	text-decoration:underline;
}
.footer{
	background-color:#62232c;
	color:#ffffff;
	width:100%;
	padding:12px 0px;
	text-align:center;
}
.kuria{
	clear:both;
	margin:0px;
}

/*ezlog共通　カスタム指定
------------------------------------------------------------ */
.c{
	text-align: center;
}
.r{
	text-align: right;
}
.sage {/*==2個で始める*/
	margin: 5px 30px 10px 30px;
	padding: 10px;
	text-align: justify; text-justify: inter-ideograph;
}

/*ezlog共通　HTMLタグ再定義
------------------------------------------------------------ */
pre{/*プレーンテキスト*/
	margin: 10px 10px 0px 20px;
	padding: 0px;
}
