@charset "UTF-8";

/*　main layout　*/
/*　========================　*/
html {
	height: 100%;
	text-align: center;
}

body{
	margin: 0px auto;
	padding: 0px;
	font-size: 14px;
	line-height: 160%;
	background: #eae8e1;
}


div, ul, ol, li, dl, dt, dd, h1, h2, p {
	margin: 0px;
	padding: 0px;
}

img{
	border-style: none;
}

a{
	outline: none;
}


/* main layout */
/*　========================　*/
#t-wrapper{
	background: url(images/back.jpg) repeat-x #ffffff;
}

#wrapper{
	background: url(images/page-back.jpg) repeat-x #ffffff;
}

#main{
	width: 760px;
	margin: 10px auto 0px;
	overflow: auto;
}


#menu{
	width: 760px;
	height: 52px;
	margin: auto;
	padding: 48px 0px 0px 2px;
}

#menu ul{
	list-style: none;
}

#menu ul li{
	float: left;
	height: 52px;
}

#menu li a{
	display: block;
	width: 134px;
}

#menu li a:hover{
	background-color: transparent;
}

#menu li a:hover img{
	visibility: hidden;
}

.to-top{
	background: url(images/top02.jpg) no-repeat;
}

.to-cable{
	background: url(images/cable02.jpg) no-repeat;
}

.to-net{
	background: url(images/internet02.jpg) no-repeat;
}

.to-about{
	background: url(images/about02.jpg) no-repeat;
}



/* top layout */
/*　========================　*/
#top-header{
	width: 760px;
	height: 242px;
	margin: auto;
	background: url(images/top-header.jpg) no-repeat;
}

#top-contents{
	float: left;
	width: 490px;
}

#top-side{
	float: right;
	width: 250px;
}

#topics{
	height: 140px;
	width: 100%;
	margin: 14px auto;
	padding-left: 4px;
	text-align: left;
	font-size: 12px;
	border: 1px solid #999999;
	overflow: auto;
}

#topics dt{
	float: left;
	width: 150px;
	background: url(images/point.jpg) no-repeat left center;
	padding-left: 20px;
	clear: both;
}

#topics img{
	margin-left: 4px;
	vertical-align: middle;
}

#topics dd{
	margin: 4px 0px 8px 176px;
}

#topban3{
	width: 510px;
	margin: 0px -20px 6px 0px;
	height: 150px;
	overflow: hidden;
	_zoom: 1;
}

#topban3 li{
	float: left;
	list-style: none;
	margin: 14px 20px 0px 0px;
}

#topban2{
	width: 500px;
	margin: 0px -10px 0px 0px;
	overflow: hidden;
	_zoom: 1;
}

#topban2 li{
	float: left;
	list-style: none;
	margin: 0px 10px 0px 0px;
}


#topmovie{
	background:url(images/top-movie02.jpg) no-repeat;
	width: 250px;
}

#topmovie a{
	display: block;
	margin: 0px;
}

#topmovie a:hover img{
	visibility: hidden;
}

#topmovie-com{
	width: 240px;
	margin: auto;
	text-align: left;
	font-size: 12px;
	line-height: 140%;
}

#cm-ban ul{
	list-style: none;
	margin-top: 12px;
}

#cm-ban li{
	margin: 8px auto;
}



/* 2column layout */
/*　========================　*/
#l-column2{
	width: 200px;
	background-color: #99FF99;
	float: left;
}

#r-column2{
	width: 560px;
	background-color:#FFFF99;
	float: left;
}

#l-contents{
	width: 180px;
	background-color: #CC9900;
}


/* footer layout */
/*　========================　*/
#footer{
	clear: both;
	background:url(images/footer.jpg) repeat-x;
	height: 50px;
}

#copyright{
	width: 760px;
	height: 50px;
	margin: auto;
	padding-top: 12px;
	background: url(images/copyright.jpg) no-repeat;
	font-size: 13px;
	line-height: 100%;
}

.submenu{
	_zoom:1;
	overflow: hidden;
	text-align: left;

}

.submenu li{
	margin-left: -1px;
	padding: 10px;
	border-left: 1px solid #666666;
	display: inline;
}



/* default link */
/*　========================　*/
a{
	color: #336699;
	text-decoration: none;
}

a:visited{
	color: #336699;
}

a:hover{
	color: #999966;
	text-decoration:underline;
}
