@charset "utf-8";
/*-----------------------------------------------------------
BACKGROUND
-----------------------------------------------------------*/
body{
	background:url(../images/backn.jpg) repeat-x left top;
	height: 100%;
	position: relative;
	min-width: 980px;  /*中央配置するボックスの横幅*/
	min-height: 400px;  /*中央配置するボックス縦幅*/
	margin: 0 auto;
}
html {
	height:100%;
	overflow-y:scroll;
}
#container {
	width: 980px;
	margin:0 auto;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-490px;
	background:#FFF;
	height: 400px;
}
body > #container {
	height:auto;
	min-height:140px;
}
#head{
	height:131px;
	border-bottom:solid 1px #999;
}
#main{
	width:780px;
	float:left;
	padding-top:8px;
}
/*-----------------------------------------------------------
MENU
-----------------------------------------------------------*/
#menu {
	width: 186px;
	float:left;
	margin:5px 0 20px 12px;
}
* html #menu {
	width: 186px;
	float:left;
	margin:5px 0 20px 6px;
}
#menu h2,#menu i{
	margin-bottom:8px;
	display:block;
}
#retrival{
	margin:10px auto;
}
#search_text{
	border:solid 1px #999;
	padding:2px;
	margin:0 2px 0 2px;
	vertical-align:middle;
	width:100px;
}
#search_btn{
	font-size:12px;
	height:26px;
	width:50px;
	vertical-align:middle;
}
#menu_back{
	width: 166px;
	margin: 6px auto 10px 0;
	background: url(../images/menu_b2.gif) repeat-y left top;
}
#menu_back ul li a:link{
	color:#CC2E00;
}
#menu_back ul{
	width: 166px;
}
/*上下の背景角丸指定*/
#t_back{
	background: url(../images/menu_b1.gif) no-repeat center top;
	height: 10px;
	width: 166px;
}
#u_back{
	background: url(../images/menu_b4.gif) no-repeat center bottom;
	height: 10px;
	width: 166px;
}
/*メニューリスト*/
#menu_back li.m,li.u,li.t{
	padding-left: 20px;
	margin-right: 15px;
	width: 123px;
	text-align: left;
	background: url(../images/menu_b3.gif) no-repeat;
	display: block;
	margin-left: 8px;
	color:#CC2E00;
}
/*メニューリスト 真ん中*/
#menu_back li.m,#menu_back li.t{
	border-bottom: #666666 1px dotted;
}
#menu_back li.t{
	padding-top:4px;
	padding-bottom:4px;
	background-position: left 9px;
}
#menu_back li.m{
	padding-top:1px;
	padding-bottom:4px;
	background-position: left 6px;
}
#menu_back li.u{
	padding-top:4px;
	background-position: left 9px;
}
/*サブメニュー*/
li.beige,li.blue{
	width: 170px;
	height: 28px;
	padding-top: 12px;
	background-repeat: no-repeat;
	text-align: center;
}
/*サブメニューお客様の声、カタログ、取説、お問い合わせ*/
li.beige{
	background-image: url(../images/btn2.jpg);
}
/*サブメニューリンク*/
li.blue{
	background-image: url(../images/btn5.jpg);
	margin-top: 10px;	
}
#menu_contact{
	margin-top:5px;
}
/*サブメニューリンク色*/
li.beige a,li.blue a{
	color:#000000;
}
/*ISOの画像と文の指定*/
#iso{
	width: 165px;
	margin: 10px 0 0 0;
	text-align:center;
}
#iso i{
	font-style: normal;
}
#iso img{
	margin-bottom:4px;
}
#iso p{
	width: 120px;
	margin: 0 auto;
	display:block;
}
/*-----------------------------------------------------------
UNDER MENU
-----------------------------------------------------------*/
#undermenu{
	clear:both;
	text-align:center;
	border-top:solid 1px #CCC;
	border-bottom:solid 8px #F2BFA0;
	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
-----------------------------------------------------------*/
#footer{
	margin:0 auto 20px auto;
}
/*-----------------------------------------------------------
LANGUAGE
-----------------------------------------------------------*/
ul#language {
	list-style: none;
	background:url(../images/templets/menu_back.gif) no-repeat 0 0;
	position: absolute;
	width:198px;
	height:26px;
	top:3px;
	right:22px;
}
ul#language li {
	position: absolute;
}

ul#language li a{
	display: block;
	height: 100%;
	text-indent: -9000px;
	overflow:hidden;
}
#ja {
	width:74px;
	height:26px;
	top: 0;
	left: 0px;
}
#cn {
	width:72px;
	height:26px;
	top: 0;
	left:77px;
}
#tw {
	width:48px;
	height:26px;
	top: 0;
	left: 150px;
}
/*----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:198px;
	height:26px;
	top:3px;
	right:22px;
	font-size:200%;
}
ul#language li a:not(\*|*){
	display:inline-table;
	height:26px;
	overflow:hidden;
	text-indent: -9000px;
}
/*----OPERA HACK END----*/
