@charset "utf-8";
/* CSS Document */

@import url("/css/common.css");
@import url("/css/font.css");
@import url("/css/header.css");
@import url("/css/navi.css");
@import url("/css/main.css");
@import url("/css/footer.css");

#navi01 a {
	background: url(/image/common/navi01.jpg) 0px -76px;
}

h2 {
	height: 200px;
}

.box_menu01 {
	margin-bottom: 20px;
	padding-top: 2px;
	background-image: url(/image/common/line01.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
 
.box_menu02_l {
	float: left;
	width: 620px;
}
.box_menu02_r {
	float: right;
	width: 260px;
	margin-bottom: 20px;
}
.box_menu02_r img.img_menu01 {
	margin-bottom: 10px;
}

.txt_menu01 {
	font-weight: bold;
	text-align: right;
}

.li_menu01 {
/*	width: 900px;*/
	padding-left: 5px;
	padding-bottom: 2px;
	background-image: url(/image/common/line01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 85%;
}
.li_menu01 li {
	display: inline;
	height: 24px;
	width: 225px;
	vertical-align: middle;
}
* html .li_menu01 li {  /* IE6 */
	width: 223px;
	vertical-align: middle;
}
.li_menu01 a {
	display: inline-block;
	width: 201px;
	background-image: url(/image/common/li_common01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 19px;
}
.li_menu01 a:hover {
	background-image: url(/image/common/li_common01_on.jpg);
}
* html .li_menu01 a {  /* IE6 */
	width: 223px;
	padding-left: 19px;
	text-indent: 0px;
	overflow: visible;
}


.tbl_menu01 {
	width: auto;
	border-top: 1px solid #CC7A3E;
	border-bottom: 1px solid #FFB883;
	line-height: 1.2em;
}
.tbl_menu02 {
	width: auto;
	margin-bottom: 20px;
	border-top: 1px solid #CC7A3E;
	border-bottom: 1px solid #FFB883;
	line-height: 1.2em;
}
* html .tbl_menu01, * html .tbl_menu02 {  /* IE6 */
    font-size: 100%;
}

.tbl_menu01 th, .tbl_menu02 th {
	width: 460px;
	padding: 5px;
	border-bottom: 1px solid #CC7A3E;
	border-top: 1px solid #FFB883;
	text-align: left;
	font-weight: normal;
}
.tbl_menu01 td, .tbl_menu02 td {
	width: 139px;
	padding: 5px;
	border-bottom: 1px solid #CC7A3E;
	border-top: 1px solid #FFB883;
	border-left: 1px dashed #CC7A3E;
	text-align: left;
	font-weight: normal;
}

.tbl_menu01 th.th_menu01_1, .tbl_menu02 th.th_menu01_1 {
	border-bottom: 1px dashed #CC7A3E;
}
.tbl_menu01 th.th_menu01_2, .tbl_menu02 th.th_menu01_2 {
	border-top: none;
	border-bottom: 1px dashed #CC7A3E;
	text-indent: 1em;
}
.tbl_menu01 th.th_menu01_3, .tbl_menu02 th.th_menu01_3 {
	border-top: none;
	text-indent: 1em;
}

.tbl_menu01 td.td_menu01_1, .tbl_menu02 td.td_menu01_1 {
	border-bottom: 1px dashed #CC7A3E;
}
.tbl_menu01 td.td_menu01_2, .tbl_menu02 td.td_menu01_2 {
	border-top: none;
	border-bottom: 1px dashed #CC7A3E;
}
.tbl_menu01 td.td_menu01_3, .tbl_menu02 td.td_menu01_3 {
	border-top: none;
}

.tbl_menu01 p, .tbl_menu02 p {
	margin-bottom: 0px;
}
.tbl_menu01 dd, .tbl_menu02 dd {
	margin-left: 1em;
}
