@charset  "shift-jis";
@import url(reset.css);

html,body{
	margin: 0px;
	padding: 0px;
	background-color: #ECE9D8;
	width: 100%;
	height: 100%;
}
#wrapper{
	width: 798px;
	/*min-height: 100%;*/
	margin: 0 auto;
	padding:0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background: url(../images/wrapperBg.gif) repeat-y;
}

/*+++++++++++++++++++++++++++++++++++++++++++ header */
#header{
	width: 798px;
	margin: 0px;
	padding: 0px;
	height: 106px;
	text-align: left;
	position: relative;
}
#header h1{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/headerBg02.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 798px;
}
#header h1 a{
	width: 798px;
	height: 106px;
	display: block;
}
#header ul#headerMenu{
	list-style: none;
	position: absolute;
	top: 0px;
	left: 516px;
}
#header ul#headerMenu li{
	list-style: none;
	float: left;
	display: block;
}
#hm11{
	width: 83px;
}
#hm12{
	width: 52px;
}
#hm13{
	width: 67px;
}
#hm14{
	width: 79px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ menu */
#menu{
	width: 798px;
	height: 35px;
}
#menu ul{
	list-style: none;
}
#menu ul li{
	list-style: none;
	float: left;
	width: 133px;
	display: block;
}

/*+++++++++++++++++++++++++++++++++++++++++++ mainImage */
#mainImage{
	clear: both;
	margin: 0px;
	padding: 0px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ sideMenu */
#sideMenu{
	float: left;
	width: 215px;
	background-color: #ECECEA;
}
#sideMenu ul{
	list-style: none;
	width: 215px;
}
#sideMenu ul li{
	list-style: none;
	display: block;
	width: 215px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ footer */
#footer{
	clear: both;
	width: 798px;
	height: 128px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/footerBg.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ contents */
#contents{
	float: right;
	width: 530px;
	margin: 0px;
	padding: 16px 26px 30px 27px;
	background-color: #FFFFFF;
	text-align: left;
}
#contents p{
	margin-bottom: 1em;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}
#contents h2{
	color:#666666;
	font-size:16px;
	width:500px;
	background-image:url(../images/h2Bg.jpg);
	background-repeat:no-repeat;
	margin:25px 0px 5px 0px;
	padding:5px 0px 5px 15px;
}
/* old */
.normalTxt{
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.idxNew{
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
}
#contents td{
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
#contents td strong{
	color: #000000;
	font-weight: bold;
}
.redBold{
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
}
#history td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 3px;
}
#inquiry td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding:5px 3px 5px 5px;
}
table.tblPadding3 td{
	padding: 3px;
}
table.tblPadding1 td{
	padding: 1px;
}
.idxNew a{
	color: #FCFAD1;
	text-decoration: none;
}
idxNew a:visited{
	color: #F0E0F8;
	text-decoration: none;
}
idxNew a:hover{
	color: #FFCC00;
	text-decoration: underline;
}
.largeTxt{
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}

.f_banner{
	margin-top:20px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ image etc */
.imgLeft {
	float: left;
	margin: 0px;
	padding: 0px 10px 10px 0px;
}
.imgRight {
	float: right;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
.photoLeft {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 2px;
	border: 1px solid #666666;
}
.photoRight {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 2px;
	border: 1px solid #666666;
}

/*+++++++++++++++++++++++++++++++++++++++++++ link */
/*a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:hover { color: #0000FF; }
a:active { color: #0000FF; }*/

/*+++++++++++++++++++++++++++++++++++++++++++ text */
.x-small { font-size:x-small; line-height:150%; }
.small { font-size:small; line-height:150%; }
.medium { font-size:medium; line-height:150%; }
.large  {font-size:large; line-height:150%; }
.x-large { font-size:x-large; line-height:150%; }
.xx-large { font-size:xx-large; line-height:150%; }
.colerBlue{ color:#5EBEE8; }
.colerRed{ color:#FF0000; }
.colorBlack{ color:#000000; }

/*+++++++++++++++++++++++++++++++++++++++++++ etc */
.clear { clear:both; }
.texCenter { text-align:center; }
.texLeft { text-align:left; }
.texRight { text-align:right; }
.weightNormal {font-weight:normal; }
.floatL { float:left; }
.floatR { float:right; }
.space_h300{ height: 300px; }

/*+++++++++++++++++++++++++++++++++++++++++++ products */
.txt {line-height:150%;}
.red {color:#CC0000;}
.left { float:left }
.left p { margin:5px 3px 5px 3px; line-height:130%; }
.left_con03 { float:left; width:200px;}

.right { float:right }
.right p { margin:5px 3px 5px 3px; line-height:130%; }
.right_con03 { float:right; width:330px;}

.pro_photo { border:1px solid #CCCCCC; padding:2px 2px 2px 2px; }

/*+++++++++++++++++++++++++++++++++++++++++++ voice */

.voice{
	padding:0px 0px 0px 0px;
}

.voice li{
	font-size: 12px;
	list-style: none;
	line-height:180%;
	background:url(../../products/img/voice_list.gif) no-repeat 8px 6px;
	padding:0px 0px 0px 28px;
}

#contents .staff {
	background-color:#FFF0F0;
	padding:10px 15px 10px 15px;
	margin:0px 0px 40px 0px;
}

#contents .staff p {
	color:#666666;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

