@charset "utf-8";
/* CSS Document */

/*--- NEWSPAPER ---*/
/*-- SIGN_NEWSPAPER --*/
.sign_newspaper{
	margin:0 15px 0 15px;
	overflow:hidden;
}
.sign_newspaper_icon{
	float:left;
	background:url(images/icon_newspaper.gif) no-repeat;
	width:100px;
	height:100px;
}
.sign_newspaper_content{
	float:right;
	width:600px;
	line-height:25px;
}
.sign_newspaper_content_title_txt{
	font-size:15px;
	color:#ff6000;
	line-height:25px;
}
.sign_newspaper_txtbox{
	border:#aaa 1px solid;
	font-size:12px;
	width:370px;
}
#sign_newspaper_content_btn{
	overflow:hidden;
	line-height:18px;
	margin-top:10px;
}
#sign_newspaper_content_btn ul{
	list-style:none;
	margin:0;
	padding:0;
}
#sign_newspaper_content_btn li{
	float:left;
	padding-right:5px;
}

/*-- LIST_NEWSPAPER --*/
.list_newspaper{
	border:#ddd 1px solid;
	margin:5px 20px 5px 20px;
	padding:5px 10px 5px 10px;
}
.list_newspaper ul, .list_EEMember ul{
	list-style:none;
	margin:0;
	padding:0;
}
.list_newspaper li, .list_EEMember li{
	line-height:25px;
}
.list_newspaper ul ul, .list_EEMember ul ul{
	list-style:none;
	margin:0;
	padding:0;
}
.list_newspaper li li, .list_EEMember li li{
	float:left;
	padding-right:10px;
}
.list_newspaper_title_txt{
	color:#418f01;
	font-size:15px;
}
.list_newspaper_title_txt a{
	color:#418f01;
	text-decoration:none;
}
.list_newspaper_title_txt a:hover{
	color:#377b00;
	text-decoration:underline;
}
.list_newspaper_sub_title_txt{
	color:#715100;
	line-height:25px;
	border-bottom:#ddd 1px dashed;
	margin-bottom:5px;
}
.list_newspaper_sub_title_txt a,
.detail_newspaper .list_newspaper_sub_title_txt a{
	color:#715100;
	text-decoration:none;
}
.list_newspaper_sub_title_txt a:hover,
.detail_newspaper .list_newspaper_sub_title_txt a:hover{
	color:#956b00;
	text-decoration:underline;
}
.list_newspaper_page_txt{
	color:#06f;
	font-size:13px;
	text-align:-moz-right !important; /* firefox text-align problem used */
	text-align:right;
}
.list_newspaper_page_txt a{
	color:#06f;
	text-decoration:none;
}
.list_newspaper_page_txt a:hover{
	color:#09f;
	text-decoration:underline;
}


/*-- DETAIL_NEWSPAPER --*/
.detail_newspaper{
	margin:0 20px 0 20px;
}
.detail_newspaper a{
	color:#06f;
	text-decoration:none;
}
.detail_newspaper a:hover{
	color:#09f;
	text-decoration:underline;
}
.detail_newspaper ul{
	list-style:none;
	margin:0;
	padding:0;
}
.detail_newspaper li{
	line-height:25px;
	color:#715100;
	padding-left:15px;
	background:url(images/y_menu_icon_sub_list.gif) 0 8px no-repeat;
}