/* news */

fieldset.news {
	margin-bottom: 8px;
	padding: 0;
}

div.news_title {
	background-color: #a6e2f6;
	color: #315162;
	margin-bottom: 5px;
	height: 25px;
}

div.news_date {
	font-style: italic;
	float: right;
	white-space: nowrap;
	margin-right: 3px;
	line-height: 25px;;
}

div.headline {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1.news_title {
	margin-left: 1em;
	line-height: 25px;
}


div.news_admin {
	text-align: justify;
	width: 395px;
	float:left;
	padding-right: 4px;
	padding-left: 4px;
}

div.user_thumb {
	width: 235px;
	overflow: auto;
	margin: 4px;
}
dt.news_pagination {
	float: left;
}
dd.news_pagination {
	text-align: right;
}

div.news_home {
	width: 700px;
	float: right;
}
li.news_select_theme {
	text-align: right;
}
div.news_detail_action {
	border-top: 1px solid #d0d0bf;
	text-align: right;
	padding: 3px;
}

ul.ul_news {
	list-style-type:none;
}

li.news_li {
	list-style-type: none;
}

a.news_a {
	text-decoration: none;
}

li.news_title {
	margin-bottom: 5px;
}

li.news_headline {
	margin-left:5px;
}

div.news_headline {
	margin-top: 10px;
}

ul.news_details {
	float:left;
	margin-top: 10px;
	margin-left: 5px;
}

div.news_select_form {
	margin-left: auto;
	margin-right: auto;
	width: 540px;
	text-align: left;
}

select.news_select_form {
	width: 200px;
	height: 180px;
}

div.news_div_select_form {
	float: left;
	margin-right: 1em;
}
select.theme_select_form {
	width: 200px;
	height: 180px;
}

select.news_display_form {
	width: 100px;
	height: 180px;
}

div.list_news_preview {
	background: white;
	border: 1px solid #cccccc;
	overflow: auto;
	width: 200px;
	height: 180px;
	font-size: 0.9em;
	line-height: 1.1em;
}

ul.list_news_preview {
	list-style-type: none;
	margin-left: 0;
}

li.list_news_preview {
	margin-left: 0;
}

div.news_list_content {
	white-space: normal;
	height: 51px;
	overflow: hidden;
	margin: 0;
	padding: 0.3em;
}









.margin_top3 {
	margin-top:3px;
}

.margin_left15 {
	margin-left:15px;
}