body{
	background-image:url(../img/body-bk.gif);
	font-size:95%;
}

.wrapper{
	width:800px;
	margin:10px auto;
	padding-top:0px;
	background:#ffffff;/*しろ*/
	border:1px solid #999999;/*はいいろ*/
}

.top{
	padding:14px;
}

.top h1{
	margin:0px;
	padding:0px;
}

.main{
	float:left;
	width:602px;
	background-color:#ffffff;
	padding-bottom:6px;
}

.right{
	float:right;
	width:156px;
	background-color:#427ed4;/*あお*/
}

.container{
	padding:0px 14px 0px 14px;
}

.footer{
	width:800px;
	text-align:center;
	font-size:90%;
	color:#333333;
	margin:0px auto 10px auto;
}

.container:after{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}

.right ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.right li{
	display:block;
	background-image:url(../img/navi-bk.gif);
	background-repeat:no-repeat;
	padding:14px 8px 12px 24px;
	margin:0px;
	border-bottom:1px dotted #ffffff;/*しろ*/
	color:#ffffff;/*しろ*/
}

.right li a:link {
	color: #ffffff;
	text-decoration: none;
}
.right li a:visited {
	color: #ffffff;
	text-decoration: none;
}
.right li a:hover,
a:focus {
	color: #f0ff05;
}
.right li a:active {
	color: #ffffff;
}

.top img{
	border:none;

}
.main h2{
	background-image:url(../img/mid2-bk.jpg);
	background-repeat:no-repeat;
	border:1px #427ed4 solid;
	font-size:100%;
	color:#333333;
	margin:0px 0px 10px 0px;
	padding:6px 0px 6px 26px;
}

.main h3{
	border-left:8px #427ed4 solid;
	border-bottom:1px #427ed4 solid;
	font-size:100%;
	color:#333333;
	margin:0px 0px 10px 0px;
	padding:4px 0px 4px 10px;
}

.main ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.main li{
	margin:0px 0px 6px 0px;
	padding:4px 0px 4px 0px;
	border-bottom: 1px dotted #000000;
}
.main .cont{
	line-height:1.5;
}

/*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;
}

