@charset "UTF-8";

#main{
	width:800px;
}

#page #main #navi ul{
	float:left;
	padding:35px 0 0 30px;;
}

#page #main #navi li{
	float:left;
	margin:20px;
	display: inline;
	list-style-type: none;
}

#page #main #navi #anim  a{
	display:block;
	width:98px;
	height:17px;
	background:url(../img/btn_anim.gif) left top no-repeat;
}
#page #main #navi #anim a:hover{
	background:url(../img/btn_anim_h.gif) left top no-repeat;
}
#page #main #navi #anim .current{
	background:url(../img/btn_anim_h.gif) left top no-repeat;
}

#page #main #navi #contribution a{
	display:block;
	width:119px;
	height:17px;
	background:url(../img/btn_contribution.gif) left top no-repeat;
}
#page #main #navi #contribution a:hover{
	background:url(../img/btn_contribution_h.gif) left top no-repeat;
}
#page #main #navi #contribution .current{
	background:url(../img/btn_contribution_h.gif) left top no-repeat;
}

#page #main #navi #contribute a{
	display:block;
	width:66px;
	height:17px;
	background:url(../img/btn_contribute.gif) left top no-repeat;
}
#page #main #navi #contribute a:hover{
	background:url(../img/btn_contribute_h.gif) left top no-repeat;
}
#page #main #navi #contribute .current{
	background:url(../img/btn_contribute_h.gif) left top no-repeat;
}

#page #main #mainCon h2{
	padding:10px;
	border-bottom:#999999 solid 1px;
}

