/* ------------------------------------------------

CSS Information

 File name:     index.css

 Style Info:     トップページ用スタイル用

----------------------------------------------- */
body#index {
	background: #FFFFFF url(../images/index/index_bg.gif) repeat-x;
	font-family:"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:80%;
	text-align:center;
	color:#333333;
}

/* news
----------------------------------------------- */
div.news {
	background:url(../images/index/news_title.gif) no-repeat 0% 0%;
	width:640px;
	position:relative;
	padding:64px 0 21px;
	margin:0 0 16px;
	border-bottom: 1px solid #DCDCDC;
}

div.news  h2{
	position: absolute;
	right:0;
	top: 17px;
}

div.news dl{
	text-align: left;
	height: 165px;
	overflow: auto;
}
div.news dt {
	border-bottom: 1px dotted #DBDBDB;
	margin: 0 0 7px;
	padding: 8px 0 0 10px;
	height: 24px;
}

div.news dt img {
	vertical-align:middle;
	margin:0 5px;
}

div.news dd {
	line-height: 1;
	margin-left: 150px;
	margin-top: -29px;
	height: 24px;
}

div.news a {
	color: #006600;
}

div.news a:hover{
 text-decoration:none;
}

div.news .nonborder {
	border-style: none;
}

div.sectionBlock{
	width:305px;
	float:left;
	position:relative;
}

div.sectionBlock p{
 margin:4px 0 9px 0px;
	text-align:left;
}

div.sectionBlock h4{
	position:absolute;
	top:205px;
	left: 0px;
}
div#ex {
	padding-right: 30px;
}
h4.underBana  {
	text-align: left;
	clear: both;
	width: 640px;
	padding-top: 45px;
}
