@charset "utf-8";



/*///////////////////////////////// Memo Bar ////*/



/*/////////////////////////////////////////////////////////////////////////////////////////////

	common

/////////////////////////////////////////////////////////////////////////////////////////////*/

body{
	background:url(../../share/images/bg_head.jpg) left top repeat-x #FAF9F4;
}

div#header #description{
	position:absolute;
	top:10px;
	left:300px;
	height:21px;
	width:515px;
	text-align:right;
	overflow:hidden;
}

div#header{
	position:relative;
	height:382px;
	}
	div#header div#globalNav{
	position:absolute;
	top:392px;
	left:33px;
	width:240px;
	height:531px;
	padding:0 0 0 7px;
	overflow:hidden;
	/*background:url(../../share/images/bg_gn.gif) no-repeat left 1px;*/
	}
	div#header div#globalNav ul{
	margin:18px 0px 15px;
	}
	div#header div#globalNav ul li{
	float:left;
	display:inline;
	margin:0 5px;
	}
	div#header div#globalNav ul li a{
	outline:none;
	}
	#gn1{
	background:url(../../share/images/gn/gn1_on.png) no-repeat;
	}
	#gn2{
	background:url(../../share/images/gn/gn2_on.png) no-repeat;
	}
	#gn3{
	background:url(../../share/images/gn/gn3_on.png) no-repeat;
	}
	#gn4{
	background:url(../../share/images/gn/gn4_on.png) no-repeat;
	}
	#gn5{
	background:url(../../share/images/gn/gn5_on.png) no-repeat;
	}
	#gn6{
	background:url(../../share/images/gn/gn6_on.png) no-repeat;
	}
	*html #gn1{
	background:none;
	}
	*html #gn2{
	background:none;
	}
	*html #gn3{
	background:none;
	}
	*html #gn4{
	background:none;
	}
	*html #gn5{
	background:none;
	}
	*html #gn6{
	background:none;
	}

#contentTop{
	margin:43px 0 0;
}

div#footer{
	/*margin-top:-150px;*/
	margin-top:-10px;
	/*margin-top:-50px;
	/margin-top:50px;*/
	}





/*/////////////////////////////////////////////////////////////////////////////////////////////

	PageContent

/////////////////////////////////////////////////////////////////////////////////////////////*/

div#contentRight{
	width:651px;
	float:right;
	margin-top:-339px;
	background:url(../images/bg_info.jpg) repeat-x bottom right;
}

div#pageContent{
	margin-top:25px;
	}
	div#pageContent h2{
	margin-bottom:10px;
	padding:0;
	background:none;
	}
#flashArea{
	margin-left:-13px;
	width:661px;
	height:335px;
	}
	
#news1{
	width:315px;
	float:left;
	}
	/*#news dl{
	background:url(../images/bg_info.jpg) no-repeat bottom right;
	height:300px;
	display:block;
	}
*/	#news1 dl dt{
	font-weight:bold;
	padding:0.7em 0 0 0;
	}
	#news1 dl dd{
	background:url(../../share/images/dotsline.gif) repeat-x bottom;
	padding:0 0 0.7em 0;
	}
	#news1 p{
	text-align:right;
	margin:1em 0;
	}
#event1{
	width:315px;
	float:right;
	margin-right:5px;
	}
	/*#event dl{
	height:300px;
	display:block;
	background:url(../images/bg_info.jpg) no-repeat bottom right;
	}*/
	#event1 dl dt{
	font-weight:bold;
	padding:0.7em 0 0 0;
	}
	#event1 dl dd{
	background:url(../../share/images/dotsline.gif) repeat-x bottom;
	padding:0 0 0.7em 0;
	}
	#event1 p{
	text-align:right;
	margin:1em 0;
	}


div#contentLeft{
	background:url(../../share/images/bg_side2.gif) no-repeat left 0;
	/*height:590px;*/
}

.notice02 {
  color:#3e4a64;
		padding:0 10px 10px;
		}
		.notice02 strong {
		  font-weight:bold;
				}
		.notice02 br {
		  letter-spacing:0;
				}
		
