@charset "UTF-8";
/* TOP CSS Document */
#contents {
	margin-top: 12px;
	margin-bottom: 12px;
	overflow: auto;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.column_L{
	width: 300px;
	margin-left: 80px;
	float: left;
	margin-top: 12px;
}
.column_L ul,.column_R ul{
	list-style-type: none;
	font-size: 0.85em;
	line-height: 150%;
	color: #333333;
	margin-bottom: 10px;
}
.column_L ul li a,.column_R ul li a{
	color: #333333;
	text-decoration: none;
}
.column_L ul li a:hover,.column_R ul li a:hover{
	color: #333333;
	text-decoration: underline;
}
.column_R{
	width: 300px;
	float: right;
	margin-right: 80px;
	margin-top: 12px;
}

h4{
	font-size: 0.9em;
	color: #333333;
	font-weight: bold;
	line-height: 150%;
}
h4 a{
	color: #333333;
	text-decoration: none;
}
h4 a:hover{
	color: #333333;
	text-decoration: underline;
}