@charset "UTF-8";

*{
	font-family:Verdana,Helvetica,Arial,sans-serif;
	color:#333333;
}

img{
	border:0;
}
img.frame{
	padding: 10px;
	border: 1px solid #cccccc;
	margin-left: 5px;
}

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;
}
.blue{
	color: #0000ff;
}

/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	color: #333333; /* 全体の文字色 */
	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: #ffffff;
}

/* --- ページ --- */
#page {
	width: 880px; /* ページの幅 */
	margin: 0 auto; /* センタリング */
	background:#ffffff;
}

/* --- ▼ヘッダ内の設定開始 --- */
/* --- ヘッダ --- */
#headerBox{	
	width:100%;
	border-top:2px solid #3366ff;
	background: url(../image/all/head_bg.gif) repeat-x top ;
}
#header {
	margin:0 auto;
	position: relative; /* 相対配置（ガイドメニューのために設定） */
	width: 880px; /* IE 6のために幅の指定が必要 */
	height: 90px;
}
/* ヘッダの写真 */
#header div.green{
	padding: 1px 0; /* ヘッダのパディング（上、左右、下） */
}

#header h1.pageTitle{
	padding-top: 5px;
	margin: 0;
}

#header ul.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:#00ff00;
	text-decoration:underline;
}

/* --- ▲ヘッダ内の設定終了 --- */

#flashArea{
	width:100%;
}

/* --- メニュー項目 --- */

/* ==== MENU(HEADER) ==== */
#menu{
	clear:both;
	width:880px;
	padding: 0;
	margin:0 auto;
	background:#cccccc;
	font-size: 120%;
}
#menu:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	list-style-type:none;
	float:left;
	text-align:center;
	margin:0;
	padding:0;
}
#menu li a{
	display:block;
	width:176px;
	text-decoration: none;
	background:#cccccc;
	line-height:26px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
#menu li a:hover{
	background:#9f1d20;
	color: #ffffff;
}

/* --- ▼コンテンツ内の設定開始 --- */
/* --- コンテンツ --- */
#content {
	width: 880px; /* コンテンツの幅 */
	margin-bottom: 10px; /* コンテンツの下マージン */
}
#content p.pan{
	padding-left: 10px;
	margin-bottom: 0;
	font-size: 90%;
}

/* --- ▼メインカラム内の設定開始 --- */
/* --- メインカラム --- */
#main {
	float: right;
	width: 610px; /* メインカラムの幅 */
	padding:15px 0 0 0;
}
#main h3{
	padding:0 10px ;
}
#main h3.qa{
	padding: 10px 10px 3px;
	font-size: 110%;
	border-bottom: 1px dashed #009999;
	border-top: 1px solid #cccccc;
}
#main div.section {
	margin:0 0 2em 0; /* セクションの下マージン */
}
#main p{
	padding: 0 10px 0 10px;
	line-height: 150%;
}
#main h4{
	color:#008888;
	margin: 0 10px ;
	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.list{
	width: 600px;
}
#main ul.list li.left{
	width: 280px;
	height:290px;
	margin: 0 5px 10px 0;
	border: 1px solid #cccccc;
	float: left;
	list-style-type: none;
}
#main ul.list li.right{
	width: 280px;
	height:290px;
	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 ul.glassvu{
	width: 580px;
}
#main ul.glassvu img{
	padding: 0;
	margin: -3px 0 0 0;
}
#main ul.glassvu li.left{
	width: 280px;
	height: 320px;
	margin: 0 0 10px 0;
	border: 1px solid #cccccc;
	float: left;
	list-style-type: none;
}
#main ul.glassvu li.right{
	width: 280px;
	height: 320px;	
	margin: 0 0 10px 0;
	border: 1px solid #cccccc;
	float: right;
	list-style-type: none;
}
#main table.touch{
	width: 594px;
	margin-left:8px;
	border-collapse: collapse;
	border-left:1px solid #cccccc ;
	border-top:1px solid #cccccc ;
}
#main table.touch th{
	width: 100px;
	padding:3px 10px;
	font-weight: normal;
	text-align: left;
	border-right:1px solid #cccccc ;
	border-bottom:1px solid #cccccc ;
}
#main table.touch td{
	padding: 3px 10px;
	font-weight: normal;
	border-right:1px solid #cccccc ;
	border-bottom:1px solid #cccccc ;
}
#main ol li{
	line-height: 150%;
}

/* --- ▲メインカラム内の設定終了 --- */


/* --- ▼サイドバー内の設定開始 --- */
/* --- サイドバー --- */
#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:150%;
}
/* 青色の部分 */
#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;
}
#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/all/menu_line.gif) no-repeat left;
}
#footer ul.list li a{
	color:#333333;
	text-decoration: none;
}
#footer ul.list li a:hover{
	color:#ffffff;
	text-decoration: underline;
}
#footer ul.list li.first{
	background:none;
}
#footer ul.guide{
	margin:0 0 15px;
}
#address{
	color:#333333;
	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;
}
/* --- ▲その他の設定終了 --- */
