@charset "utf-8";
/* ===================================================================
CSS information

 file name  :index.css
 author     :yourName (admin)
 style info :indexページ用CSS
=================================================================== */

/* -----------------------------------------------------------
	.news
----------------------------------------------------------- */

.news a{
color:#7F4795;
}




.news div#main_image {
	width:100%;
	background:url(../../img/share/h1_bg.jpg) right no-repeat #0e1e31;
	height:120px;
}


.news div#h1_bg {
	width:960px;
	margin:0 auto;
	height:120px;
}

.news h1 {
	width:960px;
	padding:0px;
	width:0;
	height:120px;
}

.news h1 img{
	margin:0 auto;
}


.news #contents{
	width:990px;
	background:url(../../img/share/contents_bg_b.gif);
}

.news #aside{
	background:url(../../img/share/aside_bg.gif) left no-repeat;
	float:left;
	width:255px;
	min-height:650px;
	height:auto !important;
	height:650px;
}

.news #aside h2{
	padding-left:15px;
}

.news #aside ul{
	padding-left:15px;
}

.news #aside ul ul{
	padding-left:0px;
}



.news #aside li{
	padding-bottom:0px;
}

.news #aside ul#bnr_s{
	width:200px;
	margin:20px auto;
}

.news #aside ul#bnr_s li{
	padding-bottom:5px;
}



.news #article{
	background:url(../../img/share/article_bg.gif) top no-repeat;
	width:735px;
	float:right;
	min-height:899px;
	height:auto !important;
	height:899px;
}




.news #article h2{
	margin:39px 0 0 31px;
}


.news #news_top p{
	padding:18px 0 0 31px;
	width:650px;
}

.news #news_top {
	width:720px;
	padding-bottom:30px;
	background:url(../../img/share/under_line.gif) bottom repeat-x;
}



.news #news_local {
	width:720px;
	padding-bottom:12px;
	background:url(../../img/share/under_line.gif) bottom repeat-x;
}

.section{
	width:660px;
	margin:30px 0 0 30px;
	overflow:hidden;
	margin-bottom:20px;
}

.section dt{
	padding-top:10px;
	font-weight:bold;
}

.section dd{
	padding-bottom:10px;
	background:url(../img/news_under_line.gif) bottom repeat-x;
}

.section h3{
	padding-bottom:10px;
	background:url(../img/news_under_line.gif) bottom repeat-x;
}

.section #news_detail p{
	padding:0;
}

.section #news_detail{
	margin-top:20px;
	overflow:hidden;
}

.section #news_detail .imgR{
	width:252px;
}

.section #news_detail .imgR img{
	padding-bottom:10px;
}



