@charset "utf-8";
/*-----------------------------------------------------------
BACKGROUND
-----------------------------------------------------------*/
body{
	background:url(../images/templets/back.jpg) repeat-x left top;
	height: 100%;
	position: relative;
	min-width: 980px;  /*中央配置するボックスの横幅*/
	min-height: 400px;  /*中央配置するボックス縦幅*/
	width: expression(document.body.clientWidth < 982? "980px" : "auto");
	margin: 0 auto;
}
html {
	height:100%;
	overflow-y:scroll;
}
#container {
	width: 980px;
	margin:0 auto;
	background:#FFF url(../images/templets/menu_line.gif) left 180px repeat-x;
	position:absolute;
	top:0;
	left:50%;
	margin: 0 0 0 -490px;
	height: 400px;
}
body > #container {
	height:auto;
	min-height:140px;
}
#head h1{
	z-index: 5;
}
/*
/*-----------------------------------------------------------
MENU
-----------------------------------------------------------*/
#menu {
	width: 189px;
	float: right;
	text-align: center;
	padding:0 0 10px 0;
}
#menu h2{
	margin-bottom:14px;
}
#menu ul{
	list-style-type: none;
	width: 172px;
	display: block;
	padding: 0;
	margin:0 auto 8px auto;
}
#menu ul li{
	margin-bottom:5px;
}
#iso{
	width: 165px;
	margin: 10px  auto;
}
#iso p{
	margin:4px 0 0 0;
	padding:0;
}
#iso i{
	font-style: normal;
	margin:3px auto 5px auto;
	display:block;
}
#kataer{
	width:140px;
}
/*-----------------------------------------------------------
RIGHT CONTENTS
-----------------------------------------------------------*/
#topmenu{
	display:block;
	clear:both;
	height:29px;
	width:791px;
}
#topmenu ul{
	float:right;
}
#topmenu li{
	display:inline;
	float:left;
}
#top_contents{
	clear:both;
}
#right_contents {
	float: right;
	width: 791px;
}
.arcives_box{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
}
#main{
	width:740px;
	margin:10px auto;
}
/*-----------------------------------------------------------
SEARCH
-----------------------------------------------------------*/
#search{
	clear: both;
	height: 55px;
	background: url(../images_h/templets/index_logo.gif) bottom left no-repeat;
	margin:4px 26px 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:2px;
	margin-right:8px;
	border:solid 1px #999;
	vertical-align:middle;
}
#search_btn{
	padding:0 6px;
	vertical-align:middle;
}
/*-----------------------------------------------------------
UNDER MENU COPY
-----------------------------------------------------------*/
#undermenu{
	clear:both;
	text-align:center;
	border-top:solid 1px #CCC;
	border-bottom:solid 8px #006060;
	margin:16px auto 6px auto;
}
/*下部メニュー文字指定*/
#undermenu p{
	padding: 10px 0;
	color:#666666;
}
#undermenu p a:link,#undermenu p a:visited,#footer a,#footer a:visited,#footer{
	color:#666666;
}
#undermenu p a:visited,#footer a:visited{
	color:#999999;
}
/*フッター*/
#footer{
	margin:0 auto 20px auto;
}
/*-----------------------------------------------------------
LANGUAGE
-----------------------------------------------------------*/
ul#language {
	list-style: none;
	background:url(http://www.richell.co.jp/images/templets/menu_back.gif) no-repeat 0 0;
	position: absolute;
	width:234px;
	height:26px;
	top:3px;
	right:12px;
}
ul#language li {
	position: absolute;
}

ul#language li a{
	display: block;
	height: 100%;
	text-indent: -9000px;
	overflow:hidden;
}

#ja {
	width:72px;
	height:26px;
	top: 0px;
	left:0px;
}
#en {
	width:72px;
	height:26px;
	top: 0px;
	left: 80px;
}
#cn {
	width:72px;
	height:26px;
	top: 0px;
	left: 162px;
	overflow:hidden;
}
/*----OPERA HACK-------*/
ul#language:not(\*|*) { 
	list-style: none;
	background:url(http://www.richell.co.jp/images/templets/menu_back.gif) no-repeat 0 0;
	position: absolute;
	width:234px;
	height:26px;
	top:3px;
	right:12px;
	font-size:200%;
}
ul#language li a:not(\*|*){
	display:inline-table;
	height:26px;
	overflow:hidden;
	text-indent: -9000px;
}
/*----OPERA HACK END----*/
