/* CSS Document */

@import url(2nd_style.css);

* {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

body {
	margin: 0 0 10px 0;
	font-size: 0.8em;
	line-height: 150%;
	background: url(../images/bg.jpg) repeat-x;
}

p { margin: 0; }

a { text-decoration: none; }

ul, li { margin: 0; }

/* Container */
#container {
	background: url(../images/bg_container.gif) repeat-y;
	margin: 0 auto;
	width: 650px;
	padding: 0 5px;
}

/* head */
#head {
	background: url(../images/head/head_bg.gif) no-repeat;
	width: 640px;
}

/* menu */
#menu {
	background: url(../images/menu/menu_bg.gif) repeat-x;
	width: 612px;
	height: 28px;
	padding: 0 0 0 28px;
}

#menu span { visibility: hidden; }

#menu a {
	display: block;
	height: 28px;
	float: left;
}

#menu .b01 { background: url(../images/menu/menu_01.gif) 0 0 no-repeat; width:110px; }
#menu .b02 { background: url(../images/menu/menu_02.gif) 0 0 no-repeat; width:144px; }
#menu .b03 { background: url(../images/menu/menu_03.gif) 0 0 no-repeat; width:110px; }
#menu .b04 { background: url(../images/menu/menu_04.gif) 0 0 no-repeat; width:110px; }
#menu .b05 { background: url(../images/menu/menu_05.gif) 0 0 no-repeat; width:110px; }

#menu a:hover.b01,
#menu a:hover.b02,
#menu a:hover.b03,
#menu a:hover.b04,
#menu a:hover.b05 {
	background-position: 0 -28px;
}

/* Navi */
#navi {
	background: url(../images/menu/menu_under.gif) repeat-x;
	height: 20px;
	width: 635px;
	padding: 3px 0 3px 5px;
	font-size: x-small;
	color: #669;
}

/* tab_menu */
#tab { float: left; }
#tab_menu {
	float: left;
	width: 450px;
	margin: 20px 10px 0 0;
	background: url(../images/tab/tab_bg.gif) repeat-x;
}

#tab_menu a { float: left; }

#tab_stage dl {
	margin: 0;
	padding: 0;
	width: 450px;
}

#tab_stage dl dd {
	overflow: auto;
	height: 220px;
	max-height: 220px;
	margin: 5px 0;
	padding: 0;
}

#tab_stage ul { padding: 0; }

#tab_stage li {
	border-bottom: 2px dotted #CCC;
	margin: 3px 5px;
	padding: 0 0 0 0px;
	list-style-type: none;
}

#tab_stage li.tab_sub { padding: 0 0 0 23px; }

/* banner */
#banner {
	float: right;
	width: 190px;
	margin: 20px 0 0 -10px;
}

#banner img { margin: 0 0 1px 0; }

/* Content */
#content {
	float: right;
	width: 500px;
}


/* foot */
#foot_menu {
	background: url(../images/foot/foot_bg.gif) repeat-x;
	width: 640px;
	height: 21px;
	text-align: right;
	margin: 10px 0 5px 0;
}

#foot_menu a {
	color: #111;
	padding: 0 10px 0 12px;
	background: url(../images/foot/foot_arrow_01.gif) left no-repeat;
}

#foot_menu a,
#foot_link {
	font-size: x-small;
}

#foot_menu a:hover,
#foot_link a:hover {
	color: #777;
}

#foot_link,
#copyright {
	text-align: center;
}

#foot_link a,
#foot_link {
	color: #333;
}

#copyright {
	color: #999;
	width: 650px;
	margin: 0 auto;
	border-bottom: 1px solid #CCC;
	margin-left: -5px;
}

/* Option */
.clear { clear: both; }

.backtop {
	margin: 20px 0 0 12px;
}

.backtop a {
	color: #96F;
	background: url(../images/backtop.gif) left no-repeat;
	padding: 0 0 0 15px;
}

.backtop a:hover {
	color: #60F;
	background: url(../images/backtop-over.gif) left no-repeat;
}
