
     A:link	   {text-decoration: none;}
     A:visited	   {text-decoration: none;}
     A:hover	   {color: #ff0000;text-decoration:}

/* CSS Document */
/* --------------------------------------------------------------------------　タグ部分　*/

body{	text-align: center;}

#CB{
	width: 700px;
        background-color: #FFFFF0;

        color:  #400040;
	font-family: Arial;

	border-color: #C0C0C0;
	border-style: solid;
	border-width: 1px;

	text-align:left;
	margin: 0px auto;
}

/* --------------------------header　*/
.rh-header{
	padding-left: 250px;

	background-image: url(../common/logo_rh.gif);
	background-position: 20px 10px;
	background-repeat: no-repeat;
	
	}

h1{
	font-size: 14pt;
	}
h1#small{
	font-size: 9pt;
	}

.kousinbi{
	text-align:center;
	margin: 10px auto;
	}

.con{
	width: 400px;
	margin:  auto;
	margin-top: 0.5em;
   	height: 70px;
   	overflow:auto;
   	border: solid 2px #C0C0C0;
	scrollbar-face:color:#ff7100;

	padding-left: 100px;
	text-align: left;
	font-size: 12px;
   	}


.infobox{
       	clear: both;
	width:600px;
	height: 250px ;

border-color: #000000;
border-style: solid;
border-width: 1px;

	margin: auto;
	margin-top: 1em;
   	}


table.info{
	margin:auto;

	border: sokid 2px #008080;
	text-align:center;
	}

table.info td{
	width: 200px;
	border: solid 1px gray;
	padding:  0.3em 0.5em;
	text-align:left;
}

/* -------------- content　*/	

#main{
  	clear: both;
	margin: 0px auto;
	margin-top: 10px;
	text-align:center;

border-color: #C0C0C;
border-style: solid;
border-width: 1px;

	}

#content{
	width:530px;
	margin:  auto;

	text-align: center;
	padding: 0.5em 0.5em;
	float:right;
	}

#left_menu{
  
	float:left;
	width:140px;
	margin: 0px auto;
	}

/* ---------------------------------------menu 　*/	
dl,dt,dd{margin: 0; paddding: 0;}
.menu{
	width:140px;
	}
div#menu_all,div#menu_com{
	}
div#menu_all a:link,div#menu_all a:visited,div#menu_com a:link,div#menu_com a:visited{
	height:25px;
	display:block;
	background:url(../common/menu_off.gif) no-repeat;
	padding:7px 0 0 27px;
	font-weight:bold;
	}
div#menu_all a:hover,div#menu_com a:hover{
	height:25px;
	display:block;
	background:url(../common/menu_on.gif) no-repeat;
	padding:7px 0 0 27px;
	font-weight:bold;
	}
.menu dl{
	padding:0 0 13px 0;
	background:url(../common/bottom.gif) no-repeat bottom;
	}
.menu dt{
	margin:0 0 0 0;
	font-weight:bold;
	padding:5px 0px 5px 10px;
	}
.menu dd{
	text-align: left;
	padding:0 0 0 10px;
	border-bottom:1px solid #c0c0c0;
	line-height:1.8em;
	}
.menu a{
	text-decoration:none;
	}

dl#menu_amazon dt{
	background:url(../common/gray.gif) no-repeat;
	}
dl#menu_amazon dd{
	background:url(../common/nb_gray.gif) repeat;
	}

dl#menu_rh dt{
	background:url(../common/green.gif) no-repeat;
	}
dl#menu_rh dd{
	background:url(../common/nb_green.gif) repeat;
	}

dl.menu_info dt{
	background:url(../common/information.gif) no-repeat;
	}
dl.menu_info dd{
	background:url(../common/nb_gray.gif) repeat;
	}


table.topmeisai {
		border: solid 2px gray;
		border-collapse: collapse;
	}
table.topmeisai th {
	        width: 150px:
		border-bottom: solid 1px gray;
		border-right: solid 2px gray;
		background-color: #CCCCCC;
		padding: 0.3em;
	}
table.topmeisai td {
		border-bottom:solid 2px gray;
		border-right: solid 2px gray;
		font-size: 9pt;
		text-align: left;
		padding-left: 1em;
	}

.footer{
	clear: both;
	background-color:  #F5F8D8;
	background-image: url(../common/rh206.gif);
	background-position: left;10px;
	background-repeat: no-repeat;

	WIDTH:450px;

	margin: 0px auto;
	padding-left: 250px;
	}

h2{
	font-size: 12px;
	text-align: center;
}
