@charset "utf-8";

body {  
background:url(../images/bg.jpg) repeat-x;
} 

a{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#666666;
	text-decoration:underline;
}

/*----------class----------*/
.out{
	text-indent:-9999px;
	font-size:1px;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.padB10{
	padding-bottom:10px;
}

/*----------page----------*/
#page{
	width:900px;
	margin:auto;
}
/*------header-----*/
#page #header{
	padding:20px 0 0px 20px;
}

/*------navi------*/
#page #naviBg{
	width:892px;
	height:82px;
	padding:8px 0 0 8px;
	background:url(../images/navi_bg.jpg) left top no-repeat;
	margin-bottom:20px;
}
#page #navi{
	width:824px;
	height:74px;
	padding:0 30px;
	background:#FFFFFF;
}

#page #naviBg #navi li{
	display:block;
	width:150px;
	height:74px;
	float:left;
	text-indent:-9999px;
}
#page #naviBg #navi li a{
	display:block;
	width:150px;
	height:74px;
}

/*-----home-----*/
#page #naviBg #navi #home{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_home_h.gif) left top no-repeat;
	margin-right:19px;
}
#page #naviBg #navi #home a{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_home.gif) left top no-repeat;
}
#page #naviBg #navi #home a:hover{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_home_h.gif) left top no-repeat;
}
#page #naviBg #navi #home .current{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_home_h.gif) left top no-repeat;
}

/*-----about-----*/
#page #naviBg #navi #about{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_about_h.gif) left top no-repeat;
	margin-right:19px;
}
#page #naviBg #navi #about a{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_about.gif) left top no-repeat;
}
#page #naviBg #navi #about a:hover{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_about_h.gif) left top no-repeat;
}
#page #naviBg #navi #about .current{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_about_h.gif) left top no-repeat;
}

/*-----howto-----*/
#page #naviBg #navi #howto{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_howto_h.gif) left top no-repeat;
	margin-right:18px;
}
#page #naviBg #navi #howto a{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_howto.gif) left top no-repeat;
}
#page #naviBg #navi #howto a:hover{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_howto_h.gif) left top no-repeat;
}
#page #naviBg #navi #howto .current{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_howto_h.gif) left top no-repeat;
}

/*-----program-----*/
#page #naviBg #navi #program{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_program_h.gif) left top no-repeat;
	margin-right:18px;
}
#page #naviBg #navi #program a{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_program.gif) left top no-repeat;
}
#page #naviBg #navi #program a:hover{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_program_h.gif) left top no-repeat;
}
#page #naviBg #navi #program .current{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_program_h.gif) left top no-repeat;
}

/*-----contact-----*/
#page #naviBg #navi #contact{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_contact_h.gif) left top no-repeat;
}
#page #naviBg #navi #contact a{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_contact.gif) left top no-repeat;
}
#page #naviBg #navi #contact a:hover{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_contact_h.gif) left top no-repeat;
}
#page #naviBg #navi #contact .current{
	display:block;
	width:150px;
	height:74px;
	background:url(../images/navi_contact_h.gif) left top no-repeat;
}


/*--------mdlCon--------*/
#page #mdlCon{
	background:url(../images/sub_bg.gif) right top repeat-y;
}

#page #mdlCon #mdlL{
	float:left;
	width:590px;
}


/*----------footer----------*/
#page #footer{
	border-top:3px solid #1e1e1e;
	position:relative;
}


#page #footer #toTop{
	display:block;
	width:115px;
	height:30px;
	background:url(../images/to_top_h.gif) left top no-repeat;
	position:absolute;
	left: 775px;
	top: -33px;
}
#page #footer #toTop a{
	display:block;
	width:115px;
	height:30px;
	background:url(../images/to_top.gif) left top no-repeat;
}
#page #footer #toTop a:hover{
	display:block;
	width:115px;
	height:30px;
	background:url(../images/to_top_h.gif) left top no-repeat;
}


#page #footer #footNaviCon #footNavi{
	width:900px;
	padding:20px 0;
}
#page #footer #footNaviCon #footNavi li{
	display:inline;
}
#page #footer #footNaviCon #footNavi #fNavi01{
	float:left;
	font-size:1.5em;
}
#page #footer #footNaviCon #footNavi #fNavi01 li{
	padding-right:25px;
}
#page #footer #footNaviCon #footNavi #fNavi02{
	font-size:1em;
	float:right;
	padding-top:6px;
}
#page #footer #footNaviCon #footNavi #fNavi02 li{
	padding-left:25px;
}

#page #footer #footNaviCon #footNavi li a{
	color:#1e1e1e;
	font-weight:bold;
}
#page #footer #footNaviCon #footNavi li a:hover{
	color:#666666;
	text-decoration:none;
}

#page #footer #copyCon #copy{
	width:900px;
	color:#666666;
	padding:10px 0;
	font-size:0.9em;
}
#page #footer #copyCon #copy a{
	color:#666666;
}

