@import url("reset.css");
/*******************/
/* 全体 */
/*******************/
html,
body,
#wrap{
	height: 100%;
	font-family: 'MS PGOTHIC',Osaka;
}
body{
	font-size: 90%;
	line-height: 160%;
	text-align: center;
}
#wrap{
	position: relative;
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}
body > #wrap{
	height: auto;
}
* html div#wrap{
	height: 100%;
}
body > #wrap{
	height: auto;
}
img{
	vertical-align:bottom;		/* for IE 6,7*/
}
/* clearfix */
.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix            { zoom: 1; } /* IE6 */
*:first-child+html .clearfix{ zoom: 1; } /* IE7 */
/*******************/
/* main */
/*******************/
div#main{
	width: 960px;
	padding-bottom: 150px;
}
/*******************/
/* header */
/*******************/
div#header{
	position: relative;
	border-top: 9px solid #ac58ca;
	width: 960px;
	height: 70px;
}
div.search{
	position: absolute; top: 20px; right: 20px;
}
div.search input.search_box{
	width: 120px;
	height: 19px;
	padding: 0;
	margin: 0;
}
div.search input.search_btn{
	padding: 0;
	margin: 0;
	vertical-align: top;
}
/*******************/
/* main_contents */
/*******************/
ul#main_contents_column{
	margin-top: 10px;
	list-style: none;
}
ul#main_contents_column li.navi_area{
	float: left;
	width: 232px;
	margin-right: 40px;
}
* html ul#main_contents_column li.navi_area{		/*IE6*/
	margin-right: 35px;
}

ul#main_contents_column li.main_contents_area{
	float: left;
	width: 680px;
}
/*******************/
/* navi */
/*******************/
ul#navi{
	list-style: none;
}
ul#navi li{
	margin-top: 3px;
}
ul#navi li a{
	background: url("../images/navi_off.gif") no-repeat 0 0;
	width: 182px;
	height: 35px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 0 0 50px;
	text-decoration: none;
}
* html ul#navi li a{		/*IE6*/
	width: 232px;
	height: 45px;
}
ul#navi li a:hover,
ul#navi li a.navi_on{
	background: url("../images/navi_on.gif") no-repeat 0 0;
	color: #ac58ca;
}
ul#navi li.navi_sub{
	margin: 0;
}
ul#navi li.navi_sub a{
	background: url("../images/navi_sub_off.gif") no-repeat 0 0;
	width: 182px;
	height: 28px;
	line-height: 28px;
	display: block;
	color: #7e8689;
	font-weight: bold;
	padding: 0 0 0 50px;
	text-decoration: none;
}
ul#navi li.navi_sub a:hover,
ul#navi li.navi_sub a.navi_on{
	background: url("../images/navi_sub_on.gif") no-repeat 0 0;
	width: 182px;
	height: 28px;
	line-height: 28px;
	display: block;
	color: #7e8689;
	font-weight: bold;
	padding: 0 0 0 50px;
	text-decoration: none;
}
* html ul#navi li.navi_sub a{		/*IE6*/
	width: 232px;
	height: 28px;
}
/*******************/
/* footer */
/*******************/
div#footer{
	position:absolute;
	bottom:0px;
	min-height:80px;
	height: auto !important;
	height: 90px;
	width: 960px;
}
div#footer div{
	text-align: right;
}
div#footer p{
	background-color: #ac58ca;
	text-align: center;
	font-size: 90%;
	color: #ffffff;
	line-height: 150%;
	padding: 5px 0;
	margin-top: 5px;
}
/**************************************/
/* TOP */
dl.top_news_dl{
	margin-top: 20px;
}
dl.top_news_dl dt{
	position: relative;
	background: url("../images/bar_top_news.gif") no-repeat 0 0;
	width: 680px;
	height: 37px;
}
dl.top_news_dl dt p{
	font-weight: bold;
	line-height: 37px;
	margin-left: 25px;
}
dl.top_news_dl dt div.top_news_btn{
	position: absolute; top: 6px; right: 10px;
}
ul.article_list{
	list-style: none;
	margin: 10px 20px;
}
ul.article_list li{
	float: left;
}
ul.article_list li.top_news_date{
	width: 90px;
	margin-left: 3px;
}
ul.article_list li.top_news_category{
	width: 100px;
}
ul.article_list li.top_news_category a{
	color: #000000;
	text-decoration: none;
}
ul.article_list li.top_news_category a:hover strong{
	text-decoration: underline;
}
ul.article_list li.top_news_category strong.category_color01{
	color: #59c42a;
}
ul.article_list li.top_news_category strong.category_color02{
	color: #7eff00;
}
ul.article_list li.top_news_category strong.category_color03{
	color: #e4de2e;
}
ul.article_list li.top_news_category strong.category_color04{
	color: #ffae04;
}
ul.article_list li.top_news_category strong.category_color05{
	color: #ff8af5;
}
ul.article_list li.top_news_category strong.category_color06{
	color: #c000ff;
}
ul.article_list li.top_news_category strong.category_color07{
	color: #000cff;
}
ul.article_list li.top_news_category strong.category_color08{
	color: #00deff;
}
ul.article_list li.top_news_data{
	width: 430px;
}
ul.article_list li.top_news_data a{
	color: #000000;
	text-decoration: none;
}
ul.article_list li.top_news_data a:hover{
	text-decoration: underline;
}
ul.article_list li.top_news_line{
	background: url("../images/top_news_line.gif") no-repeat 0 0;
	width: 638px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	margin: 2px 0;
}
ul.banner_area{
	margin: 40px 20px 0 20px;
	list-style: none;
}
ul.banner_area li{
	float: left;
	margin: 5px 10px;
}
ul.banner_area li img{
	width: 190px !important;
	height: 45px !important;
}
/**************************************/
/* page */
div.pankuzu{
	font-size: 80%;
	margin-bottom: 10px;
}
div.pankuzu a{
	color: #000000;
	text-decoration: none;
}
div.pankuzu a:hover{
	text-decoration: underline;
}
h2{
	background: url("../images/subject01.gif") no-repeat 0 0;
	width: 687px;
	height: 45px;
}
h2 strong{
	margin-left: 30px;
	line-height: 45px;
	color: #ffffff;
	font-size: 120%;
}
div.content_area{
	margin: 20px 0 100px 17px;
}
h3{
	background: url("../images/subject02.gif") no-repeat 0 0;
	width: 670px;
	height: 30px;
	margin-bottom: 10px;
}
h3 strong{
	margin-left: 10px;
	line-height: 30px;
}
div.midashi{
	background: url("../images/subject02.gif") no-repeat 0 0;
	width: 660px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 30px;
	font-weight: bold;
}
html* div.midashi{/*IE6,7*/
	width: 670px;
}
/*******************/
p.page_top{
	text-align: right;
	margin: 20px 0 10px 0;
}
p.page_top a{
	color: #757575;
	text-decoration: none;
}
p.page_top a:hover{
	text-decoration: underline;
}
/*******************/
.page_choice{
	text-align: center;
	color: #757575;
	margin-bottom: 30px;
}
.page_choice a{
	color: #757575;
	text-decoration: none;
}
.page_choice a:hover{
	text-decoration: underline;
}
/*******************/
h3 a{
	color: #000000;
	text-decoration: none;
}
div.article_date{
	text-align: right;
}
div.article_title p strong a:hover{
	text-decoration: underline;
}
div.article_category{
	text-align: right;
	margin: 0 0 20px 0;
}
div.article_category a{
	color: #42459a;
	text-decoration: none;
}
div.article_category a:hover{
	text-decoration: underline;
}
div.article_body p{
	margin: 20px 0 0 0;
}
p.article_continuation{
	margin: 20px 0 0 0;
	color: #42459a;
}
p.article_continuation a{
	color: #42459a;
	text-decoration: none;
}
p.article_continuation a:hover{
	text-decoration: underline;
}
/*******************/
dl.article_dl dt{
	background: url("../images/icon03.gif") no-repeat 0 6px;
	padding-left: 20px;
	float: left;
	width: 90px;
}
dl.article_dl dd{
	float: left;
	width: 530px;
}
dl.article_dl dd.line{
	background: url("../images/line_got_gray.gif") repeat-x 0 0;
	width: 650px;
	margin: 5px 0;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
}
dl.article_dl dd a{
	color: #42459a;
}
/*******************/
div.page_list{
	text-align: center;
	margin-top: 50px;
}
div.page_list a{
	color: #42459a;
}
/*******************/
dl.search_list{
	margin-top: 30px;
}
dl.search_list dt{
	font-size: 120%;
	font-weight: bold;
}
dl.search_list dt a{
	color: #42459a;
}
dl.search_list dd{
	border-bottom:1px dotted #6e6e6e;
	padding: 0 0 10px 20px;
	margin: 5px 0 10px 0;
}
/*******************/
div.month_list_header{
	background: url("../images/month_list_header.gif") no-repeat 0 0;
	height: 27px;
	border-bottom: 2px solid #838383;
	margin-left: 20px;
}
div.month_list_header span{
	visibility: hidden;
}
div.month_list{
	margin-left: 20px;
}
div.month_list dl{
	margin: 10px 10px 5px 30px;
}
div.month_list dl dt{
	float: left;
	background: url("../images/icon01.gif") no-repeat 0 7px;
	padding-left: 13px;
	font-weight: bold;
	margin-right: 20px;
}
div.month_list dl dd{
	float: left;
}
div.month_list dl ul li{
	list-style: none;
	float: left;
	margin: 0 5px;
}