@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	color:#666666;
	text-align:center;
}

h1{
	text-align:right;
	font-size:12px;
	margin-top:12px;
}
h2{
	float:left;
}
h3{
	color:#006699;
	font-size:14px;
	margin-top:10px;
}
p{
	margin:5px;
	font-size:80%;
	line-height:130%;
}
img{
	border:none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#header_frame{
	margin:auto;
	width:800px;
	height:80px;
	background-image:url(../images/header.gif);
}

/**********************/
/* menu */
/**********************/
#menu_frame{
	margin:auto;
	width:800px;
	height:58px;
}
#menu_home, #menu_tourism, #menu_history, #menu_gourmet, #menu_nature, #menu_other{
	height:58px;
	float:left;
	cursor:hand;
}
#menu_home h2, #menu_tourism h2, #menu_history h2, #menu_gourmet h2, #menu_nature h2, #menu_other h2{
	display:none;
}
#menu_home{
	width:129px;
	background-image:url(../images/menu_home.gif);
}
#menu_tourism{
	width:136px;
	background-image:url(../images/menu_tourism.gif);
}
#menu_history{
	width:136px;
	background-image:url(../images/menu_history.gif);
}
#menu_gourmet{
	width:136px;
	background-image:url(../images/menu_gourmet.gif);
}
#menu_nature{
	width:136px;
	background-image:url(../images/menu_nature.gif);
}
#menu_other{
	width:127px;
	background-image:url(../images/menu_other.gif);
}

#active_home, #active_tourism, #active_history, #active_gourmet, #active_nature, #active_other{
	height:58px;
	float:left;
	cursor:hand;
}
#active_home h2, #active_tourism h2, #active_history h2, #active_gourmet h2, #active_nature h2, #active_other h2{
	display:none;
}

#active_home{
	width:129px;
	background-image:url(../images/active_home.gif);
}
#active_tourism{
	width:136px;
	background-image:url(../images/active_tourism.gif);
}
#active_history{
	width:136px;
	background-image:url(../images/active_history.gif);
}
#active_gourmet{
	width:136px;
	background-image:url(../images/active_gourmet.gif);
}
#active_nature{
	width:136px;
	background-image:url(../images/active_nature.gif);
}
#active_other{
	width:127px;
	background-image:url(../images/active_other.gif);
}

#advertise{
	width:800px;
	height:90px;
	text-align:center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/**********************/
/* contents */
/**********************/
#contents_frame{
	margin:auto;
	width:800px;
	text-align:left;
}

#main_frame{
	width:600px;
	float:left;
	margin: auto;
}

#top_movie{
	margin:auto;
	width:600px;
	float:left;
}
#movie{
	width:390px;
	float:left;
}

#movie #movie_header{
	width:390px;
	height:15px;
	background-image:url(../images/movie_header.gif);
	background-repeat:no-repeat;
}
#movie #movie_contents{
	width:390px;
	height:200px;
	background-image:url(../images/movie_contents.gif);
}
#movie #movie_contents object{
	margin-left:10px;
}
#movie #movie_contents object{
	margin-right:4px;
}
#movie #movie_footer{
	width:390px;
	height:15px;
	background-image:url(../images/movie_footer.gif);
	background-repeat:no-repeat;
}

#detail{
	margin-top:10px;
	width:200px;
	height:170px;
	float:right;
}
#detail #detail_header{
	width:200px;
}
#detail #detail_contents{
	width:200px;
	height:165px;
	padding:5px;
	background-color:#FBFBFB;
	font-size:16px;
}

#movie_list{
	width:600px;
}
#movie_list .tourism_item{
	margin:1px;
	width:146px;
	height:258px;
	float:left;
	background-image:url(../images/tourism.jpg);
}
#movie_list .history_item{
	margin:1px;
	width:146px;
	height:258px;
	float:left;
	background-image:url(../images/history.jpg);
}
#movie_list .gourmet_item{
	margin:1px;
	width:146px;
	height:258px;
	float:left;
	background-image:url(../images/gourmet.jpg);
}
#movie_list .nature_item{
	margin:1px;
	width:146px;
	height:258px;
	float:left;
	background-image:url(../images/nature.jpg);
}
#movie_list .other_item{
	margin:1px;
	width:146px;
	height:258px;
	float:left;
	background-image:url(../images/other.jpg);
}
#movie_list .live_item{
	margin:1px;
	width:146px;
	height:258px;
	float:left;
	background-image:url(../images/live.jpg);
}

#movie_list .item_icon{
	margin-top:8px;
	margin-left:60px;
	width:20px;
	float:left;
}
#movie_list .imte_time{
	margin-top:5px;
	margin-right:3px;
	width:100px;
	text-align:right;
	float:right;
}
#movie_list .item_title{
	clear:both;
	text-align:center;
	font-size:14px;
}
#movie_list .item_title a{
	text-decoration:none;
}
#movie_list .item_photo{
	margin-right:2px;
	text-align:center;
}
#movie_list .item_photo img{
	border:1px solid #cccccc;
	padding:3px;
	background-color:#FFFFFF;
}
#movie_list .item_text{
	padding:3px;
	font-size:16px;
}

/**********************/
/* text */
/**********************/
#text{
	clear:both;
	width:595px;
	margin-left:2px;
}
#text #text_header{
	width:595px;
	height:15px;
	background-image:url(../images/text_header.gif);
	background-repeat:no-repeat;
}
#text #text_contents{
	padding:5px 0;
	width:595px;
	background-image:url(../images/text_contents.gif);
}
#text #text_footer{
	width:595px;
	height:15px;
	background-image:url(../images/text_footer.gif);
	background-repeat:no-repeat;
	clear:both;
}

/**********************/
/* sub_text */
/**********************/
#sub_text{
	clear:both;
	width:290px;
	margin-left:2px;
	float:left;
}
#sub_text #text_header{
	width:290px;
	height:20px;
	background-image:url(../images/detail_header.gif);
}
#sub_text #text_contents{
	width:290px;
	background-image:url(../images/detail_contents.gif);
	padding:10px 0;
	font-size:120%;
}
#sub_text #text_footer{
	width:290px;
	height:20px;
	background-image:url(../images/detail_footer.gif);
}

/**********************/
/* side */
/**********************/
#side{
	width:193px;
	float:right;
	text-align:left;
	margin-right:2px;
}

/* news */
#side #news_header{
	width:191px;
	height:80px;
	background-image:url(../images/news_header.jpg);
	background-repeat:no-repeat;
}
#side #news_contents{
	padding:5px 0;
	width:190px;
	background-image:url(../images/news_contents.gif);
}
#side #news_footer{
	width:190px;
	height:15px;
	background-image:url(../images/news_footer.gif);
	background-repeat:no-repeat;
}

/* info */
#side #info_header{
	width:190px;
	height:80px;
	background-image:url(../images/info_header.jpg);
	background-repeat:no-repeat;
}
#side #info_contents{
	padding:5px 0;
	width:190px;
	background-image:url(../images/info_contents.gif);
}
#side #info_footer{
	width:190px;
	height:15px;
	background-image:url(../images/info_footer.gif);
	background-repeat:no-repeat;
}

#category{
	padding:5px 0;
	width:190px;
	
}

/* side */
#side .side_header{
	width:190px;
	height:15px;
	background-image:url(../images/side_header.gif);
	background-repeat:no-repeat;
}
#side .side_contents{
	padding:5px 0;
	width:190px;
	background-image:url(../images/side_contents.gif);
}
#side .side_contents a{
	text-decoration:none;
	color:#006699;
}
#side .side_footer{
	width:190px;
	height:15px;
	background-image:url(../images/side_footer.gif);
	background-repeat:no-repeat;
}

#side_ad{
	width:240px;
	height:240px;
	float:right;
	text-align:left;
}


/**********************/
/* footer_frame */
/**********************/
#footer_frame{
	clear:both;
	margin:0 auto;
	width:800px;
	height:58px;
	background-image:url(../images/footer.gif);
}

/**********************/
/* window */
/**********************/
#window_frame{
	margin:auto;
	width:800px;
	text-align:left;
}
#window_title{
	margin:20px 0 0 0;
	width:800px;
	height:48px;
	background-image:url(../images/window_title.gif);
}
#window_title h2{
	margin:0 0 0 20px;
	line-height:43px;
	color:#666666;
}
#movie_frame{
	width:510px;
	float:left;
}
#movie_frame #window_header{
	width:510px;
	height:20px;
	background-image:url(../images/window_header.gif);
}
#movie_frame #window_contents{
	width:510px;
	background-image:url(../images/window_contents.gif);
	text-align:center;
	padding:5px 0;
}
#movie_frame #window_contents p{
	text-align:left;
}
#movie_frame #window_footer{
	width:510px;
	height:20px;
	background-image:url(../images/window_footer.gif);
}

#movie_frame2 #window_header2{
	width:800px;
	height:20px;
	background-image:url(../images/window_header2.gif);
}
#movie_frame2 #window_contents2{
	width:800px;
	background-image:url(../images/window_contents2.gif);
	text-align:center;
	padding:5px 0;
}
#movie_frame2 #window_contents2 p{
	text-align:left;
}
#movie_frame2 #window_footer2{
	width:800px;
	height:20px;
	background-image:url(../images/window_footer2.gif);
}

#detail_frame{
	width:290px;
	/*height:440px;*/
	float:left;
	margin-left:15px;
}
#detail_frame #window_ad{
	margin-top:10px;
	width:290px;
	height:200px;
	text-align:right;
}
#detail_frame #detail_header{
	width:290px;
	height:20px;
	background-image:url(../images/detail_header.gif);
}
#detail_frame #detail_contents{
	width:290px;
	background-image:url(../images/detail_contents.gif);
	padding:10px 0;
	font-size:120%;
}
#detail_frame #detail_footer{
	width:290px;
	height:20px;
	background-image:url(../images/detail_footer.gif);
}

#window_frame #footer{
	clear:both;
	width:800px;
	height:30px;
	color:#006699;
	text-align:center;
}

/**********************/
/* list_table */
/**********************/
.list_table{
	width:100%;
	margin-bottom:30px;
}
.list_table th{
	width:30%;
	height:30px;
	background-color:#E6F2FF;
}
.list_table td{
	width:70%;
}
/**********************/
/* IE6 IE5.5 */
/**********************/
.ie6_xml{
	margin:5px 5px 5px 15px;
}

