@import url(common.css);

/************/
body {
	background: #FFFFFF url(../images/bg_body_top.gif) left top repeat-x;
}


/*** contentBody(swf) ***/
#contentBody {
	clear: both;
	height: 460px;
	margin: 0;
	padding: 0;
	background: url(../images/bg_swf.jpg) center top no-repeat;
}

#contentBox {
	width: 760px;
	height: 460px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg_swf.jpg) center top no-repeat;
}

#contSwfBox {
	width: 760px;
	height: 460px;
	margin: 0 auto;
	padding-top: 50px;
	background: url(../images/bg_swf.jpg) center top no-repeat;
}

ul#menu_swf {
	list-style-type: none;
	margin: 0;
	padding: 51px 49px 0;
}

ul#menu_swf li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menuTop {
	margin: 0;
	padding: 48px 0 0 448px;
	list-style-type: none;
}

ul#menuTop li {
	font-size: 70%;
}

ul#menuTop li span {
	visibility: hidden;
}

ul#menuTop li a {
	display: block;
	padding: 30px 0 0 3px;
	width: 232px; /* 235-3px */
	height: 25px; /* 55-30px */
	color: #6B5553;
	text-decoration: none;
}

li#menu01 a {
	background: url(../images/menu_top.jpg) 0 0 no-repeat;
}

li#menu02 a {
	background: url(../images/menu_top.jpg) 0 -55px no-repeat;
}

li#menu03 a {
	background: url(../images/menu_top.jpg) 0 -110px no-repeat;
}

li#menu04 a {
	background: url(../images/menu_top.jpg) 0 -165px no-repeat;
}

li#menu01 a:hover {
	background-position: -250px 0;
}

li#menu02 a:hover {
	background-position: -250px -55px;
}

li#menu03 a:hover {
	background-position: -250px -110px;
}

li#menu04 a:hover {
	background-position: -250px -165px;
}

#information {
	height: 18px; /* 26-(top)8 px */
	margin: 150px 0 0 15px;
	padding: 8px 2px 0 115px;
	background: url(../images/bg_top_information.png) 0 0 no-repeat;
}

#information p {
	font-size: 75%;
	color: #4D413F;
}


/*** footer ***/
#footerBody {
	height: 165px;
	margin: 0;
	padding: 0;
	background: url(../images/bg_footer_top.jpg) center top no-repeat;
}

#footerBox {
	width: 760px;
	height: 165px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../images/bg_footer_top.jpg) center top no-repeat;
}

#footerBox p {
	margin-left: 30px;
	font-size: 60%;
	line-height: 140%;
}


/*** banner ***/
ul#banner {
	margin: 10px 0 10px 30px;
	padding: 0;
}

ul#banner li {
	float: left;
	list-style-type: none;
	margin: 0 10px 4px 0;
}

ul#banner li a {
	display: block;
	border: 1px solid #868686;
	text-decoration: none;
}

ul#banner li a:hover {
	border: 1px solid #CC6633;
	text-decoration: none;
}

li.blank {
	border: 1px solid #EDE8D0;
}


