@charset "utf-8";


/*-----------------------------
	contents
------------------------------*/

#contents h2{
	clear:both;
	overflow:hidden;
	position:relative;
	width:900px;
	height:110px;
	margin-bottom:15px;
}
#contents h2 span{
	position:absolute;
	left:32px;
	top:65px;
	font-size:14px;
}



/*-----------------------------
	main
------------------------------*/

/* read */
#main #read{
	border:1px solid #E7E7E7;
	margin-bottom:15px;
}
#main #read p{
	clear:both;
	padding:10px 20px;
	border:1px solid #ccc;
}
/* table */
#main table{
	width:100%;
	margin-bottom:15px;
	line-height:1.6;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin-bottom:25px;
}
#main table tr{
	border-bottom:1px dotted #ccc;
}
#main table tr.last{
	border-bottom:none;
}
#main table th{
	width:150px;
	padding:15px 0 15px 15px;
	background:url(images/bg.png) repeat;
	vertical-align:top;
	/border-bottom:1px dotted #ccc;
}
#main table th em{
	color:#F00;
}
#main table td{
	padding:15px 0 15px 40px;
	/border-bottom:1px dotted #ccc;
}
#main table td ul{
	overflow:hidden;
}
#main table td ul li{
	float:left;
	width:230px;
	margin-bottom:10px;
}
#main table td ul li {font-size:11px;}
#main table td ul li span{  font-weight:bold; font-size:12px;}
#main table td ul li img, #main table td input[type="checkbox"]{
	vertical-align:middle;
	margin-bottom:3px;
}
#main table td input[type="checkbox"]{ margin:0 5px 0 15px;}
#main table td textarea{
	width:100%;
	height:170px;
}
#main table td input[type="text"]{
	width:350px;
	height:19px;
	line-height:19px;
}
#main table td input.name{
	width:160px;
}
/* btn */
#main #btn{
	clear:both;
	margin-bottom:30px;
	text-align:center;
}
#main #btn input{
	margin:0 5px;
	padding:0 10px;
	height:20px;
	line-height:20px;
}



/*-----------------------------
	side
------------------------------*/

/* snav */
#side p#snav{
	margin-bottom:15px;
}








