/* -----------------------------------------------------------

CSS Information

 File name:     index.css

 Style Info:     トップページ用スタイル

----------------------------------------------------------- */
div#index{
	margin:0 auto;
	padding:0 10px 10px;
	width:840px;
	_width:860px;
	background:#FFFFFF url(../images/index/index_bg.gif) repeat-y center top;
	text-align:center;
}

div.infomation{
	margin:19px 0 0 17px;
	width:360px;
	float:left;
	display:inline;
	text-align:left;
}

div.infomation h2{
	margin:0 0 10px;
}

div.infomation p{
	line-height:1.8em;
	text-indent: 1em;
}


div.study{
	margin:19px 10px 0 30px;
	width:420px;
	float:right;
	display:inline;
	text-align:left;
}

div.study ul {
	padding:6px 0 0;
	height: 50px;
}

div.study li{
	margin:0 7px 0 0;
	display:inline;
	float:left;
	height: 39px;
}

div.study li.nomarginR {
	margin:0
}

div.study dl dt,
div.study dl dd{
	border-bottom:solid 1px #9DBC9F;
}

div.study dl dt{
	padding:13px 0 0 40px;
	height:32px;
	_height:46px;
}

div.study dl dd{
	padding:9px 0 3px 40px;
	height:38px;
}

div.study .no01{
	background:url(../images/index/01.gif) left 10px no-repeat ;
}

div.study .no02{
	background:url(../images/index/02.gif) left 10px no-repeat ;
}

div.study .no03{
	background:url(../images/index/03.gif) left 10px no-repeat ;
}

div.study .no04{
	background:url(../images/index/04.gif) left 10px no-repeat ;
}

div.study .no05{
	background:url(../images/index/05.gif) left 10px no-repeat ;
}

div.study .no06{
	background:url(../images/index/06.gif) left 10px no-repeat ;
}

div#newsBox{
	margin:0 auto;
	padding-top: 30px;
	width:810px;
	clear: both;
	text-align:left;
}

*html div#newsBox{
	width:810px;
}

* html div#newsBox{
	padding-top: 9px;
}

*:first-child + html div#newsBox{
	padding-top: 7px;
}

div#newsBox dl{
	margin:10px 0 20px;
	padding:13px 24px 0;
	background-color:#FEFFFF;
	border:solid 1px #CEDDCF;
}

div#newsBox dt{
	color:#69B61C;
	font-weight:bold;
}

div#newsBox dd{
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:solid 1px #CCC;
}

div#newsBox dd a{
	color:#FF6C00;
}

div#newsBox dd.last{
	border-bottom:none;
}

