@import url("shared.css");

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


.main_bx a {
	color: #44bb00;
	text-decoration: underline;
}
.main_bx a:visited {
	color: #44bb00;
	text-decoration: underline;
}


}

.main_bx {
	width:770px;
	border-left:3px solid #44bb00;
	padding-left:7px;
}

.main_bx h1 {
	font-size:18px;
	font-weight: bold;
	padding-left:20px;
	background-image:url(../index/images/3/arw.gif);
	background-position:left;
	background-repeat: no-repeat;
}

.main_bx p {
	font-weight: nomal;
	font-size:1.2em;
	padding-left:20px;
	margin-top:5px;
}

.list_bx {
	width:770px;
	border-top:1px dashed #cccccc;
	padding-top:15px;
	padding-left:10px;
	margin-top:30px;
}

.list_bx h1 {
	font-size:18px;
	font-weight:bold;
	padding-left:20px;
	background-image:url(../index/images/3/arw.gif);
	background-position:left;
	background-repeat: no-repeat;
}

.list_bx p {
	font-weight: nomal;
	font-size:1.2em;
	padding-left:20px;
	margin-top:5px;
}

