@charset "shift_jis";

/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img {
	margin:12px;
	border:0;
}

/* リンク色（ページ全体） */

a {
    color: #0066CC;
    text-decoration: none;
}

a:hover { 
    color: #ff0000;
}


/* リンク色（ヘッダー） */

#header-title a {
    color: #333;
    text-decoration: none;
	text-align: center;
}

#header-title a:hover {
	color: #F00;
	text-align: left;
}


/* リンク色（左コンテンツ） */

.sidenavi a {
	color: #666;
}

.sidenavi a:hover {
	color: #F00;
}

/* リンク色（フッター） */

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #F00;
}

.footer-navi a {
	color: #666;
}

.footer-navi a:hover {
	color: #F00;
}


/* 見出し */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-bottom: 10px;
	margin-top: 10px;
}


/* ページレイアウト */

body
{
	min-width: 850px;
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	background-color: #fff;
	background-image: url(body_bg.jpg);
	background-repeat: repeat;
}

#container
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 850px;
}

#container-inner
{
	position: static;
	width: auto;
	background-color: #FFF;
	text-align: center;
	height: auto;
}


/* ヘッダー（レイアウト） */

#banner
{
	position: relative;
	width: 850px;
	height: 100px;
	text-align: center;
	background-image: url(img/top2.png);
}

#banner-inner
{
	width: 850px;
	height: 100px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	position: static;
}


/* ヘッダー（サイトタイトル） */

#banner-header
{
	margin: 0;
	font-size: 12px;
	position: static;
	width: auto;
	color: #666;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	text-align: left;
	background-image: url(body_bg.jpg);
	background-repeat: repeat;
	height: 20px;
	line-height:20px;

}

#header-title
{
	margin: 0;
	font-size: 25px;
	position: absolute;
	top: 35px;
	color: #999;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	text-align: left;
	left: 50px;
}


/* ヘッダー（レスポンスデバイス） */

.header-info
{
	position:absolute;
	width: 230px;
	font-size: 14px;
	color: #666;
	top: -105px;
	font-weight: bold;
	text-align: center;
	right: 0px;
	color: #000;
	line-height: 20px;
}


/* コンテンツ全体 基本レイアウト*/

#pagebody
{
	position: static;
	width: 850px;
	text-align: center;
	background-color: #ffffff;
	height: auto;
}

#pagebody-inner 
{
	position: relative;
	width: 850px;
	text-align: left;
	padding-bottom: 0px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

#right
{
	display: inline;
	position: relative;
	float: right;
	min-height: 1px;
	margin-right: 10px;
	margin-left: 20px;
}

#left 
{ 
   display: inline;
   position: relative;
   float: left;
   min-height: 1px;
}

#right-inner, #left-inner
{
   position: static;
}


/* 右コンテンツ基本レイアウト */

#right 
{
   width: 600px;
}

#right-inner 
{
	width: 100%;
}


/* 左コンテンツ基本レイアウト */

#left 
{
	width: 210px;
	margin-left: 10px;
}

#left-inner 
{
	width: 200px;
	margin: 0px;
}


/* 右コンテンツ */

h2
{
	position: relative;
	height: 30px;
	width: 600px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	background-image: url(title_bg.jpg);
	background-repeat: no-repeat;
	text-indent: 25px;
	margin-top: 0px;
}

h3
{
	position: relative;
	height: 30px;
	width: 600px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	background-image: url(h3title_bg.jpg);
	background-repeat: no-repeat;
	text-indent: 15px;
	margin-top: 0px;
}

.contents
{
	position: static;
	clear: both;
	height: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	width: 600px;
}


.contents table {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	table-layout:fixed;
	empty-cells:hide;
	text-align: left;
	vertical-align: top;
}

.contents table.jouhou{
	border: solid 1px #AAAAAA;
}

.contents table.jouhou th{
	border: solid 1px #AAAAAA;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.contents table.jouhou td{
	border: solid 1px #AAAAAA;
	text-align: left;
	padding: 5px;
}

.contents table.hyouka{
	width: 300px;
	border: solid 1px #AAAAAA;
	background-color: #EEEEFE;
}

.contents table.hyouka th{
	width: 130px;
	border: solid 1px #AAAAAA;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.contents table.hyouka td{
	border: solid 1px #AAAAAA;
	color: #FF5555;
}



/* 左コンテンツ */

.sidenavi
{
	position: relative;
	overflow: hidden;
	width: 210px;
	list-style-type: none;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	background-image: url(sidenavi_bg.jpg);
	background-repeat: repeat;
}

.sidenavi-inner
{
	width: 200px;
	margin: 5px;
}

.sidenavi-header
{
	position: relative;
	width: 200px;
	height: 35px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 35px;
	background-image: url(sidenavi_title.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	font-size: 14px;
}

.sidenavi-content
{
	position: relative;
	color: #330000;
	width: 200px;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	list-style-type: none;
}

.sidenavi-ads
{

	margin: 0px 0 0px 0;
	text-align: center;
}

#left ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
}

#left li
{
	width: 200px;
	height: 30px;
	display: block;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	line-height: 30px;
	background-image: url(sidenavi_btn.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 23px;
	list-style-type: none;
}


/* フッター */

#footer
{
	width: 850px;
	height: 50px;
	position: relative;
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}

#footer-inner
{
	font-size: 10px;
	color: #FFF;
	text-align: center;
	text-indent: 25px;
	line-height: 50px;
}

.footer-navi
{
	font-size: 10px;
	text-align: center;
	line-height: 30px;
	clear: both;
	color: #666;
}


/* 位置の指定 */

.center
{
	text-align: center;
	width: auto;
}

.left
{
	float:left;
	margin-right: 15px;
}

.right
{
	float:right;
	margin-left: 15px;
}

.clear
{
	clear: both;
}

.top-img 
{
	padding-bottom: 10px;
}


/* 色の指定 */

.red{color:#FF0000;}

.green{color:#008000;}

.cha{color:#663300;}

.blue{color:#0000dd;}

.yellow{ color: #ffff00; }

.orange{ color: #ff6600; }


/* テーブル 

table{
	background:#999;
	text-align:center;
}

table tr
{
	background:#fff;
}

table td
{
	background:#fff;
	height:40px;
}
*/

/* その他 */

.gotop 
{ 
   text-align: right;  
   clear: both;
}

hr
{
	border: thin dotted #999;
	width: 580px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.product
{
	text-align: center;
	width: 850px;
	font-size: xx-small;
	background-image: url(body_bg.jpg);
	background-repeat: repeat;
}

.product a{
   color: #666666;
   text-decoration: none;
   font-size: xx-small;

}


#rcredit{
	text-align: right;
}

.new{
	margin:1px;
	padding:1px;
	background-color:#FF5555;
	color:white;
}

.box {
	border: #555555 1px solid;
	padding:5px 5px;
	margin: 5px 5px 5px 5px;
}

.pics {
	border: #555555 1px solid;
	padding:0px;
}
img:hover.pics { border-color:#ff5555;} 

.button {
	background-color:#bf0000;
	color:#FFFFFF;
	padding: 2px 5px 1px 5px;
	border-bottom: #555555 1px solid;
	border-right: #555555 1px solid;
	font-size: 16px;
}