@charset "utf-8";

/*　メニュー
------------------------------------------------------------ */



#main {
    background: url(../common/images/menu_mainbg.jpg) right top no-repeat;
}

#tx_main {
    height: 480px;
	_height: 500px;
	overflow: auto;
	scrollbar-base-color: #222222;
}

#topics {
    width: 960px;
	_width: 1000px;
	height: 125px;
	_height: 190px;
	padding: 55px 20px 10px 20px;
	color: #FFF;
	font-size: 0.9em;
	background: url(../common/images/topics.jpg) left top no-repeat;
	clear: both;
}

.box_topics {
    width: 600px;
	float: left;
}

.box_topics p {
    margin-bottom: 8px;
	border-bottom: 1px dotted #FFF;
}

.box_topics span {
    padding-right: 8px;
}

.box_bnr {
    width: 300px;
	float: right;
}

#leftbox {
    width: 410px;
	_width: 430px;
	padding-left: 20px;
	float: left;
}

#rightbox {
    width: 410px;
	float: right;
}

dt {
    width: 190px;
	_width: 240px;
	padding-left: 50px;
	float: left;
	clear: both;	
}

dd {
    width: 120px;
	_width: 170px;
	float: right;
	padding-right: 50px;
	text-align: right;
	_clear: both;
}

#futako_menu,
#main_menu {
	width: 370px;
	_width: 760px;
	height: 40px;
	padding: 0 0 20px 460px;
}

#futako_menu ul,
#main_menu ul {
	display: block;
	width: 370px;
	height: 40px;
}	

#futako_menu li,
#main_menu li {
	text-indent: -9999em;
}

#futako_menu a {
	text-decoration: none;
	display: block;
	width: 370px;
	height: 40px;
	overflow: hidden;
	background: url(../common/images/futako_menu.jpg) left top;
}
#main_menu a {
	text-decoration: none;
	display: block;
	width: 370px;
	height: 40px;
	overflow: hidden;
	background: url(../common/images/main_menu.jpg) left top;
}

#futako_menu a:hover,
#main_menu a:hover {
    background-position: 0px -40px;
}

.box_01 {
    width: 820px;
	margin-left: 20px;
	border: 1px solid #999900;
	text-align: center;
	padding: 5px 0;
	clear: both;
}