@charset "utf-8";

/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }


/* リンク色（ページ全体） */

a {
    color: #333;
    text-decoration: none;
}

a:hover { 
    color: #ff0000;
}


/* リンク色（ヘッダー） */

#header-title a {
    color: #999;
    text-decoration: underline;
	text-align: center;
}

#header-title a:hover {
	color: #F00;
	text-align: left;
}


/* リンク色（左コンテンツ） */

.sidenavi a {
	color: #666;
	font-size:12px;
}

.sidenavi a:hover {
	color: #F00;
}

/* リンク色（フッター） */

#footer a {
	color: #666;
}

#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: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	background-color: #fff;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}

#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(images/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: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: left;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	height: 20px;
	line-height:20px;

}

#header-title
{
	margin: 0;
	font-size: 25px;
	position: absolute;
	/*width: 300px;*/
	top: 35px;
	color: #999;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: left;
	left: 50px;
}


/* ヘッダー（レスポンスデバイス） */

.header-info
{
	position:absolute;
	width: 230px;
	font-size: 14px;
	color: #666;
	top: -110px;
	font-weight: bold;
	text-align: center;
	right: 0px;
	color: #666;
	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;
}


/* 右コンテンツ */

.contents-title
{
	position: relative;
	height: 30px;
	width: 600px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	background-image: url(images/title_bg.jpg);
	background-repeat: no-repeat;
	text-indent: 30px;
	margin-top: 0px;
}

.contents
{
	position: static;
	clear: both;
	height: auto;
	width: 580px;
	padding-top: 15px;
	padding-bottom: 20px;
}


/* 左コンテンツ */

.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(images/sidenavi_bg.jpg);
	background-repeat: repeat;
}

.sidenavi-inner
{
	width: 200px;
	margin: 5px;
}

.sidenavi-header
{
	position: relative;
	width: 200px;
	height: 35px;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 35px;
	background-image: url(images/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-text
{
	position: relative;
	text-align: center;
}

#left ul {
	padding: 0px;
	margin: 0px;
	list-style:none;
}

#left li
{
	width: 200px;
	height: 30px;
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	line-height: 30px;
	background-image: url(images/sidenavi_btn.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 30px;
	list-style-type: none;
}


/* フッター */

#footer
{
	width: 850px;
	height: 50px;
	position: relative;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
}

#footer-inner
{
	font-size: 10px;
	color: #666;
	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(images/body_bg.jpg);
	background-repeat: repeat;
}

.product a{
   color: #666666;
   text-decoration: none;
   font-size: xx-small;

}
