@charset "utf-8";

/*
Site Name: 
Description: layout
*/

/* base layout
----------------------------------------- */
#container,
#foot_bg,
#top_bg{
	padding: 0;
	margin: 0;
	text-align: center;
}

#home #container{
	background-image: url(../img/css/bg-container.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    min-width:950px;
}

#contents #container{
	background-image: url(../img/css/contents-bg-container.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    min-width:950px;
}

#top_bg{
	background-image: url(../img/css/bg-top.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#foot_bg{
	background-image: url(../img/css/bg-foot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#header{
	width: 950px;
	height: 180px;
	margin: 0 auto;
	text-align: left;
}

#content{
	clear: both;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
	overflow: hidden;
}

#backnumber{
	clear: both;
	width: 950px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
}

#footer{
	clear: both;
	width: 950px;
	height: 100px;
	margin: 5px auto 0;
	padding: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #00B3C4;
	overflow: hidden;
}


#main{
	float: right;
	width: 710px;
	overflow: hidden;
	clear: righr;
}

#sub{
	float: left;
	width: 220px;
	clear: left;
}

/* contents layout
----------------------------------------- */

#home #main #map{
	width: 710px;
	height: 566px;
	padding: 5px 10px 0px 10px;
	_padding: 15px 10px 10px 10px;
	_margin-bottom: 30x;
	clear: both;
	overflow: hidden;
}

#main #main-left,
#main #main-right{
	width: 350px;
	padding-bottom: 10px;
	overflow: hidden;
}

#home #main #main-left/*,
#home #main #main-right*/{
	background-image: url(../img/css/sub_contents_foot.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#contents #main #main-left,
#contents #main #main-right{
	overflow: hidden;
}

#main #main-left{
	float: left;
}

#main #main-right{
	float: right;
}

#main .sub_contents_body{
	margin-top: -30px;
	padding-top: 5px;
	_margin-top: -26px;
	background-image: url(../img/css/sub_contents_body.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#home #main #main-right .sub_contents_body{
	margin-top: -42px;
}

*:first-child+html #main .sub_contents_body{
	padding-top: 5px;
	margin-top: -30px;
}

#main .sub_contents{
	width: 320px;
	height: 310px;
	overflow-y: auto;
	margin: 0 auto;
	_margin-left: 20px;
	scrollbar-3dlight-color: #DDDDDD;
	scrollbar-arrow-color: #666666;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #F6F6F6;
	scrollbar-highlight-color: #F6F6F6;
	scrollbar-shadow-color: #F6F6F6;
	scrollbar-track-color: #F6F6F6;
}

#sub #twitter{
	background-image: url(../img/css/sub_twitter_body.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#sub #twitter #twitter_body{
	width: 200px;
	overflow-y: auto;
	margin: 0 auto;
	_margin-left: 20px;
	scrollbar-3dlight-color: #DDDDDD;
	scrollbar-arrow-color: #666666;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #F6F6F6;
	scrollbar-highlight-color: #F6F6F6;
	scrollbar-shadow-color: #F6F6F6;
	scrollbar-track-color: #F6F6F6;
}

#home #sub #twitter #twitter_body{
	height: 330px;
}

#contents #sub #twitter #twitter_body{
	height: 160px;
}

#contents #main #main_body{
	background-color: #FFF;
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
	_height: auto !important;
}


#contents #main #main_body{
	background-color: #FFF;
	overflow: hidden;
}

#contents #main #map{
	width: 690px;
	height: 546px;
	margin: 0 auto 10px;
	_margin: 0 10px 10px;
	overflow: hidden;
}

#contents #main #main_body .info{
	width: 680px;
	background-color: #F6F5F1;
	overflow: hidden;
	margin: 30px auto 20px;
	padding: 10px 5px;
	clear: both;
	_margin: 40px 0 10px 10px;
}

#contents #sub .guide_body,
#contents #sub .event_body,
#contents #sub .topics_body{
	width: 220px;
	background-color: #FFF;
	overflow: hidden;
	margin-bottom: 20px;
}

#contents #main .photo_box{
	width: 694px;
	overflow: hidden;
	margin: 8px 0 8px 16px;
	clear: both;
}
