@charset "utf-8";

/* All Layout
-------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,
img,ul,li,p,
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style: none;
	line-height: 160%;
}

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: #1374d6;
}

body {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	line-height:160%;
	letter-spacing: 0.1em;
	color: #434343;
	font-family:"ＭＳ Ｐゴシック", Verdana ,sans-serif;
	background: url(../img/body_bg.jpg) repeat-x top;
}

.left {
	float:left;
}
.right {
	float:right;
	margin-bottom: 15px;
}
.left_red {
	color:#FF0000;
	font-size:30px;
	font-weight:bold;
	margin:15px 0 15px 15px;
}
.Attention {
	color:#333333;
	font-size:30px;
	font-weight:bold;
	margin:15px 0 15px 15px;
}

.center {
	text-align:center;
}

.clear {
	display: inline-table;
	line-height:0;

}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

.clearfix {
min-height:1px;
}

* html .clearfix {
height:1px;
}

/* MacIE begin \*/
* html .clear {
	height: 1%;
}
.clear {
	clear:both;
}
/* MacIE end */



/* Wrapper
-------------------------------------------------*/
#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #FEFEFE url(../img/body_bg.jpg) repeat-x top;
}


/* Contents
-------------------------------------------------*/
#contents {
	width: 735px;
	margin: 0px 0 15px;
	padding: 0;
	float: right;
}


/* 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(../img/ic01.gif) 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;
	height: 100px;
}
/* MacIE end */


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

/*Gnavi*/
#gnavi {
	width: 200px;
	margin: 0;
	padding: 0;
	height: 168px;
}
#gnavi ul {

}
#gnavi ul li {
	list-style-type: none;
}

/*MainVisual*/
#mainVisual {
	width: 735px;
}

#main:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}

/* MacIE begin \*/
* html #main {
	height: 1%;
}
#main {

}
/* MacIE end */



/* Main Contents
-------------------------------------------------*/
#mainContents {
	clear: both;
	margin: 20px 0 0;
	padding: 40px 0 0;
	text-align: left;
	background: url(../img/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(../img/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(../img/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(../img/ic03.gif) no-repeat right top;
}
#mainContents #newProducts .product .detail h3.ge {
	background: url(../img/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(../img/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;
	margin: 0 auto;
	padding: 0;
	font-size: 0.85em;
	background: url(../img/footer_bg.gif) repeat-x;
	width: 100%;
	border-bottom: 5px solid #0053C6;
	display: block;
}
*:first-child+html #footer {
	margin-left: -2px;
}

#top_pro dd {
	width: 115px;
	text-align: center;
}
/*商品詳細のテーブル*/
.teable_pro {
	text-align: center;
	border: 1px solid #444444;
}
.teable_pro th {
	background: #FFFF99;
	border: 1px solid #444444;

}
.teable_pro td {
	border: 1px solid #444444;
}
/*▲商品詳細のテーブル*/

.no_text {/*h3文字なしバックグラウンド*/
	text-indent: 15px;
	font-size: 18px;
	font-weight: bold;
	height: 44px;
	width: 735px;
	margin: 10px 0 0;
	padding: 0px;
	background: url(/img/h3_blank.jpg) no-repeat;
	line-height: 40px;
}
.m_all_10 {/*マージン10px*/
	margin: 10px;
	width: 715px;
}
.koshi_left {/*コシ器マージン10px左画像*/
	margin: 10px 0;
	width: 305px;
	float: left;
	padding-left: 10px;
}

.koshi_right {/*コシ器マージン10px右*/
	margin: 10px;
	width: 400px;
	float: left;
}

.m_right_10 {/*マージンライト10px*/
	margin-right: 10px;
}
.series {
	background-color:#FFCC66;
	font-weight:bold;
	text-indent: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
	
#head_contact {
	float: right;
}
h1 {
	float: left;
}
#left_side {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
#side_info {
	width: 198px;
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
#side_info p {
	margin:7px;
	font-weight: bold;
	width: 186px;
	display: block;

}
#side_info img {
margin-left:8px;

}
h3 img {
	margin-top: 10px;
}
#top_txtbox {
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	width:510px;
}
#contents dt {
	height: 127px;
	width: 170px;
	margin-top: 10px 0;
	border: 1px solid #666666;
	text-align: center;
}
#contents dd {
	width: 170px;
	float: left;
}
#contents dl {
	margin: 10px 0;
	padding: 0px 0px 0px 5px;
	float: left;
	width: 178px;
	display: block;
}
#contents ul {
	margin: 0px 20px;
}
#contents li {
	line-height: 35px;
	background: url(../img/border.gif) no-repeat bottom;
}
#footer #foot {
	width: 950px;
	margin: 0px auto;
}
#footer #foot h4 {
	font-size: 14px;
	padding-top: 15px;
}
#side_info h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer #foot address {
	margin-top: 15px;
	margin-bottom: 10px;
}
#footer #foot img {
	float: left;
}
h6 {
	text-align: center;
	line-height: 20px;
}
#other_txtbox {
	width: 710px;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 10px;
}
#other_txtbox .boss {
	float: right;
	margin-top: 10px;
}
/*会社概要テーブル*/
.table_com {
	margin:10px 15px 10px 15px;
	border: 1px solid #CCCCCC;
}
.table_com th {
	border:1px solid #cccccc;
    padding: 10px;
	text-align: center;
}
.table_com td {
	border:1px solid #cccccc;
	padding: 10px; 
}
/*▲会社概要テーブル*/
#map {
	margin: 10px 10px 10px 15px;
	width: 710px;
}
#mailform {
	margin-bottom: 20px;
}
#main_p {
	width: 735px;
}
#main_p dt {
	height: 175px;
	width: 234px;
	margin-top: 10px 0;
	border: 1px solid #CCCCCC;
	text-align: center;
}
#main_p dd {
	width: 234px;
	text-align: center;
}
#main_p dl {
	margin: 10px 0;
	padding: 0px 0px 0px 5px;
	float: left;
	width: 240px;
	display: block;
}
#top_pro dl {
	float: left;
	width: 117px;
	padding-left: 5px;
}
#top_pro dt {
	width: 115px;
	height: 86px;
}
#top_pro dd {
	width: 115px;
}
em {
	font-style: normal;
	color: #CC0000;
}
#contents h6 {
	float: left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}
#other_product {
	width: 735px;
}
#other_img {
	width: 735px;
	margin-bottom: 10px;
}
strong {
	padding-left: 10px;
	font-size: 12px;
}

