

/*============================================================*

* Layout Style [pattern B leftmanu (2column standerd) type]

*============================================================*/

#contentsArea {
	margin: 0;
	padding: 0px;
	width:570px;
	line-height:18px;
	float:left;
}

#contentsArea h2{
	margin:15px 0px 15px;
	text-align:left;
}

#contentsArea h3{
	margin:10px 0px 20px;
	padding:0px;
	font-weight:normal;
	line-height:18px;
	text-align:left;
}

div.column {
	width:569px;
	margin-bottom:20px;
	
}

div.column_end {
	width:569px;
}

div.column_txt {
	width:179px;
	margin:0;
	line-height:15px;
	font-size:11px;
	float:left;
}

div.column_txt strong a{
	color:#333;
	text-decoration:none;
}

div.column_txt strong a:hover{
	color:#333;
	text-decoration:underline;
}

div.column_txt2 {
	width:370px;
	margin:0;
	line-height:15px;
	font-size:11px;
	float:left;
}

div.column_txt2 strong a{
	color:#333;
	text-decoration:none;
}

div.column_txt2 strong a:hover{
	color:#333;
	text-decoration:underline;
}

