@charset "utf-8";

/* indexMain
------------------------------------------------*/
#indexMain{
	position:relative;
	border-top:#FFF 1px solid;
}
#indexMain h2{
	text-align:center;
	background:#6eba44 url(../../images/index_main_bg.gif) no-repeat center top;
}
#indexMain #menu{
	padding-bottom:20px;
	background:#FFF url(../../images/menu_bg.gif) no-repeat center top;
}

#indexMenu{
	width:950px;
	margin-bottom:20px;
	background:url(../../images/index_menu_bg.gif) no-repeat 0 40px;
}
#indexMenu:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #indexMenu{
	display:inline-block;
}
*:first-child+html #indexMenu{
	display:inline-block;
}
	
#indexMenu h3{
	text-align:center;
	margin-bottom:15px;
}
#indexMenu ul{
	padding:10px 0;
	margin-left:-48px;
}
#indexMenu li{
	width:274px;
	float:left;
	padding:0 0 10px 58px;
}
* html #indexMenu li{
	width:332px;
}
#indexMenu li p{
	margin:0;
	padding:0;
}
#indexMenu li p.menuBtn{
	padding:0 5px;
}


#contents div.contentsInner{
	padding:0 0 5px 0;
}


/* contents
-----------------------------------------------*/
#main{
	width:650px;
	background:none;
	padding:0;
}


/* news
------------------------------------------------*/
div.newsTtl{
	clear:both;
	position:relative;
	height:30px;
	width:650px;
	margin-bottom:10px;
}
#main div.newsTtl h3{
	margin:0;
}
#main div.newsTtl p.archiveBtn{
	position:absolute;
	right:0;
	bottom:0;
	margin:0;
}
#news{
	padding-top:20px;
	background:url(../../images/news_bg.gif) no-repeat left top;
}


/* bnrArea
-----------------------------------------------*/
#bnrArea{
	float:right;
	width:260px;
	padding-right:8px;
}
* html #bnrArea{
	width:268px;
}

#bnrArea p{
	margin-bottom:15px;
	text-align:center;
}
#blogInfo{
	margin-bottom:15px;
	background:url(../images/lnav_blog_bg.gif) no-repeat left bottom;
}
#blogInfo h4{
	margin:0;
	padding:0;
}
#blogInfo dl{
	padding:8px 10px 8px 45px;
	background:url(../images/icon_bloginfo.gif) no-repeat 8px 10px;
}
#blogInfo dt{
	font-size:90%;
}