/* --- lv2title --------------------------------------------------- */

#lv2title_info {
	margin-top : 1px;
	margin-bottom : 1px;
	height : 100%;
	border-top : 5px solid #1A8F03;
	border-bottom : 3px solid #1A8F03;
	background-image: url(img/info/bg_lv2title_info.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#lv2title_info h2 {
	padding : 10px 0 0px 16px;
}

#lv2title_info h2 img {
	vertical-align : bottom;
}

#lv2title_info p {
	padding-left : 17px;
	padding-bottom :5px;
	font-size : 10px;
	margin:5px 0 0 0;
}
/* --- dl.normal_col ---------------------------------------------------------*/
#main .box dl.normal_col {
	width : 245px;
	display : block;
	float : left;
}

#main .box dl.normal_col dt {
	color : #666666;
	font-size : 110%;
	font-weight : bold;
	border-left : 6px solid #1a8f03;
	padding-left : 8px;
	padding-bottom : 2px;
	padding-top : 2px;
	margin-bottom : 1em;
}

#main .box dl.normal_col dd {
	color : #000066;
	font-size : 100%;
	line-height : 140%;
	margin-left : 32px;
	margin-bottom : 1.5em;
	list-style: disc url("img/common/arrow_tolink_s.gif") outside;
	display : list-item;
}

#main .box dl.normal_col dd.indent {
	padding-left : 4em;
	padding-bottom : 1em;
}

#main .box dl.normal_col ul {
	margin-top : 5px;
	padding-left : 1.5em;
}

#main .box dl.normal_col li {
	margin-bottom : 2px;
	list-style-image : none;
	list-style: disc outside;	
	display : list-item;
	line-height : 140%;
}


/********************************************************************

