@charset "UTF-8";

/* ------------------------------
 * Create on : 2010/01/07 #4681
 * Edit on   : 2010/01/07 1548 #4681
 * ------------------------------ */

#main p.lead {
	font-size: 1.3em;
	padding: 10px 1em 2em 1em;
	}

#main table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-family: sans-serif;
	}
	table th, 
	table td {
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 5px 7px;
		}
	table thead th { background: url(/shared/images/global/table_thead_bg.png) repeat-x left bottom #fff; border-bottom: 2px solid #74829c; }
	table tbody th { background-color: #f3f3f3; }


#main div.box {/* boxxx */
	border: 1px solid #cacfe0;
	margin: 0 10px;
	}
	#main div.box h3 {
		border-bottom: 1px solid #cacfe0;
		margin-bottom: 10px;
		padding-bottom: 5px;
		color: #53565f;
		font-weight: 800;
		font-size: 1.5em;
		}
	#main div.box p { font-size: 1.3em; }/* boxp */


