@charset "UTF-8";
/* TOP CSS Document */
#contents {
	padding: 0px;
	margin: 12px auto;
}
h4{
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	margin: 0px auto 10px;
	width: auto;
	background-color: #E4E4E4;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 5px solid #666666;
	line-height: 150%;
}
h5{
	font-size: 0.85em;
	line-height: 150%;
	color: #333333;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
h6{
	font-size: 0.85em;
	line-height: 150%;
	color: #333333;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.column{
	width: 650px;
	margin: 12px auto 30px;
}
.column table{
	width: 450px;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #666666;
	float: left;
	border-right: 1px solid #666666;
}
.column th {
	margin: 0px;
	color: #000000;
	font-size: 12px;
	background-color: #E4E4E4;
	text-align: center;
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 105px;
}
.column td {
	color: #000000;
	text-align: left;
	margin: 0px;
	font-size: 12px;
	line-height: 1.5;
	border-bottom: 1px solid #666666;
	padding: 5px;
}
.column p {
	
}
.catalog {
	float: right;
}
.column a {
	text-decoration: none;
	color: #FF9900;
}
.column a:hover {
	color: #999999;
}

