@charset "utf-8";
/* CSS Document */

body{
	border-top:2px solid #030;
	background-color:#DCE9A9;
	min-width:1024px;
	
}

#wrapper {
	width: 100%;
	margin:0 auto;
	padding:5px;
	overflow:hidden;
	background:white;
	background-image:url(../images/body_bg.gif);
	
}


/*ヘッダー*/

#header{
	width:100%;
	margin:0 auto;
	padding:5px;
	overflow:hidden;
	background:white;
	background-image:url(../images/body_bg.gif);

}

#headerContainer{
	width:1024px;
	margin:0 auto;
}

#headerArea{
	width:281px;
	float:left;
}

#headerNav{
	float:right;
	overflow:hidden;
}

#headerNav .etcNav{
	margin-bottom:10px;
	overflow:hidden;

}

#headerNav .etcNav li{
	float:left;
	display:inline;
	margin-right:5px;
	font-size:small;
	border-right:1px solid #999;
	padding-right:5px;
	font-weight:bold;
}

#headerNav .etcNav li.last{
	border:none;
}

#headerNav .entrance{
	clear:both;
}

#headerNav .entrance li{
	float:left;
	display:inline;
}

#headerNav .entrance .e1 a{
	margin-right:10px;	
}



/*メインイメージ*/
#mainImage{
	width:1024px;
	margin:0 auto;
	z-index:0;
	position:relative;
}

/*パンくず*/
#breadCrumbs{
	width:1024px;
	margin:0 auto;
	overflow:hidden;
	font-size:small;
	padding-top:10px;

}

#breadCrumbs ul{
	float:right;
}

#breadCrumbs ul li{
	background:url(../images/breadcrumbs-icon.gif)  0px 7px no-repeat;
	text-indent:1em;
	float:left;
	margin-right:10px;
}

#breadCrumbs ul li.first{
	background:none;
}

#breadCrumbs ul li.last{
	margin:0;
}

/*コンテナ*/
#container{
	overflow:hidden;
	width:100%;
}

#containerInner{
	width:1024px;
	margin:0 auto;

}

/*aside*/
#aside{
	width:250px;
	margin:0px 0 0 10px;
	float:left;
	overflow:hidden;
}

/*mainContents*/

#mainContents{
	float:right;
	width:724px;
	overflow:hidden;
	margin:20px 10px 0px 0px;
}

/*フッター*/
#footer{
	width:100%;
	background:#DCE9A9;
	border-top:1px solid #033;
	padding:20px 0px
}

#footerArea{
	width:1024px;
	margin:0 auto 0px auto;
	overflow:hidden;
}

#admin{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
}

#footer dl{
	overflow:hidden;
}

#footer dl dt,#footer dl dd{
	float:left;
	margin-right:5px;
}



#footerArea .footerAreaLeft{
	float:left;
	margin-top:10px;
	
}

#footerArea .footerAreaLeft h5{
	font-size:small;
	font-weight:bold;
}

#footerArea .footerAreaLeft ul{
	overflow:hidden;
}


#footerArea .footerAreaLeft ul li{
	font-size:x-small;
	float:left;
	margin-right:5px;

}

#footerArea .footerAreaRight{
	float:right;

}

#footerArea .footerAreaRight ul{
	overflow:hidden;
	margin-bottom:40px;
}

#footerArea .footerAreaRight ul li{
	float:left;
	margin-right:10px;
	font-size:small;
	font-weight:bold;
	margin-top:20px;
	border-right:1px solid #999;
	padding-right:10px;
}

#footerArea .footerAreaRight ul li.first{
	border-left:1px solid #999;
	padding-left:10px;
}

/*toTop*/

.toTop{
	width:100%;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
}

.toTop a{
	float:right;
	height:15px;
	width:94px;
	display:block;
	text-indent:-9999px;
	outline:none;
	background:url(../images/backtotop.gif) no-repeat;
}

.nobd{
	border:none;
}