@charset "UTF-8";
/* CSS Document */
@import url(../common/css/reset.css);
body {
	font-size:12px;
	color:#FFF;
	line-height:1.6;
	background: url(../common/img/body_bg.jpg) repeat;
}
#wrapper{
	background: url(../common/img/contents_bg.jpg) repeat-y;
	width: 1000px;
	margin: 0 auto;
	padding: 0 22px;
}
#flashOuter {
	height:515px;
}
/* header
---------------------------------------------------- */
#header{	
	background-image: url(../common/img/header_bg.jpg);
	width: 1000px;
	height: 134px;
	color: #404040;
	position: relative;
}
#header a{
	color: #404040;
	text-decoration: none;
}
#header a:hover{
	text-decoration: underline;
}
#page_body{
	width: 854px;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 20px;
}
#sub_link{
	text-align: right;
	padding-top: 8px;
	padding-right: 25px;
}
#logo{
	position: absolute;
	left: 3px;
	top: 39px;
}
#header_txt1{
	position: absolute;
	right: 142px;
	top: 40px;
}
#header_bt1{
	position: absolute;
	right: 179px;
	top: 56px;
}
#header_bt2{
	position: absolute;
	right: 82px;
	top: 56px;
}

/* topicPath
---------------------------------------------------- */
#topicpath{
	position: absolute;
	top: 112px;
	left: 79px;
	color: #FFFFFF;
}
#topicpath li{
	display: inline;
}
#topicpath a{
	text-decoration: none;
	color: #FFFFFF;
}
#topicpath a:hover{
	text-decoration: underline;
}
li.lower{
	background: url(../common/img/topicpath_icon002.jpg) no-repeat;
	padding-left: 15px;
}


/* contents
---------------------------------------------------- */
#contents{
	width: 566px;
	padding: 7px;
	background-color: #313131;
	float: left;
	margin-right: 6px;
}

.pagetop{
	text-align: right;
	margin: 10px 20px 10px 0px;
}
.pagetop a{
	text-decoration: none;
	color: #FFFFFF;
}
.pagetop a:hover{
	text-decoration: underline;
}
#news{
	margin-left: 20px;
	width: 515px;
	margin-bottom: 20px;
}
	#news dt{
		border-bottom: 1px dotted #FFFFFF;
		background: url(../img/index/icon001.jpg)  no-repeat;
		padding-left: 10px;
		background-position: 0px 3px;
	}
	#news dd{
		padding-left: 185px;
	}
#event{
	margin-left: 20px;
	width: 515px;
	margin-bottom: 20px;
}
	#event dt{
		border-bottom: 1px dotted #FFFFFF;
		background: url(../img/index/icon001.jpg)  no-repeat;
		padding-left: 10px;
		background-position: 0px 3px;
	}
	#event dd{
		padding-left: 185px;
	}

h2{
	margin-bottom: 10px;
}
.day{
	width: 175px;
	float: left;
}
#flashBox{
	height: 515px;
	width: 1000px;
}	













/* globalNavi
---------------------------------------------------- */
#gnavi{
	background: url(../common/img/line.jpg) no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#gnavi li{
	float: left;
}
/* sidebar
---------------------------------------------------- */
#sidebar{
	width: 268px;
	float: left;
}

#bt1{
	margin-left: 253px;
	margin-bottom: 23px;
}
#r_navi{
	margin-bottom: 80px;
}
#bunner li{
	margin-bottom: 5px;
}

/* footer
---------------------------------------------------- */


#copyright{
	clear: both;
	background-color: #FFFFFF;
	color: #595959;
	 font-size: 11px;
	 text-align: center;
}

/* clearfix
---------------------------------------------------- */
#page_body:after , #gnavi ul:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#page_body , #gnavi ul{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html #page_body , * html #gnavi ul{
	height: 1%;
}
#page_body , #gnavi ul{
	display: block;
}
/* End hide from IE-mac */
