/*****************************/
/* ttlArea */
/*****************************/
#leftArea{
	float: none;
	width: 800px;
}


#container .txtArea{padding-right:0px;margin:10px 20px;}

h2{background: url(../img/h2_white_l.gif) no-repeat left top;color:#2C3759;height:34px;line-height:34px;font-size:1.1em;padding-left:10px;}


#scroll {
	width: 600px;
	font-size: 12px;
	overflow: scroll;
	position: relative;
	height: 150px;
	clear: both;
	padding: 10px;
	float: none;
	background-color: #FFFFFF;
}



#scroll h3{
	background:#f0f0f0;
	color:#2C3759;
	padding:5px;
	margin:10px 0;
	font-size:1em;
}



/* ===== maincontentsAreatxt ===== */

#contentsArea .txtArea ol{
	margin-left: 0.5em;
	list-style-type: decimal;
}

#contentsArea .txtArea ol li{
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}


#contentsArea .txtArea ol.none{
	margin-left: 2em;
	list-style-type: none;
}


#contentsArea .txtArea ul{
	margin-left: 0.5em;
	list-style-type: square;
}

#contentsArea .txtArea ul li{
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}


#contentsArea .txtArea  ul.none{
	margin-left: 2em;
	list-style-type: none;
	margin-bottom: 0em;
	padding-bottom: 0em;
}

