@charset "Shift_JIS";

#main-area img {
	border:none;
	vertical-align:bottom;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


#main-area {
	width:500px;
	text-align:left;
	font-size:80%;
}

#main-area h1 {
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#point-area {
	width:500px;
	position:relative;
	margin-bottom:15px;
}

#point-area h2 {
	margin:0;
	padding:0;
}

#point-area ul {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	right:6px;
	top:8px;
}

#point-area ul li {
	margin-bottom:2px;
}

#main-area a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#main-area .section {
	width:500px;
	margin-bottom:15px;
}

#main-area .section .left-area {
	width:245px;
	float:left;
}

#main-area .section .right-area {
	width:245px;
	float:right;
}

#main-area .section .left-area p,
#main-area .section .right-area p {
	float:left;
	margin:0;
	padding:0;
}

#main-area .section .left-area dl,
#main-area .section .right-area dl {
	margin:0;
	padding:0;
	float:right;
	width:168px;
}

#main-area .section .left-area dt,
#main-area .section .right-area dt {
	margin-bottom:6px;
}

#main-area .section .left-area dd,
#main-area .section .right-area dd {
	margin:0;
	padding:0;
}


table.sche {
width: 650px; /* 表の幅 */
margin-bottom: 30px; /* 表の下マージン */
border: 1px #c0c0c0 solid; /* 大枠の境界線 */
border-collapse: collapse;
font-size: 80%;
}

/* --- 表タイトル --- */
table.sche caption {
padding-bottom: 5px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.sche th,
table.sche td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #c0c0c0 solid; /* セルの境界線 */
}

/* --- 見出しセル --- */
table.sche thead th {
background-color: #deefff; /* 見出しセルの背景色 */
text-align: center;
}

/* --- フッタセル --- */
table.sche tfoot td {
background-color: #f5f5f5; /* フッタセルの背景色 */
}

/* --- データセル --- */
table.sche tbody td {
background-color: #ffffff; /* データセルの背景色 */
}
























