@charset "utf-8";
/* ----------------NF---------------- */

img {
vertical-align: bottom;
}

#index {
	width:100%;
	background: url(../img/index_back.jpg) top center no-repeat;
	padding:260px 0px 20px 0px;
	text-align:center;
}
#index:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html #index {
    height: 1em;
    overflow: visible;
}
/**/


#index_exit {
	width:100%;
 	margin:0px auto;
	padding:20px 0px 20px 0px;
	background:#ffffff;
	text-align:center;
}


#index_footer {
	width: 100%;
	height:100px;
	text-align:center;
	background:#B6FFC9 url(../img/index_footer.jpg) top center repeat-x;
	padding:30px 0px 0px 0px;
	font-size:10px;
	line-height:1.5;
}





/* blog */


#index_blog_top {
	width:100%;
	height:20px;
	background:#fda;
}

#index_blog_back {
	width:100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 40px 0px;
	background:#fed;
}


#index_blog {
	width:96%;
	margin: 0px auto;
	padding: 0px 2% 0px 2%;
}

.index_box {
	width:96%;
	margin: 0px 0px 0px 0px;
	padding: 14px 2% 14px 2%;
	border-left:#FFBFBF 1px solid;
	border-right:#FFBFBF 1px solid;
	border-bottom:#FFBFBF 1px solid;
	background:#fff;
}

.index_blog_title {
	width:90%;
    	height: 30px;
	line-height: 30px;
	margin: 0px auto;
	padding: 0px 0px 0px 10%;
	background:url(../img/tit_back.png) top left no-repeat;
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	border-right:#FFBFBF 2px solid;
}
