@charset "UTF-8";

/* top
-------------------------------------------------*/
.toppage{
	background-color: #70B439;
}

.toppcon{
	padding-top: 25px;
}

#topwrapper{
	margin:0 auto;
	background-color: #70B439;
	height: auto;
	text-align: center;
	padding-bottom: 200px;
}

/* board
-------------------------------------------------*/
#board{
	margin:0 auto;
	width:900px;
	background-color: #8DD27C;
	height: auto;
}

#topMenu {
	position: relative;    /*通常どおりの位置に配置*/
	z-index: 1;
}

/* FLA
-------------------------------------------------*/
#flashArea{
	position: absolute;
	z-index: 0;
}

#flashContent{
	display:block;
	width:880px;
	height:290px;
	background:url(img/common/topnofla.jpg) no-repeat 0 0;
	margin-right: 10px;
	margin-left: 10px;
}



/* L
-------------------------------------------------*/
#leftNavi{
	float:left;
	width:195px;
}
#lNavio1{
	float:left;
	width:195px;
	background-image: url(img/common/lnavih.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FF5A00;
}

#lNavio2{
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 8px;
}

#lNavio2 h3{
	display: none;
}

#lNavib a{
display:block;
width:180px;
height:36px;
text-indent:-5000px;
}
#lNavib1 a{
background:url(img/common/lnavi.jpg) no-repeat 0 0;
}
#lNavib2 a{
background:url(img/common/lnavi.jpg) no-repeat 0 -36px;
}
#lNavib3 a{
background:url(img/common/lnavi.jpg) no-repeat 0 -72px;
}
#lNavib4 a{
background:url(img/common/lnavi.jpg) no-repeat 0 -108px;
}
#lNavib5 a{
background:url(img/common/lnavi.jpg) no-repeat 0 -144px;
}
#lNavib6 a{
background:url(img/common/lnavi.jpg) no-repeat 0 -180px;
}
#lNavib7 a{
background:url(img/common/lnavi.jpg) no-repeat 0 -216px;
}
#lNavib8 a{
background:url(img/common/lnavi.jpg) no-repeat 0 -252px;
}
#lNavib9 a{
background:url(img/common/lnavi.jpg) no-repeat 0 -288px;
}
#lNavib10 a{
background:url(img/common/lnavi.jpg) no-repeat 0 -324px;
}
#lNavib11 a{
background:url(img/common/lnavi.jpg) no-repeat 0 -360px;
}
#lNavib12 a{
background:url(img/common/lnavi.jpg) no-repeat 0 -396px;
}
#lNavib1 a:hover{background-position:-180px -0px;}
#lNavib2 a:hover{background-position:-180px -36px;}
#lNavib3 a:hover{background-position:-180px -72px;}
#lNavib4 a:hover{background-position:-180px -108px;}
#lNavib5 a:hover{background-position:-180px -144px;}
#lNavib6 a:hover{background-position:-180px -180px;}
#lNavib7 a:hover{background-position:-180px -216px;}
#lNavib8 a:hover{background-position:-180px -252px;}
#lNavib9 a:hover{background-position:-180px -288px;}
#lNavib10 a:hover{background-position:-180px -324px;}
#lNavib11 a:hover{background-position:-180px -360px;}
#lNavib12 a:hover{background-position:-180px -396px;}

#top-lb{
	float:left;
	padding-top: 15px;
}


/* C
-------------------------------------------------*/
#maincont{
	float:left;
	width:325px;
	margin-right: 25px;
	margin-left: 25px;
}

#topc{
	float:left;
	width:325px;
	text-align: left;
	margin-bottom: 30px;
}
/* R
-------------------------------------------------*/
#rightNavi{
	float:right;
	width:325px;
}


#top-b01{
	float:none;
}
#top-b02{
	float:left;
}
#top-b03{
	float:left;
}

#top-b04{
	float:left;
}



/* info
-------------------------------------------------*/

#info {
	width:325px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#infoCon {
	width:325px;
	height:250px;
	overflow:auto;
	float: right;
}

.infoin {
	margin:5px 0 10px 10px;
	width:280px;
	text-align: left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B4EF7E;
}

.infotitle {
	padding:2px 0 2px 10px;
	font-size:10px;
	line-height:160%;
	color:#58a414;
}

.infodata {
	padding:0 0 5px 10px;
	font-size:10px;
	line-height:160%;
}

