@charset "utf-8";

#h2-area{
	width:840px;
	height:200px;
}

#main p {
	font-size: 0.8em;
	line-height: 1.8em;
	margin-top: 15px;
	margin-bottom: 15px;
}

#main h3{
	margin-bottom: 20px;
}

#main h4{
	font-size: 15px;
	background-color: #EBE2DC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #C99;
	margin-right: 10px;
}

#main ul{
	margin-left: 80px;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}

.table01{
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #333;
}
.table01 th{
	background-color: #E3EEEE;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table01 td{
	background-color: #F3F3F3;
	width: 400px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.pagetop{
	background-color: #EFF0E1;
	text-align: right;
	height: 22px;
	margin-right: 10px;
	padding-right: 5px;
	font-size: 12px;
}

.article-box{
	border: 1px solid #CCC;
	padding: 5px;
	margin-right: 10px;
	font-size: 0.9em;
	line-height: 1.8em;
	margin-bottom: 20px;
}
.article-title{
	background-color: #EBDFD6;
	padding: 5px;
	margin-bottom: 10px;
}
.article-coment{
	margin-bottom: 15px;
}
.article-pic{}
.article-date{
	font-size: 11px;
	color: #666;
	text-align: right;
	height: 20px;
	margin-right: 10px;
}

.point{
	font-weight: bold;
	color: #F60;
}

.box01{
	background-color: #EBEADE;
	padding: 5px;
	border: 1px solid #999;
	margin-right: 20px;
}
