@charset "utf-8";


/* CSS Document */

#header_banner {
	position: absolute;
	right: 0px;
	z-index: 2;
	bottom: -30px;
}

h3 {
	font-size: 15px;
	color: #6C9B02;
	line-height: 3em;
}
h5 {
	color: #6C9B02;
	font-size: 13px;
	line-height: 3em;
}
strong {
	color: #F60;
}



.ins_deco {
	padding: 0 10px 0 0;
	overflow: hidden;


}
#column1 {
	width: 226px;
	background-image: url(../image/sidebar_bg1.gif);
	background-repeat: no-repeat;
	height: 486px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 0;
	background-position: 17px 0px;
}
#column1 #subNavi{
	padding: 15px 31px 0 34px;
	background-image: url(../image/sidebar_bg2.jpg);
	background-repeat: no-repeat;
	background-position: 28px 15px;
	height: 471px;
}
#column1 #title  {
	color: #FFF;
	font-weight: bold;
	padding: 0 5px 0 24px;
	font-size: 12px;
	line-height: 27px;
}
#column1 ul {
	padding: 25px 0 0 0;
}

#column1 ul li  {
	background-image: url(../image/sidebar_arrow.gif);
	background-repeat: no-repeat;
	line-height: 30px;
	background-position: 4px 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding: 0 0 0 18px;
}
#column1 a  {
	font-size: 12px;
	color: #333;
}
#column1 a:hover {
	color: #666;
}
#column2 {
	width: 767px;
}
#column2 #info {
	background-image: url(../image/content_title_bg.jpg);
	background-repeat: no-repeat;
	background-color: #F5F7F2;
	overflow: hidden;
}
#column2 #info #title {
	line-height: 32px;
	padding: 0 10px 0 40px;
	font-size: 0.9em;
	color: #FFF;
	font-weight: bold;
	margin: 0;
}
#column2 #content_frame  {
	border-left: 1px solid #5B9502;
	border-right: 1px solid #5B9502;
	clear: left;
	overflow: hidden;
	padding: 30px;
}
#content_frame #content {
	background-image: url(../image/ins_deco_img.jpg);
	background-repeat: no-repeat;
	padding: 0 0 30px 238px;
}
#content_frame #content p {
	color: #666;
	padding: 5px 0;
}

