/*全ページ 共通*/

body {
	color: #333333;
	font-size: 95%;
	background-image:url(../img/bk1.gif);
}
#wrapper {
	width: 760px;
	margin: 10px auto;
	padding-top: 0px;
	background: #ffffff;/*しろ*/
	border:1px solid #6f007c;/*むらさき*/
}

.left,
.main {
	float: left;
}
.left {
	width: 152px;
}
.main {
	width: 604px;
	overflow: hidden;
}
.main {
	line-height:1.5;
	margin: 0px 0px 0px 0px;
}
.contents{
	padding:10px;
}

.left h2 a:link, .left h2 a:active, .left h2 a:visited {
	color:#9c172d;/*えんじ*/
	text-decoration: none;
}
 .left h2 a:hover {
	color: red;/* あか */
	text-decoration: underline;
}

.left h2{
	background-color:#e9d0e2;/*もも*/
	border-bottom:1px #ffffff solid;/*しろ*/
	font-size:100%;
	color:#6f007c;/*えんじ*/
	margin: 0px 0px 0px 0px;
	padding:12px 2px 12px 20px;
}

.main h2 {
	margin-bottom: 16px;
	border-bottom:1px #f7c632 solid;
	border-left:8px #f7c632 solid;
	font-size:110%;
	line-height:1.2;
	color:#6f007c;/*むらさき*/
	padding:2px 2px 2px 10px;
}

.main h3 {
	margin-bottom: 16px;
	border-bottom:1px #f7c632 solid;
	font-size:110%;
	line-height:1.2;
	color:#333333;/*こいぐれー*/
	padding:2px 2px 2px 20px;
}



/*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;
}

.footer{
	margin-top:16px;
	border-top:1px #666666 solid;
}
