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

a.entry{ color:#0083FF;
	text-decoration:underline;}

a:hover.entry{ color:#0083FF;
	text-decoration:none;}


/*cont内*/
h2{ margin:30px 0 18px 40px;}

#cont ul{ margin: 30px 0 0 40px;
	font-size:12px;
	color: #666666;}
	
#cont div#mess{ margin: 30px 0 0 40px;
	font-size:12px;
	color: #666666;}

#cont ul li{ margin: 10px 0 0 0;}

#cont table{ margin:30px 40px 20px 40px;
	border: none;
	width:698px;
	color: #666666;}
	
#cont table th{ text-align:left;
	width:142px;
	border-collapse:collapse;
	font-size:12px;
	font-weight: bold;
	color: #CC0000;
	padding:15px 15px 15px 15px;
	background:#E5E5E5;}

#cont table th span{ color: #666;}

#cont table td{	padding:15px 0 15px 20px ;
	font-size:12px;
	line-height:200%;
	background:#F2F2F2;}

form input,select,textarea{ border:#999 1px solid;}

form .radio{ border: none;}
	
