@charset "utf-8";
/*-----------------------------------------------------------
BACKGROUND
-----------------------------------------------------------*/
body{
	background:url(../images/back.gif) repeat-x left top;
	padding:0;
	position: relative;
	min-width: 980px;  /*中央配置するボックスの横幅*/
	min-height: 400px;  /*中央配置するボックス縦幅*/
	margin: 0 auto;
}
html {
	height:100%;
	overflow-y:scroll;
}
#container {
	width: 980px;
	position:absolute;
	top:0;
	left:50%;
	margin: 0 0 0 -490px;
	height: 400px;
}
body > #container {
	height:auto;
	min-height:140px;
}
#head{
	height:120px;
}
#head h1{
	z-index: 5;
	margin-top:5px;
}
#head ul{
	position:absolute;
	top:16px;
	right:9px;
}
#head ul li{
	float:left;
	margin-right:15px;
}
#head b{
	position:absolute;
	top:60px;
	right:14px;
}
/*-----------------------------------------------------------
MENU
-----------------------------------------------------------*/
#menu {
	width: 199px;
	float: right;
	padding:0;
	margin-right:8px;
}
#menu h2{
	margin-bottom:10px;
}
#submenu li{
	text-align:right;
	margin:0 0 8px 0;
}
#menu_member li.j12{
	background:#999;
	padding:4px 0;
	text-align:center;
	width:100%;
	margin:6px 0;
}
#menu_member li.j12 a,#menu_member li.j12 a:visited{
	color:#FFF;
}
#menu_info li,#menu_member li{
	margin:2px 0 8px 0;
}
#menu_member{
	margin-top:22px;
}
/*-----------------------------------------------------------
RIGHT CONTENTS
-----------------------------------------------------------*/
#right_contents {
	float: right;
	width: 747px;
	margin:0 10px;
	color:#333333;
}
#main{
	width:740px;
	margin:10px auto;
}
/*-----------------------------------------------------------
SEARCH
-----------------------------------------------------------*/
#search{
	clear: both;
	height: 55px;
	background: url(../images/index_logo.gif) bottom left no-repeat;
	margin:4px 34px 10px 0;
}
#search form{
	width:390px;
	float:right;
	display:block;
	margin-top:25px;
	text-align:right;
}
#search select{
	vertical-align:middle;
}
#search_text{
	width:180px;
	padding:3px;
	margin-right:8px;
	border:solid 1px #999;
	vertical-align:middle;
	font-size:12px;
}
#search_btn{
	padding:2px 6px;
	vertical-align:middle;
	font-size:12px;
}
/*-----------------------------------------------------------
UNDER MENU COPY
-----------------------------------------------------------*/
#undermenu{
	clear:both;
	text-align:center;
	margin:16px auto 6px auto;
}
/*下部メニュー文字指定*/
#undermenu p,#undermenu p a,#undermenu p a:visited{
	padding: 10px 0;
	color:#666666;
}
/*フッター*/
#footer{
	text-align:center;
	background:#999999 url(../images/footer.gif) 8px 5px no-repeat;
	padding:14px 0;
}
#undermenu p a,#undermenu p a:visited{
	color:#333;
}
