@charset "utf-8";

/* info */
#info {
	overflow:auto;
	width: 100%;
	background: #FAFAFA;
}

#info_left {
	float: left;
	width: 330px;
	padding: 0px 10px 10px 20px;
}

#info_right {
	float: right;
	padding: 0px 20px 8px 0px;
}

/* info_cb01-bt */
a.info_bt01 {
	display:block;
	width:250px;
	height:62px;
	background:url(../images/index/c_b01_on.gif) no-repeat 0 0
}

a.info_bt01:hover {
	background-color: #FFF/*IE6*/;
}

a.info_bt01:hover img {
	visibility:hidden;
}

/* info_cb02-bt */
img {
	border:none;
}

a.info_bt02 {
	display:block;
	width:250px;
	height:62px;
	background:url(../images/index/c_b02_on.gif) no-repeat 0 0
}

a.info_bt02:hover {
	background-color: #FFF/*IE6*/;
}

a.info_bt02:hover img {
	visibility:hidden;
}

/* tab_navi */
#tab_navi {
	overflow:auto;
	width: 100%;
	border-bottom: 5px solid #333;
}

#tab_navi li {
	float:left;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
}

#tab_navi li a {
	display:block;
	width:85px;
	height:31px;
	line-height:31px;
	color: #FFF;
	cursor:pointer;
	background: #ccc url(../images/index/t_n01_bg_01.gif) no-repeat 0 0;
	text-decoration:none;
}

#tab_navi li a:hover {
	background:  url(../images/index/t_n01_bg_02.gif) no-repeat 0 0px;
}

 #tab_navi li a:active {
	background:  url(../images/index/t_n01_bg_02.gif) no-repeat 0 0px;
}

#tab_navi li a:focus {
	background: #666 url(../images/index/t_n01_bg_02.gif) no-repeat 0 0px;
}

#tab_navi li.select {
	background: url(../images/index/t_n02_bg.gif) no-repeat left top;
	width:85px;
	height:31px;
	line-height:31px;
}

/* index_box */


#index_box_ti {
	overflow:auto;
	width: 100%;
	margin: 10px 0px 10px 0px;	
}

#index_box_ti_l {
	float:left
}

#index_box_ti_r {
	float:right;
	vertical-align: bottom;
}

/* Direction susumu _box */
.direction_box_ti {
	line-height:20px;
	overflow:auto;
	width: 100%;
}

.direction_box_ti_l {
	float:left
}

.direction_box_ti_r {
	float:right;
	vertical-align: bottom;
}

/* news_title */
.top_title {
  border-bottom: 4px solid #333;
  padding-left: 0.8em;
  margin-bottom: 8px;
}
.top_title a:link,
.top_title a:visited {
  color:#666;
  text-decoration:none;
  font-size:16px;
  font-weight:bold;
  line-height: 1.5;
}
.top_title a:hover,
.top_title a:active {
  color:#F60;
  text-decoration:none;
  font-size:16px;
  font-weight:bold;
  line-height: 1.5;
}

/* hot */
.hot_header {
  background: transparent url(/images/index/hot_header.gif) no-repeat 0px 0px;
}
.hot_body {
  background: transparent url(/images/index/hot_body.gif) repeat-y 0px 0px;
}
.hot_footer {
  background: transparent url(/images/index/hot_footer.gif) no-repeat 0px 0px;
  margin-bottom: 1em;
}
.hot_header .c {
  width:240px;
  height:24px;
}
.hot_body .c {
  width:224px;
  padding:0 8px;
  overflow:hidden;
}
.hot_footer .c {
  width:240px;
  height:8px;
}
.hot_body_left {
  float:left;
  padding:2px;
}
.hot_body_right {
  float:left;
  width:130px;
  padding:4px;
  overflow:hidden;
}

/* news alert */
.news_alert {
  color: #f00;
  font-size: 10px;
  font-weight: bold;
}

table.pickup, table.pop_video{
	margin: 5px auto 5px;
	text-align: center;
	border-width: 0;
}

td.pickup, td.pop_video{
	padding: 0;
	margin: 0;
	width: 144px;
	vertical-align: top;
}

div.pickup_thumb, div.pop_video_thumb{
	margin: 2px 0;
}

img.pop_video_thumb{
	border:solid 1px #000000;
}

