@charset "utf-8";
@import url("common.css");
.red_text {
	color: #C60000;
}

.left_navi {
	width: 244px;
	text-indent: 40px;
}

.left_navi a:link {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/images/default/list_left_link.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.left_navi a:hover {
	font-size: 13px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../../images/default/list_left_hover.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.left_navi a:visited {
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../../images/default/list_left_link.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}
.p15 {
	font-size: 15px;
	line-height: 200%;
	font-weight: bold;
}
#content2 {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #EBBB77;
	background-image: url(../../images/list_left_bt_bg.gif);
}
.left_navi li {
	line-height: 30px;
}

