@charset "Shift-JIS";

/* -------------------------------------------------------- CSS Information 
Lust up date:   2010.12.23 
Style Info:     
------------------------------------------------------------------------ */ 

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);

/*TitleBar*/
 .menutitle {
	padding: 5px 0px 5px 10px;
	border-left: 5px solid #900;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	clear: both;
}
/*MenuNavi*/
ul#menunavi {
	width: 700px;
	list-style-type: none;
	position: relative;
	clear: both;
	height: 70px;
}
ul#menunavi li {
	float: left;
	list-style-type: none;
}
/*table*/
.menutable01, .menutable02, .menutable03 {
	margin-bottom: 50px;
}
.menutable01 {
	width: 520px;
}
.menutable02 {
	width: 330px;
}
.menutable03 {
	width: 698px;
}
.menutable01 th, .menutable01 td, .menutable02 th, .menutable02 td, .menutable03 th, .menutable03 td {
	padding: 10px 8px;
	border-top: 1px dashed #80422F;
}
.menutable01 th, .menutable02 th, .menutable03 th {
	text-align: left;
	font-weight: normal;
}
.menutable01 td, .menutable02 td, .menutable03 td {
	text-align: right;
	font-weight: bold;
	color: #F60;
}