@charset "utf-8";

/* All Layout
-------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	line-height: 130%;
}

h1,h2,h3,h4,ul,li,p,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {
	text-decoration: underline;
}
a:link {
	color: #1374d6;
}
a:visited {
	color: #1374d6;
}
a:hover {
	color: #b6b5b5;
}
a:active {
	color: #CCCCCC;
}

body {
	font-size: 76%;
	letter-spacing: 0.1em;
	color: #434343;
}

.left {
	float:left;
}
.right {
	float:right;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
/* MacIE begin \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* MacIE end */



/* Wrapper
-------------------------------------------------*/
#wrapper {
	text-align: center;
	background: #f6f3e5;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #0066FF;
}


/* Contents
-------------------------------------------------*/
#contents {
	width: 765px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: right;
	background: url(../images/bg01.gif) repeat-y center top;
}

/*\*/
* html #contents {width: 810px; padding: 0 25px;}	/* For Win IE */
/* */ 


/* Header
-------------------------------------------------*/
#header {
	padding: 13px 0 0;
}

#header .ci {
	float: left;
	margin: 7px 0 0 18px;
}
#header .inquire {
	float: right;
}
#header .inquire li {
	list-style-type: none;
}
#header .inquire li a {
	display: block;
	padding: 3px 0 3px 35px;
	background: url(../images/ic01.png) no-repeat 0 50%;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}
#header {
	display: inline-table;
}
/* MacIE begin \*/
* html #header {
	height: 1%;
}
#header {
	display: block;
}
/* MacIE end */


/* Main (gnavi/mainVisual)
-------------------------------------------------*/
#main {
	width: 750px;
	margin: 20px 0 0 auto;
	clear: both;
	text-align: left;
}

/*Gnavi*/
#main #gnavi {
	float: left;
	width: 173px;
	height: 230px;
	overflow: hidden;
	background: url(../images/bg02.gif) repeat left top;
}
#main #gnavi ul {
	border-top: 1px solid #cdcdcd;
}
#main #gnavi ul li {
	list-style-type: none;
}
#main #gnavi ul li a {
	display: block;
	height: 32px;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	overflow:hidden;
	vertical-align: bottom;
}
#main #gnavi ul li a span {
	display: none;
}
#main #gnavi ul li a.g01:link,
#main #gnavi ul li a.g01:visited,
#main #gnavi ul li a.g01:active {
	background: url(../images/gnav01.gif) no-repeat left top;
}
#main #gnavi ul li a.g01:hover {
	background: url(../images/gnav01_o.gif) no-repeat left top;
}
#main #gnavi ul li a.g02:link,
#main #gnavi ul li a.g02:visited,
#main #gnavi ul li a.g02:active {
	background: url(../images/gnav02.png) no-repeat left top;
}
#main #gnavi ul li a.g02:hover {
	background: url(../images/gnav02_o.png) no-repeat left top;
}
#main #gnavi ul li a.g03:link,
#main #gnavi ul li a.g03:visited,
#main #gnavi ul li a.g03:active {
	background: url(../images/gnav03.png) no-repeat left top;
}
#main #gnavi ul li a.g03:hover {
	background: url(../images/gnav03_o.png) no-repeat left top;
}
#main #gnavi ul li a.g04:link,
#main #gnavi ul li a.g04:visited,
#main #gnavi ul li a.g04:active {
	background: url(../images/gnav04.gif) no-repeat left top;
}
#main #gnavi ul li a.g04:hover {
	background: url(../images/gnav04_o.gif) no-repeat left top;
}
#main #gnavi ul li a.g05:link,
#main #gnavi ul li a.g05:visited,
#main #gnavi ul li a.g05:active {
	background: url(../images/gnav05.png) no-repeat left top;
}
#main #gnavi ul li a.g05:hover {
	background: url(../images/gnav05_o.png) no-repeat left top;
}
#main #gnavi ul li ul.sub {
	height: 63px;
	overflow: hidden;
	padding: 0 0 0 30px;
	border-top: none;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
}
#main #gnavi ul li ul.sub li {
	margin: 0.8em 0;
}
#main #gnavi ul li.last a.opened {
	border-bottom: 1px solid #cdcdcd;
}
#main #gnavi ul li.last a.opened ul {
	border-bottom: 1px solid #cdcdcd;
}
#main #gnavi ul li ul.sub li a {
	display: inline;
	width: auto;
	height: auto;
	border: none;
}

/*MainVisual*/
#main #mainVisual {
	float: right;
}

#main:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}
#main {
	display: inline-table;
}
/* MacIE begin \*/
* html #main {
	height: 1%;
}
#main {
	display: block;
}
/* MacIE end */



/* Main Contents
-------------------------------------------------*/
#mainContents {
	clear: both;
	margin: 20px 0 0;
	padding: 40px 0 0;
	text-align: left;
	background: url(../images/line01.gif) no-repeat center top;
}
*:first-child+html #mainContents {
	padding: 20px 0 0;
}
#mainContents h2 {
	padding: 5px 0 3px 8px;
	border-left: 5px solid #F75229;
	background: url(../images/bg02.gif) repeat left top;
}

/*news*/
#mainContents #news {
	float: left;
	width: 275px;
}
#mainContents #news dl {
	margin: 18px 0 0;
}
#mainContents #news dl dt {
	clear: both;
	margin: 0 0 6px 5px;
	padding: 0 0 0 12px;
	background: url(../images/ic02.gif) no-repeat 0 50%;
}
#mainContents #news dl dd {
	margin: 0 0 14px 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px solid #f0e7e5;
	line-height: 1.5em;
}

/*newProducts*/
#mainContents #newProducts {
	float: right;
	width: 460px;
}
#mainContents #newProducts h2 {
	margin: 0 0 18px;
}
#mainContents #newProducts .product {
	clear: both;
	margin: 0 0 13px;
}
#mainContents #newProducts .product .vis {
	float: left;
	width: 160px;
}
#mainContents #newProducts .product .vis a:link img,
#mainContents #newProducts .product .vis a:visited img,
#mainContents #newProducts .product .vis a:active img {
	border: 1px solid #f0e7e5;
}
#mainContents #newProducts .product .vis a:hover img {
	border: 1px solid #f7b2a9;
}
#mainContents #newProducts .product .detail {
	float: right;
	width: 280px;
}
#mainContents #newProducts .product .detail h3 {
	font-weight: bold;
	color: #755538;
	padding: 0 0 8px;
}
#mainContents #newProducts .product .detail h3.jp {
	background: url(../images/ic03.gif) no-repeat right top;
}
#mainContents #newProducts .product .detail h3.ge {
	background: url(../images/ic04.gif) no-repeat right top;
}
#mainContents #newProducts .product .borderBr {
	padding: 0 0 3px;
	margin: 0 0 10px;
	font-size: 0.85em;
	border-bottom: 1px solid #d1b498;
}
#mainContents #newProducts .product p {
	line-height: 1.5em;
}

#mainContents #newProducts .before {
	clear: both;
	padding: 5px;
	background: #f0f0f0;
	text-align: right;
}
#mainContents #newProducts .before a {
	text-decoration: none;
	padding: 0 0 0 13px;
	background: url(../images/ic02.gif) no-repeat 0 50%;
}

#mainContents:after,
#mainContents #newProducts .product:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}
#mainContents,
#mainContents #newProducts .product {
	display: inline-table;
}
/* MacIE begin \*/
* html #mainContents,
* html #mainContents #newProducts .product {
	height: 1%;
}
#mainContents,
#mainContents #newProducts .product {
	display: block;
}
/* MacIE end */


/* Fnavi
-------------------------------------------------*/
#fnavi {
	clear: both;
	margin: 50px 0 0;
	padding: 0 0 10px;
	text-align: center;
}
#fnavi ul {
	margin: 0 auto;
	display: inline;
}
#fnavi ul li {
	display: inline;
	margin: 0 5px;
}
#fnavi ul li a {
	color: #434343;
}
#fnavi ul li a:link,
#fnavi ul li a:visited,
#fnavi ul li a:active {
	text-decoration: none;
}
#fnavi ul li a:hover {
	text-decoration: underline;
}

#fnavi:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}
#fnavi {
	display: inline-table;
}
/* MacIE begin \*/
* html #fnavi {
	height: 1%;
}
#fnavi {
	display: block;
}
/* MacIE end */


/* Footer
-------------------------------------------------*/
#footer {
	clear: both;
	height: 90px;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
	font-size: 0.85em;
	background: url(../images/bg03.gif) no-repeat center top #f6f3e5;
}
*:first-child+html #footer {
	margin-left: -2px;
}

