@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
	color:#444;
	/*font-family:"ヒラギノ角ゴ Pro W3", "MS Pゴシック", sans-serif;*/
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
/**************************************************/
body {
	background-color:#fff;
	background: url(../images/bg_gradation.jpg) left top repeat-x;
	font-size:14px;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"ヒラギノ角ゴ Pro W6", "MS Pゴシック", sans-serif;
	font-weight:bold
}
p {
	line-height:170%;
}
a:link {
	color:#e30;
	color:#111b33;
}
a:visited {
	color:#720;
}
a:hover, a:focus {
	/*color:#daa315;*/
	color:#b1830f;
}
a:active {
	color:#c30;
}
strong {
	font-weight: bold;
}
/**************************************************/
div#container {
	width:950px;
	margin:0 auto;
	background: url(../images/container_back.gif) repeat;
}
div#header {
	position:relative;
	width:100%;
	height:100px;
	background:url(../images/header_back.jpg) left top no-repeat;
	/*padding-bottom:16px;*/
}
div#wrapper1 {
	clear:both;
	width:100%;
}
div#wrapper2 {
	float:right;
	width:750px;
}
div#content {
	float:left;
	width:600px;
	background-color:#fff;
}
div#content.list, div#content.movie {
	float:left;
	width:750px;
	background-color:#fff;
}
div#content.movie div.inner_content h1 {
	margin:0 0 30px 0;
	clear:both;
}
div#content.movie div#logo {
	padding-bottom:5px;
	float:right;
}
div#sidebarA {
	float:right;
	width:130px;
	padding:10px;
	background-color:transparent;
}
div#sidebarB {
	float:left;
	width:180px;
	padding:10px;
}
div#sidebarB ul {
	list-style-type:none;
}
div#sidebarB ul li {
	background:url(../images/menubox.gif) left top no-repeat;
	cursor:pointer;
}
div#sidebarB ul li span.parent {
	margin-left:3px;;
}
div#sidebarB ul li a {
	display:block;
}
div#sidebarB ul li li {
	padding:0 14px;
}
div#sidebarB ul li li ul {
	/*background:url(../images/menubox.gif) left top no-repeat;*/
	background-color:#ccc;
	background-color:#c8c6ad;
}
div#sidebarB ul li li li {
	padding:4px 2px;;
	background-image:none;
}
div#sidebarB li.pagelink {
	list-style-image:url(../images/menuarrow.gif);
	margin-left: 24px;
	font-size:12px;
	padding:4px 2px;
}
.parent {
	margin-left:-14px;
	cursor:hand;
	display:block;
	margin:0;
	padding:4px 0;
}
.child, div#corporate, .disapprove {
	display:none;
}
.icon {
	margin-right:2px;
}
div#sidebarB ul.child {
	margin:0;
}
div#logo {
	margin:0;
	padding:5px 10px;
}
div#unavi {
	position: absolute;
	right:0;
	top:7px;
	width:400px;
	font-size:11px;
	line-height:1.2;
}
#unavi ul {
	list-style-type:none;
}
#unavi li {
	position:absolute;
	top:0;
}
#unavi li#navInquiry {
	/*right:23em;*/
	right:15em
}
#unavi li#navService {
	/*right:15em;*/
	right:7em
}
#unavi li#navCorporate {
	/*right:9em;*/
	right:1em
}
#unavi li#navSitemap {
	/*right:1em;*/
}
#unavi a {
	color: #999;
}
#unavi a:hover {
	color: #daa315;
}
div#gnavi1 {
	position: absolute;
	top:70px;
	height:30px;
	border-top:1px solid #70747c;
	border-right:1px solid #70747c
	border-left:1px solid #70747c;
	/*background:#7f858d;*/
}
#gnavi1 ul {
	list-style-type:none;
}
#gnavi1 li {
	float:left;
}
div#breadcrumb {
	height:16px;
	margin:6px 10px;
	font-size:11px;
}
div#pagebanner {
	margin:10px;
}
div.inner_content {
	margin:5px 10px;
}
div.inner_content h1,div.inner_content h2,div.inner_content h3,div.inner_content h4 {
	line-height:1.8;
}
div#pagebanner h1 {
	line-height:1.5;
	margin:0;
	font-weight:normal;
	font-size:24px;
}
div.inner_content h1,div.inner_content h2 {
	border-left:6px solid #daa315;
	border-bottom:1px solid #daa315;
	padding-left:3px;
	line-height:1.5;
	margin:20px 0;
	font-weight:normal;
	font-size:20px;
}
div.inner_content ul {
	margin:10px 20px;
}
div.inner_content ul li {
	margin:10px  0;
}
div.inner_blankcontent {
	margin:10px;
	height:480px;
}
div.news {
	margin-bottom:10px;
}
div.news p.ndate {
	font-size:12px;
	font-weight:bold;
	float:left;
	width:115px;
	color:#223366;
}
div.news p.news {
	font-size:12px;
	margin-left:115px;
	border-left:2px solid #a60;
	padding-left:6px;
}
div.news span.new {
	background-color:#900;
	padding:2px;
	color:#fff;
	font-size:9px;
	margin-left:3px;
}
div#two_column {
	margin:20px 10px;
}
div#two_column h2 {
	font-size:14px;
	font-weight:bold;
}
#two_column .column_wrapper {
	clear:both;
	width:100%;
}
#two_column .column_wrapper .section {
	width:260px;
	height:160px;
	padding:10px;
	font-size:12px;
	background:url(../images/column_back.gif) left top no-repeat;
}
#two_column .column_wrapper #column_left {
	float:left;
}
#two_column .column_wrapper #column_right {
	float:right;
}
.inner_column_link {
	clear:both;
	text-align:right;
	margin-top:10px;
	padding-right:16px;
	background:url(../images/menuarrow.gif) right center no-repeat;
}
div#footer {
	clear:both;
	width:100%;
	padding:15px 0;
	background: url(../images/footer_back.gif) repeat;
	text-align:center;
}
div#gnavi2 li {
	display:inline;
	padding:0px 10px;
	font-size:12px;
}
div#copyright {
	clear:both;
	font-size:9px;
	color:#ccc;
	padding:10px 0;
}
div.topagetop {
	text-align:right;
	font-size:10px;
	margin:20px 10px;
}
span.topagetop {
	padding:5px 0px 5px 18px;
	background:url(../images/pagetoparrow.gif) left center no-repeat;
}
div.image_right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
div.float_clear {
	clear:both;
}
/**************************************************/
/* テーブル全体 */
table {
	border-top: 1px solid #a60;
	border-left: 1px solid #a60;
	background: #fff;
	border-collpase: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin:10px 0;
	font-size:90%;
}
html>body table { border-collapse: separate; }
/* ヘッダセル */
th {
	border-right: 1px solid #a60;
	border-bottom: 1px solid #a60;
	/*background: #feebb9;*/
	background: #fffbd9;
	color: #666;
	padding: 2px 4px;
}
/* データセル */
td {
	border-right: 1px solid #a60;
	border-bottom: 1px solid #a60;
	padding: 2px 4px;
}
span.table_dot {
	color:#daa315;
	color:#f90;
}
/**************************************************/
/* レギュレータ、アクセサリーリスト用等ケイを表示しないレイアウト用テーブル */
div#prodcut_table table {
	border:0;
	background: #fff;
	border-collpase: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin:0;
	font-size:90%;
}
html>body div#prodcut_table table { border-collapse: separate; }
/* ヘッダセル */
div#prodcut_table th {
	border:0;
	/*background: #feebb9;*/
	background: #fffbd9;
	color: #666;
	padding:0;
}
/* データセル */
div#prodcut_table td {
	border:0;
	padding:0;
}
div#prodcut_table dt {
	width:180px;
	color:#daa315;
	font-weight:bold;
}
div#prodcut_table dd {
	width:164px;
	margin-left:16px;
	color:#666;
	font-weight:normal;
	font-size:12px;
}

div.spec_title {
	width:180px;
	float:left;
	color:#daa315;
	font-weight:bold;
}
div.spec_data {
	margin-left: 180px;
}

/**************************************************/
.hr {
	clear:both;
	height:2px;
	padding:0 10px 5px;
	background:url(../images/hr.gif) repeat-x;
}
.listtest ul {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 2px dotted #a60;
}
.imgleft {
	float:left;
	margin-right:10px;
}
.small {
	font-size:90%;
}
.attention {
	font-size:85%;
	line-height:110%;
	color:#767;
	margin:10px 0;
	padding:5px;
	border:1px red solid;
}
.attention img {
	margin:5px 0;
}
.hdn {
	visibility:hidden;
}
.pagelink {
	padding-left:18px;
	background:url(../images/menuarrow.gif) left center no-repeat;
}
.pagelink img {
	margin-left:1px;
}
.pagelink a.v-contents {
	padding-right:16px;
	margin-right:2px;
	background:url(../images/icon-videomenu.gif) right center no-repeat;
}

/**************************************************/
#sidebarA dt {
	padding: 2px;
	border-top: 1px solid #feebb9;
	border-bottom: 1px solid #a60;
	background-color: #daa315;
	color: #FFF;
	font-weight: bold;
	font-size:12px;
	text-align: center;
}
#sidebarA dd {
	margin: 5px 0;
}
.outsidelink li {
	list-style-image:url(../images/menuarrow.gif);
	margin-left:24px;
	font-size:12px;
}
.download li {
	list-style-image:url(../images/pdficon_small.gif);
	margin-left:26px;
	font-size:12px;
}
/**************************************************/
/*****Top Page Only*****/
#topimage {
	margin:0;
	padding:0;
}
#topimage h1 {
	display:none;
}
#top_news {
	margin:5px 100px;
	line-height:1.8;
}
#top_news h2 {
	border-left:6px solid #daa315;
	border-bottom:1px solid #daa315;
	padding-left:3px;
	line-height:1.5;
	margin:20px 0;
	font-weight:normal;
}

/**************************************************/
/*****ニュース読み込みエリア*****/
#result {
	width:570px;
	height:auto;
	padding:0;
}

/**************************************************/
/*****Product Page Only*****/
.product_image {
	margin:0 auto;
	text-align:center;
}
/* 以下の2つのDLタグはIEでレイアウトが崩れるため使用しない方針に変更 */
/*
#product_spec dt {
	width:100px;
	float:left;
	color:#daa315;
	font-weight:bold;
}
#product_spec dd {
	width:480px;
	float:right;
	color:#666;
	font-weight:normal;
	font-size:12px;
}
*/
#product_spec.hr {
/*	clear:both;
	height:10px;
	padding:0 10px 5px;
	background:url(../images/hr.gif) repeat-x;*/
}
/* DLタグの替わりにTABLEタグを使用 */
#product_spec table {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #fff;
	border-collpase: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin:10px 0;
	font-size:90%;
}
html>body #product_spec table { border-collapse: separate; }
/* ヘッダセル */
#product_spec th {
	text-align:left;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #999999;
	background: #ffffff;
	color: #daa315;
	font-weight:bold;
	padding: 2px 10px;
}
/* データセル */
#product_spec td {
	border-right: 1px solid #fff;
	border-bottom: 1px dotted #999999;
	padding: 2px 4px;
	font-size:90%;
}
#product_spec td ul {
	line-height:130%;
}
#product_spec span.table_dot {
	color:#daa315;
	color:#f90;
}

/**************************************************/
/*****Movie Page Only*****/
div.movie#content p#contentTitle {
	padding:8px 33px 2px 0;
	vertical-align:middle;
	background:url(../images/icon-video.gif) right top no-repeat;
	display:inline;
}

div#movie_menu {
	height:72px;
	overflow:auto;
	border:1px solid #999;
}
div#movie_menu li {
	list-style-image:url(../images/menuarrow.gif);
	margin-left: 24px;
	font-size:12px;
}
div#movie_menu2 {
	/*height:72px;
	overflow:auto;*/
	border:1px solid #999;
	padding-left:36px;
	margin:10px 0 20px
}
div#movieIndex a {
	margin:0px;
	padding:0px;
	display:block;
	font-size:90%;
}
/**************************************************/
/*****Inquiry Page Only*****/
input, textarea { border:1px solid #999; padding:1px; }
legend {color:#363; margin:5px 0;}
#inquiryform {margin: 0 0 15px 0;}
#inquiryform table {
	border-top: none;
	border-left: none;
	background: #fff;
	border-collpase: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin:20px 0 10px 0;
	font-size:90%;
}
#inquiryform table td {
	border-right: none;
	border-bottom: 1px solid #FFF;
	padding: 2px 7px;
}
#inquiryform table td.bgform {
	background:#CCCCCC url(../images/form_back.gif);
}
#inquiryform table td.bodform {
	border-bottom: 1px solid #DDD;
}
#inquiryform table td ul {
	line-height:1.1;
}
.formbtn {font-size:0.9em; padding:5px; cursor:pointer; background-color:#DDD; border-bottom: 1px solid #333; border-right: 1px solid #333;}
#confirm ul li { color:#cc0000; font-weight:bold; }

