@charset"shift_jis";
/* CSS Document */

div#flash {
	padding: 1px 1px 12px;
	background-image: url(../../img/flash_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/* ===== short cut ================================= */

#shortcut {
	width: 171px;
	position: absolute;
	left: 15px;
	top: 230px;
}

/* td#shortcut {
	width: 140px;
	padding-top: 2px;
	border: 1px solid #B6B6B6;
	background-color: #F7F7F7;
	border-bottom: 0px;
}

td#shortcut p#banner {
	margin: 5px 2px;
}

td#shortcut p#banner img { border: 0;} */

td#whats {
	width: 100%;
	border-left: 1px solid #FFFFFF;
	background-image: url(../../img/whats_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 15px;
}

td#more {
	padding: 4px;
}

td#more img {
	margin-right: 10px;
}

/* ===== what's new ================================= */
.date {
	color: #3366CC;
}

td#topics {
	padding: 12px;
	line-height: 110%;
}

td#topics table {
	border-bottom: 1px dotted #B6B6B6;
}

tr.whats_item_line,
tr.whats_item_line td {
	border-bottom: 1px dotted #B6B6B6;
}

tr.whats_item_line_last,
tr.whats_item_line_last td {
	border-bottom: 0 none;
}

#topics_box {
	background: url(../../img/bg_topics_box.gif) left bottom no-repeat;
	width: 574px;
	min-height: 75px;
	_height: 75px;
	margin: 5px 0 10px 10px;
}

#topics_box .topics_box_hd {
	background: url(../../img/bg_topics_box_hd.gif) left top no-repeat;
	width: 574px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
}

#topics_box .txt_box {
	padding: 5px 10px 5px 13px;
}

div#whats_box table {
	border-collapse: collapse;
	empty-cells: show;
	margin: 5px 15px;
}

div#whats_box table td {
	padding: 6px 3px;
}

#whats_box {
	background: url(../../img/bg_whats_box.gif) left bottom no-repeat;
	width: 574px;
	min-height: 75px;
	_height: 75px;
	margin: 5px 0 10px 10px;
	padding-bottom: 15px;
}

#whats_box .whats_box_hd {
	background: url(../../img/bg_whats_box_hd.gif) left top no-repeat;
	width: 574px;
	height: 25px;
	position: relative;
	padding: 5px 0 5px 0;
	text-align: center;
}

.whats_box_hd div#btn_whats {
	position: absolute;
	top: 8px;
	left: 278px;
} 

.whats_box_hd div#btn_news {
	position: absolute;
	top: 8px;
	left: 370px;
} 

.whats_box_hd div#btn_rss {
	position: absolute;
	top: 8px;
	left: 500px;
} 

.whats_box_hd a img {
	border:0;
}

#whats_box .txt_box {
	padding: 5px 10px 5px 13px;
}


#event_box {
	background: url(../../img/bg_event_box.gif) left bottom no-repeat;
	width: 275px;
	min-height: 180px;
	_height: 180px;
	float: left;
	margin: 10px 5px 20px 10px;
}

#event_box .event_box_hd {
	background: url(../../img/bg_event_box_hd.gif) left top no-repeat;
	width: 275px;
	height: 38px;
	padding-top: 5px;
	text-align: center;
}

#event_box .event_box_txt {
	padding: 5px 10px 5px 13px;
}

#event_box .event_box_txt p {
	min-height: 90px;
	_height: 90px;
	margin-top: 5px;
}

.event_box_title {
	width: 260px;
	font-weight: bold;
}

.event_box_date {
	width: 255px;
	text-align: right;
	font-size: 12px;
}

.event_box_bottom {
	float: right;
	padding-bottom: 5px;
}

.event_box_detail {
	text-align: right;
}

.event_box_list {
	text-align: right;
}

#column_box {
	background: url(../../img/bg_column_box.gif) left bottom no-repeat;
	width: 275px;
	min-height: 180px;
	_height: 180px;
	float: right;
	margin: 10px 10px 20px 5px;
}

#column_box .column_box_hd {
	background: url(../../img/bg_column_box_hd.gif) left top no-repeat;
	width: 275px;
	height: 38px;
	padding-top: 5px;
	text-align: center;
}

#column_box .column_box_txt {
	padding: 5px 10px 5px 13px;
}

#column_box .column_box_txt p {
	min-height: 90px;
	_height: 90px;
	margin-top: 5px;
}

.column_box_title {
	width: 260px;
	font-weight: bold;
}

.column_box_date {
	width: 255px;
	text-align: right;
	font-size: 12px;
}

.column_box_bottom {
	float: right;
	padding-bottom: 5px;
}

.column_box_detail {
	text-align: right;
}

.column_box_list {
	text-align: right;
}


/* ===== tab menu ================================= */
div.tabMenu {
	display: block;
	width: 552px;
	position: relative;
	list-style-type: none;
	height: 31px;
}

div.tabMenu ul {
	display: block;
	height: 31px;
	margin: 0;
	position: absolute;
	bottom: -6px;
	padding: 0 0 0 15px;
	line-height: 0;
}
	
div.tabMenu ul li {
	display: inline;
	line-height: 0;
	margin: 0;
	padding: 0px ;
	cursor: pointer;
}

div#tab_page {
	position: relative;
	width: 540px;
	border: 1px #CCC solid;
	margin: 0;
	padding: 0;
	left: 15px;
}

div#tab02 {
	width: 540px;
	border: 1px #CCC solid;
	margin-left: 15px;
	display: none;
}

div#tab03 {
	width: 540px;
	border: 1px #CCC solid;
	margin-left: 15px;
	display: none;
}

div#tab04 {
	width: 540px;
	border: 1px #CCC solid;
	margin-left: 15px;
	display: none;
}

div#tab05 {
	width: 540px;
	border: 1px #CCC solid;
	margin-left: 15px;
	display: none;
}

div#tab06 {
	width: 540px;
	border: 1px #CCC solid;
	margin-left: 15px;
	display: none;
}

