@charset "utf-8";
/* CSS Document */

#pagebody {
	width:1050px;
	background-color:#ffffff;
	background-image:url(../../images/main/main_line.gif);
	background-repeat:repeat-y;
	margin-bottom:20px;
}

#main {
	width:800px;
	float:left;
	line-height:1.7;
	/*border-right:1px #666666 solid;*/
	padding-left:10px;
}

p#midasi {
	font-size:16px;
	font-weight:bold;
	color: #333333;
	border-bottom:1px dashed #666666;	
}

a {
	text-decoration:none;
}

#main {
	color:#555555;
}

table#abc {
	font-size:12px;
	color:#333333;
	width:700px;
	border:1px solid #CCCCCC;
	margin:30px 0 0 20px;
}

table#abc th {
	width:180px;
	background-color:#e8f7cc;
	padding:3px 0 3px 10px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

table#abc td {
	padding:3px 10px 3px 10px;
	border-bottom:1px solid #cccccc;
}

table#abc ul {
	list-style-type:circle;
	padding-left:20px;
}

