﻿
/*--------------------------
     Reset
----------------------------*/
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
	border-collapse:collapse;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}
em{
	font-style:normal;
	font-weight:bold;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/*--------------------------
     Base layout
----------------------------*/

html{
	height:100%;
}
body{
	height:100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
img { border: none }
em{
	font-weight: bold;
	font-style: normal;
}
a:link{
	color:#06c;
}
a:visited{
	color:#800080;
}
a:hover{
	color:#09f;
}

div#pageWrapper{
	width:100%;
	background-color:#ccc;
	 min-height: 100%;
    _height: 100%;
	text-align:center;
	
}

/* Header */
div#header{
	width:100%;
	height:50px;
	background-color:#666;
	text-align:center;
position:fixed;
z-index:2;
}
div#header div.container{
	width:960px;
	margin:0 auto;
	text-align:left;
}
div#header div.logo{
	width:200px;
	float:left;
}
div#header div.nav{
	width:760px;
	float:left;
	background:url(images/header_img02.gif) 0 0 no-repeat;
	padding-top:14px;
}
div#header div.nav img.block{
	display:block;
}
div#header div.nav ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:0;
}
div#header div.nav ul li{
	margin:0;
	padding:0;
	display:inline-block;
    *display: inline;  
    *zoom: 1; 
	font-size:10px;
}
div#header div.nav ul li:last-child{
	padding-left:15px;
}

div#main{
	width:960px;
	margin:0 auto;
	text-align:left;
	padding-bottom: 60px;
	background:#fff url(images/side_bg.gif) 0 0 repeat-y;
}

div#sideNav{
	width:180px;
	margin: 0 15px 0 0;
	padding:10px 0 50px 0;
	float:left;
	background-color:#ccc;
position:fixed;
z-index:1;
margin-top:50px;
height:87%;
overflow:auto;
background:#fff;
}
div#sideNav p.caption1{
	margin:0 0 0.5em 5px;
	padding:0;
	font-size:12px;
	line-height:1.3;
	font-weight:bold;
	
}
div#sideNav p.caption2{
	margin:0 0 0.5em 5px;
	padding:0;
	font-size:12px;
	line-height:1.3;
	color:#900;
}
div#sideNav ul{
	margin:0 10px 20px 10px;
	padding:0;
	font-size:12px;
	line-height:1.3;
}
div#sideNav ul li{
	margin: 0 0 0.5em 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #fff;
	
}
div#sideNav ul li a{
	color:#006;
	text-decoration:none;
	transition:0.2s;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
}
div#sideNav ul li a:link,
div#sideNav ul li a:visited{
	background-color: #ccc;
}
div#sideNav ul li a:hover{
	background-color: #fc0;
}
div#sideNav ul li.current a{
	background-color: #fc0!important;
}
/****20240701add****/
#sideNav li a{background:#fff!important;display:block;}
#sideNav li a:hover{background:#ffcc00!important;}
#sideNav li{border-bottom:1px solid #ccc!important;}
div#contents{
	width:740px;
	float:left;
	padding:10px 0 50px 0;
margin-left:200px;
margin-top:40px;
}
.current a{
	background-color: #fc0;
}

/* Footer */
div#footer{
	width:100%;
	height:60px;
	margin-top: -60px;
	background-color:#333;
	color:#fff;
	text-align:center;
}
div#footer div.container{
	width:960px;
	margin:0 auto;
	text-align:right;
}
div#footer p{
	margin:0;
	padding: 5px 0 0 0;
	font-size:10px;
	line-height:1.3;
}


/*--------------------------
     Old style
----------------------------*/




/*
div#header{
	position:relative;
	width:100%;
	height:55px;
	background-color:#ccc;
}
div#header div.wrap{
	width:800px;
	background-color:#666;
	color:#fff;
}
div#header div.wrap img{
	display:block;
}
div#header div.logo{
	width:200px;
	float:left;
}
div#header div.navArea{
	width:600px;
	float:left;
}
ul#headerNav1{
	width:600px;
	margin:0;
	padding:0;
	list-style:none;
}
ul#headerNav1 li{
	margin:0;
	padding:0;
	float:left;
}
ul#headerNav1 li.btn1{width:77px;}
ul#headerNav1 li.btn2{width:90px;}
ul#headerNav1 li.btn3{width:90px;}
ul#headerNav1 li.btn4{width:90px;}

div#headerNav2{
	width:600px;
	margin:0;
	padding:0;
}
div#headerNav2 div.misc{
	width:450px;
	float:left;
}
div#headerNav2 div.contactBtn{
	width:78px;
	float:left;
}
div#header div#baloonTips{
	position:absolute;
	top:38px;
	left:330px;
	padding: 4px 10px;
	background-color:#000;
	color:#fff;
	z-index:10;
}
div#header div#baloonTips p{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:120%;
	font-weight:bold;
	color: #fc0;
}
div#header div#baloonTips p a{
	color: #fc0;
}
div#header div#baloonTips p a:link,
div#header div#baloonTips p a:visited{
	text-decoration:none;
}
div#header div#baloonTips p a:hover{
	text-decoration: underline;
}
div#header div#baloonTips p span{
	color:#f00;
}
div#header div#baloonTips img.hukidasi{
	display:block;
	position: absolute;
	width:14px;
	height:7px;
	z-index:11;
	top:-7px;
	left:70px;
}
div#header div#baloonTips p.hide{
	color: #960;
}
div#header div#baloonTips p.hide a{
	color: #960;
}
div#header div#baloonTips p.hide span{
	color:#600;
}


*/

#left  { 
	background-color: #ccc; 
	width: 150px; 
	float: left;
	margin-right: 10px; 
}
#right { 
	color: #000; 
	background-color: #fff;
	margin-bottom: 20px; 
	margin-left: 0px;
	padding:0;
	width: 635px;
	float: left;
}





.clearFloat { 
	display: block;
	width: 1px;
	font-size: 1px;
	clear: both;
}


.red { color: #f00 ;}
.orange { color: #f60 ;}
.small {font-size: 11px;}
.small2 {font-size: 10px;}

sup{
	vertical-align: top;
}
#productsList ul li p{
	margin: 0;
	padding: 0;
	font-weight: 600;
}

#productsList ul li span{
	color: #1665dc;
	font-wight: 600;
}

.catch_c{
	color: #ff0fa3;
	font-size: 1.2em;
	font-weight: 800!important;
}