/*
-----------------------------------------------

update:2008/9/23
----------------------------------------------- */

/*
===== CONTENTS =====

	1: universal reset 
	2: layout
	3: parts
		: header
		: navi
		: main
		: sub
		: footer
	
====================
*/

/* 1: universal reset
----------------------------------------------- */

*{
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	list-style-type:none;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,div,table,tr,td,th,a{
	border-style:solid;
	border-width:0px;
	border-color:#ccc;
	font-size:100%;
}


p,li,dt,dd{line-height:1.7;}
th,td{ line-height:1.8; text-align:left; font-weight:normal; vertical-align:top;}
img{border-width:0px; vertical-align:bottom;}

a{ color:#03aea4;outline:none;text-decoration:none;}
a:hover{text-decoration: underline;}

option{padding-right:10px;}

/* 2: layout
----------------------------------------------- */

body {
  font-size: 75%; /* IE */
}
html>/**/body {
  font-size: 12px; /* Except IE */
}

body{
	font-family: Verdana,Arial,Helvetica,"メイリオ","Meiryo","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS UI Gothic",sans-serif;
	text-align:center;
	color:#aaa;
	background-color:#000;
}

#container{
	margin:0px auto;
	text-align:left;
	width:780px;
	font-size:90%;
	_font-size:80%;
	padding-bottom:20px;
}

#header{
	position:relative;
	height:113px;
	z-index:2;
}

#contents{
	position:relative;
	z-index:1;
	width:780px;

}

#footer{
	position:relative;
}

/* 3: parts
----------------------------------------------- */

/*
===== header =====
*/

#logo a{
	display:block;
	text-indent:-9000px;
	width:73px;
	height:107px;
	background-image: url(../img/common/logo.jpg);
	position:absolute;
	top:35px;
}

#online-shop{
	position:absolute;
	top:36px;
	right:0px;
}

#online-shop a{
	background-image:url(../img/common/online-shop.jpg);
	width:209px;
	height:25px;
	display:block;
	text-indent:-9000px;
}

#online-shop a:hover{background-position:bottom;}

/*----- header-navi -----*/

#sub-navi{
	position:absolute;
	right:0px;
	top:40px;
}

#sub-navi li{display:inline;}

#sub-navi li a{
	background:url(../img/common/sub-navi.jpg) left no-repeat;
	padding:0 25px 0 8px;
	color:#aaa;
}

#sub-navi li a:hover{color:#ccc;}

/* navi */

#navi{
	display: inline-block;
	background-image:url(../img/common/navi.jpg);
	width:681px;
	position:absolute;
	left:99px;
	top:87px;
}

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


#navi li{
	float:left;
}

#navi a{
	display:block;
	background-image:url(../img/common/navi.jpg);
	height:26px;
	width:136px;
	text-indent:-9000px;
}

#n1 a{ background-position:0px 0px;}
#n2 a{ background-position:-136px 0px;}
#n3 a{ background-position: -272px 0px;}
#n4 a{ background-position: -408px 0px;}
#n5 a{ background-position: -544px 0px;}

#home-p #n1 a,#n1 a:hover{ background-position:0px -26px;}
.products-p #n2 a,#n2 a:hover{ background-position:-136px -26px;}
#catalog-p #n3 a,#n3 a:hover{ background-position: -272px -26px;}
#group-p #n4 a,#n4 a:hover{ background-position: -408px -26px;}
.company-p #n5 a,#n5 a:hover{ background-position: -544px -26px;}


/*
===== main =====
*/

#breadcrumbs{
	margin:7px 0 30px 99px;
}

#breadcrumbs li{
	display:inline;
}

.h1{
	background:url(../img/common/h1-bg.jpg) bottom repeat-x;
	padding-bottom:4px;
	margin-bottom:3px;
}

.h2{margin-bottom:25px;}

.main-block{
	margin-bottom:15px;
	background-color:#212121;
	padding-bottom:30px;
	padding-top:25px;
	_width:100%;
}

.keyword{position:absolute; left:-9000px; top:-9000px;}

.pagetop{text-align:right; margin-top:30px;}

/*
===== sub =====
*/



/*
===== footer =====
*/

#footer{
	border-top:1px solid #666;
}

#footer ul{
	position:absolute;
	top:8px;
	right:0px;
}

#footer li{
	display:inline;
	word-spacing:1px;
}

#footer li a{color:#aaa;}
#footer li a:hover{color:#ccc;}
#footer #copyright{
	padding-top:8px;
}

