@charset "shift_jis";
/* CSS Document */

div#main_f {
	width: 758px;
	padding-top: 20px;
	background-image: none;
	background-color: #FEFEFE;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

div#main_f p#topImg {
	border-bottom: 1px solid #CCCCCC;
}

div#leftBox {
	width: 532px;
	float: left;
	margin-top: 2px;
	position: absolute;
	background-image: url(../img/bg_whats.gif);
	background-repeat: repeat-x;
}

div#leftBox p#whatsTitle {
	margin: 9px 0px 0px 7px;
}

div#rightBox {
	width: 221px;
	float: right;
	margin-top: 2px;
	margin-right: 1px;
	border-left: 3px double #BABAC5;
}

div#main_f div#menu {
	padding-left: 340px;
}

/* ====== TAB ====================================== */
.TabbedPanels {
	margin-top: -10px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	width: 300px;
	margin-left: 226px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	width: 100px;
	height: 19px;
	background-image: url(../img/tab_normal.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	color: #0D427E;
}

.TabbedPanelsTabSelected {
	color: #0D427E;
	background-image: url(../img/tab_select.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #FFFFFF;
	border-top: 1px solid #BABAC5;
}

.TabbedPanelsContent {
	padding: 15px;
}

/* ===== NEWS =========================================== */
table#news {
	margin-bottom: 10px;
}

table#news td {
	text-align: left;
	vertical-align: top;
	padding: 2px 3px 2px;
	background-image: url(../img/whats_border.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

table#news td.icon {
	padding-top: 6px;
	text-align: center;
}

p#listLink {
	text-align: right;
}

p#listLink a {
	padding-left: 10px;
	background-image: url(../img/whats_arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}