/*　MENU CSS　*/


/* ---------------------------------------------------------------------
	メニューデザイン設定
*/

#menu-header-img {
	background-image: url(../menu/images/menu_header_img.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height:0;
	overflow:hidden;
	display:block;
	padding-top:200px;
	margin-bottom: 25px;
}

#menu-header-cap {
	overflow: hidden;
	width: 558px;
	margin-right: 151px;
	margin-left: 151px;
	height:0;
	background-image: url(../menu/images/menu_header_cap.gif);
	overflow:hidden;
	background-repeat: no-repeat;
	padding-top:46px;
	margin-bottom: 20px;
	text-align: center;
}

#menu-main {
	overflow: hidden;
	width: 800px;
	margin-right: 30px;
	margin-left: 30px;
	text-shadow:1px 1px 1px #dddbd7;
}

#menu-left {
	overflow: hidden;
	width: 350px;
	float: left;
}

#menu-right {
	overflow: hidden;
	width: 350px;
	float: right;
}

h2 {
	color: #F30;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #69F;
	border-left-color: #69F;
	font-size: 16px;
	padding: 5px;
}

#box01 {
	margin-bottom: 35px;
}


#box01 table {
	width: 300px;
	border-spacing: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 25px;
	margin-left: 25px;
}

#box01 table tr.box01_a{
	background-color: #F0F8FF;
}

#box01 table tr.box01_b{
	background-color: #FFF;
}


#box01 table th {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	font-size: 14px;
	color: #222222;
	text-align: left;
	width: 200px;
	padding: 5px;
	font-weight: normal;
}


#box01 table td {
	font-size: 14px;
	color: #222222;
	padding: 5px;
	text-align: right;
}

#comment {
	width: 286px;
	border-spacing: 0;
	margin-bottom: 25px;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 12px;
	color: #09C;
	background-color: #F4F4EA;
	padding: 7px;
	border: 1px solid #09C;
	line-height: 150%;
}

#under_cap {
	overflow: hidden;
	width: 860px;
	text-align: center;
}
