@charset "euc-jp";

/*--------------------------------------
  template
---------------------------------------*/
#contentsArea{
	position: relative;
	width:920px;
	margin: 0;
	padding:0 0 20px 10px;
	overflow: hidden;
	clear: both;
	
}

/* contents */
#contents{
	width:740px;
	margin: 0;
	padding:0;
	float: left;
}
#page-title{
	margin: 0 0 10px;
	padding:0;
}

/* localMenu */
#localMenuArea{
	width:160px;
	margin: 0;
	padding:0;
	float: right;
}
#localMenuTop{
	height:74px;
}
.localMenu{
	margin: 0 0 10px;
	background: url(../img/template/bg_menu_btm.gif) no-repeat left bottom;
}
.localMenu ul{
	margin: 0;
	padding:5px 0 5px 1px;
	background: url(../img/template/bg_menu_top.gif) no-repeat left top;
	list-style:none;
}
*+html .localMenu ul{
	padding-bottom: 4px;
}
.localMenu li{
	border-bottom: solid 4px #e4e4e4;
	border-left: solid 4px #e4e4e4;
}
*+html .localMenu li{
	padding-bottom:3px;
	border-bottom: none;
	border-left: solid 4px #e4e4e4;
	background: url(../img/template/bg_localmenu_btmline.gif) repeat-x left bottom;
}
.localMenu li.last{
	border-bottom: none;
	background: none;
}
*+html .localMenu li.last{
	padding-bottom:0;
}
.localMenu li a{
	display: block;
	width:150px;
	height:32px;
	background: url(../img/template/bg_menu_def.gif) no-repeat right bottom;
	font-size: 10px;
	overflow: hidden;
}
.localMenu li a:hover{
	background-color:#e7f7f1;
}
.localMenu li a.act{
	display: block;
	background-color: #e7f7f1;
	background-image: none;
}
.localMenu li.tall a{
	height:42px;
}
.localMenu li a.btnContest{
	height:43px;
}
.localMenu ul.sub{
	display: none;
	margin: 0;
	padding:13px 0 0;
	background: url(../img/template/bg_menu_act.gif) no-repeat center top;
	list-style:none;
}
.localMenu ul.sub li{
	width:137px;
	margin: 0;
	padding: 0 0 13px 13px;
	border: none;
}
*+html .localMenu ul.sub li{
	background: none;
}
.localMenu ul.sub li a{
	width:116px;
	height: auto;
	padding:0 0 0 6px;
	background: none;
	border-left: solid 4px #a7cfbf;
	color:#595858;
ĦĦtext-decoration: none;
ĦĦoutline: 0;
}
.localMenu ul.sub li a.act:link,
.localMenu ul.sub li a.act:visited{
	color:#595858;
	text-decoration: none;
	outline: 0;
}
.localMenu ul.sub li a.act:hover,
.localMenu ul.sub li a.act:active{
	color:#595858;
	text-decoration: none;
	background-color: #e3e4e4;
}
.localMenu ul.sub li a.act:active{
	outline: dotted 1px #333;
}
.localMenu ul.sub li a.act:focus{
	outline: 0;
}


#linkMenu{
	height: 128px;
	background: url(../img/template/bg_menu_btm.gif) no-repeat left bottom;
}

#linkMenu ul{
	margin: 0;
	padding:20px 0 0;
	background: url(../img/template/bg_menu_top.gif) no-repeat left top;
	list-style:none;
}
#linkMenu ul li{
	height: 22px;
	margin: 0;
	padding:0 0 0 15px;
	overflow: hidden;
}
#linkBnnr{
	margin: 0;
	padding:10px 0 0;
}
#linkBnnr ul{
	margin: 0;
	padding:0;
	list-style:none;
}
#linkBnnr  li{
	height:45px;
	overflow: hidden;
}
#linkBnnr li#twitter-btn{
	height:41px;
	overflow: hidden;
}


#pagetop{
	clear: both;
	width: 740px;
	height: 26px;
	text-align: right;
}
#pagetop a img{
	margin:17px 5px 0 0; 
}

#footer #footer_menu,
#footer #Copyright{
	width:930px;
}

/*--------------------------------------
  clear
---------------------------------------*/

.clrfx,
#contentsArea{
	min-height:1%;
}
.clrfx:after,
#contentsArea:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}
* html .clrfx,
* html #contentsArea{/* for IE */
	/*\*/height:1%;/* for WinIE */
	display:inline-table;/* for MacIE */
}
body*.clrfx:after,
body*#contentsArea:after{
	content:".";
}