/* CSS Document */


/*main_img
--------------------*/
.main_index_img {
	width:100%;
	height:348px;
	padding:1px 0;
	margin-bottom:20px;
	background:#FFFFFF;
	border-top:1px solid #cbcfd2;
	border-bottom:1px solid #cbcfd2;
}

.main_img {
	background:url(../images/index/main_img.jpg) 0 0 no-repeat;
	width:950px;
	height:348px;
	margin:0 auto;
	text-indent:-9999px;
}


.title_topics {
	background: url(../images/index/title_topics.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 30px;
	margin-bottom: 5px;
}

ul.topics {
	list-style: none;
}

ul.topics li {
	padding: 5px 10px;
	border-bottom: 1px dotted #CCCCCC;
}






/*read_img
--------------------*/
.read_img {
	background:url(../images/index/bg_read_img.jpg) 0 0 no-repeat;
	width:675px;
	height:200px;
	text-indent:-9999px;
	margin-bottom:15px;
}


.line_up_img {
	width:200px;
	height:150px;
	float:left;
}

.line_up_text {
	width:455px;
	float:right;
	padding-top:30px;
	font-size:1.2em;
	line-height:1.5em;
	font-family:"ＭＳ Ｐ明朝", "細明朝体";
}


.main {
	background: url(../images/index/main.gif) no-repeat center 0px;
	height: 125px;
	padding-top: 295px;
	padding-left: 345px;
	margin-bottom: 20px;
}

.main h3,
.main p {
	display: none;
}


.main a {
	background: url(../images/index/btn_main.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 325px;
}

.main a:hover {
	background: url(../images/index/btn_main.gif) no-repeat 0px -55px;
	text-indent: -9999px;
	display: block;
	height: 55px;
	width: 325px;
}
