@charset "euc-jp";

/* ------------------------------
	_BASE
------------------------------ */

#content {
	background: url("/common/img/ct_info.jpg") no-repeat right top;
}

#main {
	padding-left: 30px;
	width: 550px;
}

h2 {
	margin-bottom: 27px;
	padding-top: 85px;
}

#bread {
	margin-bottom: 5px;
}


/* ------------------------------
	INDEX
------------------------------ */

#index #main h3 {
	margin-bottom: 15px;
}

#index #main table {
	margin-bottom: 20px;
	width: 550px;
}
#index #main table th, 
#index #main table td {
	padding: 5px 0;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: top;
	line-height: 1.3;
	color: #666;
}
#index #main table th {
	padding: 5px 10px;
	width: 5em;
	background: url("/img/info_mk.gif") no-repeat 0 0.8em;
	white-space: nowrap;
	font-weight: normal;
}


