﻿@charset "utf-8";
/* CSS Document */

/* HTML、BODY */
body {
	font-size: 13px;
	color: #666;
	margin: 0;
}

/* CLEAR_FLOAT */
.clear {
	clear: both;
}

/*== MAIN ==*/
.newspaper_main {
	width: 740px;
	height: 100%;
	margin: 0 auto;
	background: #fff url(images/bg_content.gif) repeat-y;
	color: #666;
	line-height: 25px;
}

.newspaper_main a {
	color: #09f;
	text-decoration: none;
}

.newspaper_main a:hover {
	color: #07f;
	text-decoration: underline;
}

.newspaper_main pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

/*= Banner =*/
.newspaper_banner {
	position: relative;
	height: 100px;
	background: url(images/bg_title.gif) no-repeat;
	margin-bottom: 10px;
}
/* ID_Number */
.newspaper_id_number {
	position: absolute;
	top: 50px;
	left: 380px;
	color: #f27e01;
	font-size: 15px;
}

/*= Copyright =*/
.newspaper_copyright {
	clear: both;
	height: 85px;
	background: url(images/bg_foot.gif) no-repeat;
	text-align: center;
	color: #09f;
	padding-top: 20px;
}

.newspaper_copyright a {
	color: #09f;
	text-decoration: none;
}

.newspaper_copyright a:hover {
	color: #07f;
	text-decoration: underline;
}


/*= Content =*/
.newspaper_content {
	margin: 0 40px 15px 40px;
	clear: both;
	overflow: hidden;
}

/*-- Newspaper_Title_Line_Style --*/
.newspaper_title_line_01 {
	height: 35px;
	background: url(images/title_line_01.gif) 0 0 no-repeat;
}
.newspaper_title_line_02 {
	height: 35px;
	background: url(images/title_line_02.gif) 0 0 no-repeat;
}
.newspaper_title_line_03 {
	height: 35px;
	background: url(images/title_line_03.gif) 0 0 no-repeat;
}
.newspaper_title_line_04 {
	height: 35px;
	background: url(images/title_line_04.gif) 0 0 no-repeat;
}

/*-- Newspaper_Content_Style --*/
.newspaper_content_01 {
	background: url(images/content_frame.gif) -4px 0 no-repeat;
	padding: 10px 15px 0 15px;
	overflow: hidden;
}

.newspaper_content_01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.newspaper_content_01 li {
	background: url(images/list_icon.gif) 0 7px no-repeat;
	padding-left: 15px;
}

.newspaper_content_01 li a {
	color: #666;
	text-decoration: none;
}

.newspaper_content_01 li a:hover {
	color: #379200;
	text-decoration: underline;
}

.newspaper_content_02 {
	background: url(images/content_frame.gif) -4px 0 no-repeat;
	padding: 10px 15px 0 15px;
	overflow: hidden;
}

.newspaper_content_02 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.newspaper_content_02 .newspaper_content_02_list_txt {
	clear: both;
	float: left;
	width: 390px;
	height: 25px;
	overflow: hidden;
	background: url(images/list_icon.gif) 0 7px no-repeat;
	padding: 0 10px 0 15px;
}

.newspaper_content_02 .newspaper_content_02_list_txt a {
	color: #666;
	text-decoration: none;
}

.newspaper_content_02 .newspaper_content_02_list_txt a:hover {
	color: #a37e00;
	text-decoration: underline;
}

.newspaper_content_02 .newspaper_content_02_tag {
	float: right;
	width: 200px;
	height: 25px;
	overflow: hidden;
}

.newspaper_content_02 .newspaper_content_02_tag a {
	color: #ae914c;
	text-decoration: none;
}

.newspaper_content_02 .newspaper_content_02_tag a:hover {
	color: #9c7c2e;
	text-decoration: underline;
}

.newspaper_content_03 {
	background: url(images/content_frame.gif) -4px 0 no-repeat;
	padding: 10px 15px 0 15px;
	overflow: hidden;
}

.newspaper_content_03 a {
	color: #666;
	text-decoration: none;
}

.newspaper_content_03 a:hover {
	color: #d93232;
	text-decoration: underline;
}

.newspaper_content_03_title_txt {
	color: #d93232;
	font-size: 15px;
	margin-bottom: 5px;
}

.newspaper_content_03_title_txt a {
	color: #d93232;
	text-decoration: none;
}

.newspaper_content_03_title_txt a:hover {
	color: #ab1c1c;
	text-decoration: underline;
}

.newspaper_content_03_image_area {
	float: left;
	padding: 2px 5px 8px 5px;
	width: 170px;
	height: 100px;
	background: url(images/news_image.gif) no-repeat;
}

.newspaper_content_03_image {
	width: 170px;
	height: 100px;
	background: #ccc url(images/news_no_image.gif) no-repeat;
	text-align: center;
}

.newspaper_content_03_detail_txt {
	float: right;
	margin: 0 0 0 auto;
	width: 435px;
}

.newspaper_content_03_detail_txt a {
	color: #d93232;
	text-decoration: none;
}

.newspaper_content_03_detail_txt a:hover {
	color: #ab1c1c;
	text-decoration: underline;
}

.newspaper_content_04 {
	background: url(images/content_frame.gif) -4px 0 no-repeat;
	padding: 10px 15px 0 15px;
	overflow: hidden;
}

.newspaper_content_04 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.newspaper_content_04 li {
	background: url(images/list_icon.gif) 0 7px no-repeat;
	padding-left: 15px;
}

.newspaper_content_04 li a {
	color: #666;
	text-decoration: none;
}

.newspaper_content_04 li a:hover {
	color: #0086a3;
	text-decoration: underline;
}

/*= Banner_Area =*/
.newspaper_banner_area {
	margin: 0 40px 15px 40px;
	clear: both;
	overflow: hidden;
}

.newspaper_banner_area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.newspaper_banner_area li {
	float: left;
	padding: 0 4px;
}

.newspaper_banner_area li a {
	display: block;
	width: 150px;
	height: 45px;
	background: #ccc url(images/banner_no_image.gif) no-repeat;
}

.newspaper_banner_area img {
	border: 0;
}
