@charset "UTF-8";

*{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	color:#333;
}

img{
	border:0;
}

img.right{
	float:right;
	margin:0 0 10px 10px;
}
img.center{
	padding: 0 auto;
}
br.clear{
	clear:both;
}
.center{
	text-align:center;
}
.red{
	color: #ff0000;
}

/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	color: #000000; /* 全体の文字色 */
	font-size: 80%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #0000ff; }
a:visited { color: #000090; }
a:hover { color: #ff8000; }
a:active { color: #ff0000; }

/* --- コンテナ --- */
#container {
	width: 100%; /* コンテナの幅 */
	margin: 0 auto; /* センタリング */
	background:url(../image/all/header_pic.jpg) no-repeat top;
}

/* --- ページ --- */
#page {
	width: 880px; /* ページの幅 */
	margin: 0 auto; /* センタリング */
	background:#ffffff;
}

/* --- ▼ヘッダ内の設定開始 --- */
/* --- ヘッダ --- */
#headerBox{
	width:100%;
	border-top:2px solid #3366ff;
/*	border-bottom:2px solid #3366ff; */
	background: url(../image/all/head_bg.gif);
/*	background-color:#0088ff; */
}
#header {
	margin:0 auto;
	position: relative; /* 相対配置（ガイドメニューのために設定） */
	width: 880px; /* IE 6のために幅の指定が必要 */
	height: 80px;
}
/* ヘッダの写真 */
#header div.green{
	padding: 1px 0; /* ヘッダのパディング（上、左右、下） */
}

#header h1.pageTitle{
	padding-top: 5px;
	margin: 0;
}

#header .guide{
	position:absolute;
	top:15px;
	right:10px;
	margin:0;
	padding:0;
	list-style-type:none;
}
#header ul.guide li.first{
	border:none
}
#header ul.guide li{
	display:inline;
	padding:0 4px 0 8px;
	border-left:1px solid #ffffff; 
}
#header ul.guide li a{
	text-decoration:none;
	color:#ffffff;
}
#header ul.guide li a:hover{
	color:#ffff00;
	text-decoration:underline;
}

/* --- ▲ヘッダ内の設定終了 --- */

#flashArea{
	width:100%;
}

/* --- メニュー項目 --- */
#menu{
	width:880px;
	height:25px;
	padding:0;
	margin:0 auto;
}

/* ドロップダウンメニュー */
#menu a, a:hover, a:active, a:focus {
	outline:0;
	font-weight:normal;
} /* IE6用 */

#menu div.positioner {
	position:relative;
	height: 25px;
}

#menu div.menuHolder {
	background: url(../image/drop/bg_menu.png) left no-repeat;
	position: absolute;
	height: 25px;
	z-index:100;
}

#menu ul.ulTop {
	float: left;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	line-height: 25px;
	text-align: center;
	width: 110px;
	/* zoom: 1; */
	font-size: 100%;	
}

#menu ul.ulTop a {
	color: #333333;
	text-decoration: none;
}

#menu ul.ulTop li.liTop {
	float: left;
	width: 220px; /* ulTop x 2 */
	margin: -32767px -110px 0 0; /* IE6のための処置 */
}

#menu ul.ulTop li.liTop a.aTop {
	position: relative;
	z-index: 50;
	display: block;
	float: left;
	width: 110px;
	margin-top: 32767px; /* IE6のための処置 */
}

#menu ul.ulTop li.liTop a.aTop:hover,
ul.ulTop li.liTop a.aTop:focus,
ul.ulTop li.liTop a.aTop:active {
	margin-right:1px;
	color: #0000ff;
	background: url(../image/drop/bg_subMenuItem.png) no-repeat top left;	
}

#menu ul.sub {
	background: url(../image/drop/bg_subMenu.png) 0 25px no-repeat;
	float: left;
	padding: 24px 0 0 0;
	margin: 0;
	list-style: none;
	margin-top: -25px;
}

#menu ul.sub li {
	background: url(../image/drop/bg_subMenuItem.png) left top no-repeat;
	overflow: hidden;
	line-height: 25px;
	vertical-align: top;
	height: 25px;
}
/*
#menu ul.sub li.firstChild {
		background-image: url(drop/bg_subMenuItem.png) left top no-repeat;
	}
	
#menu ul.sub li.lastChild {
		background-image: url(drop/bg_subMenuItemLast.png) left top no-repeat;
	}
*/
#menu ul.sub li a {
	float: left;
	width: 110px;
	clear: left;
	/* background 必須 */
	background: url(../image/drop/bg.png) left top no-repeat;
	position: relative;
	z-index: 500;
}

#menu ul.sub li a.last {
	/* null */
}

#menu ul.sub li a.last:hover,
ul.sub li a.last:focus,
ul.sub li a.last:active {
	text-decoration: none;
}

#menu ul.sub a:hover,
ul.sub a:focus,
ul.sub a:active {
	text-decoration: none;
	margin-right: 1px;
	color: #0000ff;
	background: url(../image/drop/bg_subMenuItem.png) no-repeat top left;	
}

/*  */


/* --- ▼コンテンツ内の設定開始 --- */
/* --- コンテンツ --- */
#content {
	width: 100%; /* コンテンツの幅 */
	margin-bottom: 10px; /* コンテンツの下マージン */
}
#content p.pan{
	padding: 10px 10px 0;
	margin: 0;
	font-size: 90%;
}

#content p.gray{
	text-align: center;
	background: #eeeeee;
	width: 100%;
	padding: 10px 0;
}

/* --- ▼メインカラム内の設定開始 --- */
/* --- メインカラム --- */
#main {
	float: right;
	width: 610px; /* メインカラムの幅 */
	padding:15px 0 0 0;
}
#main h3{
	padding:0 10px ;
}
#main div.section {
	margin:0 0 2em 0; /* セクションの下マージン */
}
#main p{
	padding: 0 10px 0 10px;
	line-height: 150%;
}
#main h4{
	color:#008888;
	padding: 0 10px;	
	border-bottom:1px dashed #008888;
}
#main div.section img{
	float: right;
	padding: 0 10px 5px 10px;
}
#main div.section img.productTitle{
	margin-top: -15px;
}
#main div.section h2{
	margin:0 0 0.7em;
	padding:5px 8px;
	font-size:120%;
}

#main ul{
	padding-left:25px;
}

#main ul li{
	line-height:100%;
	padding: 3px 0;
}

#main ul.topics{
	width:565px;
	height:200px;
	overflow:scroll;
	margin-left:10px;
	border:1px solid #cccccc;
}
#main ul.topics li{
	line-height: 150%;
	border-bottom: 1px dashed #cccccc;
}

#main ul.list{
	width: 600px;
}
#main ul.list li.left{
	background: url(../image/home/bg_title.gif) no-repeat top;
	width: 280px;
	height:165px;
	margin: 0 5px 10px 0;
	border: 1px solid #cccccc;
	float: left;
	list-style-type: none;
}
#main ul.list li.right{
	background: url(../image/home/bg_title.gif) no-repeat top;
	width: 280px;
	height:165px;
	padding-left:0 ;	
	margin: 0 0 10px 5px;
	border: 1px solid #cccccc;
	float: left;
	list-style-type: none;
}
#main ul.list img{
	padding: 5px 0 5px 5px;
}

/* 見出しの背景 */
#main div.normal h2{
	background:url(../image/all/main_bg_normal.gif) no-repeat top;
	color: #333333;
	line-height: 150%;
	padding: 3px 25px;
}
#main div.normal p{
	padding: 0 10px;
}
#main div.blue h2{
	background:url(../image/bg_blue.gif) repeat-x top;
	border-left:10px solid #0000aa;
	border-bottom:1px solid #0000aa;
}
#main div.green h2{
	background:url(../image/all/main_bg_green.gif) no-repeat top;
	color: #333333;
	line-height: 150%;
	padding: 3px 25px;
}
#main div.red h2{
	background:url(../image/all/main_bg_red.gif) no-repeat top;
	color: #333333;
	line-height: 150%;
	padding: 3px 25px;	
}
#main div.red h3{
	font-weight:bold;
	color: #333366;
	font-size:110% ;
	padding: 3px 0 0 5px;
	margin:0;
}
#main table.spec{
	border-top: 1px solid #cccccc ;
	border-left: 1px solid #cccccc ;
	margin: 0 8px;
	border-collapse:collapse;
}
#main table.spec th{
	width: 180px;
	text-align: left;
	vertical-align:top;
	font-weight: normal;
	padding-left:5px;
	border-right: 1px solid #cccccc ;
	border-bottom: 1px solid #cccccc ;
}
#main table.spec td{
	padding: 0 5px;
	border-right: 1px solid #cccccc ;
	border-bottom: 1px solid #cccccc ;
}
#main table.spec td.ir{
	width: 100px;
	padding: 0 5px;
	border-right: 1px solid #cccccc ;
	border-bottom: 1px solid #cccccc ;
}


#main table.gaiyou{
	width: 594px;
	margin-bottom:10px ;
	vertical-align: top;
	line-height: 150%;	
	margin-left: 8px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-collapse:collapse;
}
#main table.gaiyou th{
	width: 75px;
	font-size: 100%;
	font-weight: normal;
	text-align: left;	
	padding-left: 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#main table.gaiyou td{
	padding-left: 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#main div.section ul.news{
	width: 100%;
}
#main div.section ul.news li{
	float: left;
	list-style-type: none;
	padding: 5px 100px;
}


/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */
/* --- サイドバー --- */
#nav {
	float: right;
	width: 260px; /* サイドバーの幅 */
	padding:15px 5px 0 0;
}

#nav h2.lineup a{
	text-decoration:none;
}
/* --- セクション（共通設定） --- */
#nav h3{
	font-size:130%;
	padding-left:8px;
}
#nav h4{
	padding:0 0 0 8px;
	font-weight:normal;
}
#nav div.section {
	margin:0 20px 10px 0;
}
/* セクション内の文字 */
#nav div.section h2{
	margin:0;
	padding:3px 15px;
	line-height: 150%;
	font-size:120%;
}
#nav div.section p{
	padding:0 10px 10px;
	line-height:1.3em;
}
/* 青色の部分 */
#nav div.blue{
/*	border:1px solid #f0f0ff; */
	background: #f6f9ff;
}
#nav div.blue h2{
	background:url(../image/all/nav_bg_blue.gif) no-repeat top;
}

/* 緑色の部分 */
#nav div.green{
	border:1px solid #3cb371;
}
#nav div.green h2{
	background:url(../image/bg_green.gif) repeat-x top;
}
#nav div.green h2.lineup{
	background:url(../image/menu_bg_green.gif) repeat-x top;
}
/* 赤色の部分 */
#nav div.red{
	border:1px solid #dc143c;
}
#nav div.red h2{
	background:url(../image/bg_red.gif) repeat-x top;
}
/* オレンジ色の部分 */
#nav div.orange{
/*	border:1px solid #fff6aa;*/
	background:#fffff6; 
}
#nav div.orange h2{
	background:url(../image/all/nav_bg_orange.gif) no-repeat top;
}

/* グレーの部分 */
#nav div.normal{
/*	border:1px solid #cccccc; */
	background:#f9f9f9; 
}
#nav div.normal h2{
	background:url(../image/all/nav_bg_normal.gif) no-repeat top;
}

#nav ul.category{
	margin: 0;
	padding: 0;
}
#nav ul.category li{
	list-style: none;
	line-height: 75%;
}

/* --- ▲サイドバー内の設定終了 --- */

/* --- フロートを解除 --- */
#content hr.clear{
	clear:right;
	width:100%;
	margin:0;
	visibility:hidden;
}
/* --- ▲コンテンツ内の設定終了 --- */


/* --- ▼フッタ内の設定開始 --- */
/* --- フッタ --- */
#footer {
	padding:15px 0; /* フッタのパディング（上、左右、下） */
	background:url(../image/all/foot_bg.gif) repeat-x left;
/*	background:#0088ff; */
	border-top:2px solid #3366ff;
}
#footer ul.list{
	margin:0 0 10px;
	padding:0;
	list-style-type:none;
	text-align:center;
}
#footer ul.list li{
	display:inline;
	padding:0 4px 0 8px;
	background:url(../image/menu_line.gif) no-repeat left;
}
#footer ul.list li a{
	color:#ffffee;
}
#footer ul.list li.first{
	background:none;
}
#footer ul.guide{
	margin:0 0 15px;
}
#address{
	color:#ffffee;
	font-style:normal;
	text-align:center;
	font-size:90%;
}
/* --- ▲フッタ内の設定終了 --- */


/* --- ▼その他の設定開始 --- */
/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}
/* --- ▲その他の設定終了 --- */
