@charset"utf-8";


#sub {
	width: 195px;
	float: left;
}


#sub_contents {
	width: 187px;
	padding: 4px;
	background: #d9cba5;
}


#sub_contents ul {
	width: 185px;
	border: 1px solid #fff;
	background: url("/english/img/sub/sub_contents_bg.png");
}


#sub_contents li {
	width: 185px;
	line-height:12px;
}


#sub_contents li a {
	width: 150px;
	padding: 8px 10px 8px 25px;
	color: #333;
	display: block;
	background: url("/english/img/arrow_gold.png") 10px 11px no-repeat;
}

#sub_contents li span {
	width: 150px;
	padding: 10px 10px 10px 25px;
	color: #333;
	display: block;
	background: url("/english/img/arrow_gold.png") 10px 11px no-repeat;
}

#sub_contents li a:hover {
	width: 150px;
	padding: 8px 10px 8px 25px;
	color: #fff;
	color: #333;
	background: #E0B09A url("../img/arrow_white.png") 10px 11px no-repeat;
	/*
	color: #fff;
	background: #9f0f36 url("../img/arrow_white.png") 10px 15px no-repeat;
	*/
}


#sub_contents li p {
	width: 150px;
	padding: 10px 10px 10px 25px;
	cursor: pointer;
	background: url("/english/img/list_open_icon.gif") 5px 11px no-repeat;
}


#sub_contents li p:hover {
	/*
	color: #fff;
	background: #9f0f36 url("/english/img/list_open_icon.gif") 5px 13px no-repeat;
	*/
	color: #333;
	background: #E0B09A url("/english/img/list_open_icon.gif") 5px 11px no-repeat;
}


#sub_contents li p.close {
	width: 150px;
	padding: 10px 10px 10px 25px;
	cursor: pointer;
	background: url("/english/img/list_close_icon.gif") 5px 11px no-repeat;
}


#sub_contents li p.close:hover {
	/*
	color: #fff;
	background: #9f0f36 url("/english/img/list_close_icon.gif") 5px 13px no-repeat;
	*/
	color: #333;
	background: #E0B09A url("/english/img/list_close_icon.gif") 5px 11px no-repeat;
}


#sub_contents li ul {
	font-size: 12px;
	display: none;
	border: none;
	background: none;
}


#sub_contents li ul li a {
	width: 150px;
	padding: 6px 10px 6px 25px;
	color: #9f0f36;
	background: url("/english/img/arrow_red.png") 14px 8px no-repeat;
}


#sub_contents li ul li a:hover {
	width: 150px;
	padding: 6px 10px 6px 25px;
	color: #9f0f36;
	background: #cebb8d url("/english/img/arrow_red.png") 14px 8px no-repeat;
}

#s_co01 li {
	width: 185px;
	line-height:10px;
}


#sub_contents li.sub_current a {
	color: #fff;
	background: #9f0f36 url("../img/arrow_white.png") 10px 9px no-repeat;
}


.sub_100th {margin-top: 5px;}



dl.news_dl {
	width: 723px;
	margin-top: 10px;
	border: 1px solid #d7d7d7;
	border-top: none;
	overflow: hidden;
	background: #f4f1e9;
}


dl.news_dl dt {
	width: 230px;
	padding: 10px;
	border-top: 1px solid #d7d7d7;
	float: left;
	clear: left;
}


dl.news_dl dd {
	margin-left: 250px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #d7d7d7;
	background: #fff;
}


dl.news_dl dd ul {}


dl.news_dl dd ul li {
	padding: 5px 0 5px 10px;
	background: url("/english/img/arrow_red.png") left 12px no-repeat;
}