@charset "utf-8";

/*
============================================

	top CSS

============================================
*/

/* main top
--------------------------------------------- */

#main #news_title {
	width: 500px;
	background-image: url(../img/news_bg.png);
	background-repeat: no-repeat;
	height: 30px;
}
#main #news_title h2.topnews {
	width: 300px;
	float: left;
	padding-left: 15px;
}
#main #news_title p.topnews {
	float: right;
	padding-right: 15px;
}


#main #news_title h2.news_subtitle {
	padding-left: 15px;
}

#main h3.news_subtitle {
	padding-left: 1em;
	font-size: 150%;
	font-weight: normal;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #996600;
	margin-top: 15px;
	margin-bottom: 5px;
}
#main h4.news_subtitle {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #996600;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}

#main p.news_txt {
	font-size: 110%;
	margin-bottom: 20px;
	color: #333333;
	line-height: 150%;
}
#main p.news_img {
	margin-bottom: 20px;
	text-align: center;
}









#main #news_list {
	width: 500px;
	height: 250px;
	overflow: auto;
}

#main #news_fulllist {
	width: 500px;
}

#main #news_list dt,#main #news_fulllist dt {
	overflow: auto;
	font-size: 90%;
	color: #999999;
	padding-top: 0.5em;
	padding-bottom: 0.1em;
}

#main #news_list dd,#main #news_fulllist dd {
	font-size: 110%;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0.5em;
}

#main #news_list dd a:link,a:visited,
#main #news_fulllist dd a:link,a:visited {
	color: #996600;
	text-decoration: none;
}

#main #news_list dd a:hover,a:focus,a:active,
#main #news_fulllist dd a:hover,a:focus,a:active {
	color: #C4A77D;
	text-decoration: underline;
}





/* ニュースページング関係
--------------------------------------------- */
#main .list_page {
	text-align: center;
	display: block;
	background-color: #F2F1ED;
	padding: 0.2em 0 0.2em 0;
	margin: 10px 0 0 0;
	border: 1px solid #CCCCCC;
}

#main .list_page a {
	padding: 0 0.3em 0 0.3em;
}

#main .list_page a:link,a:visited {
	color: #00CCFF;
	text-decoration: none;
}

#main .list_page a:hover,a:focus,a:active {
	color: #76DEFF;
	text-decoration: none;
}








#main #menu_list {
	width: 500px;
	padding-top: 30px;
}
#main #menu_list .float_l {
	float: left;
	padding-bottom: 10px;
}
#main #menu_list .float_r {
	float: right;
	padding-bottom: 10px;
}
