@charset "UTF-8";
/* CSS Document */

html {
	overflow-y:scroll;
}
body {

	background-color: #f3f1ee;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#page {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
* html #toppage #page {
	padding-left: 40px;
}
#header {
	position:relative;
}

#header h1 {
	position: absolute;
	left: 33px;
	top: 10px;
}

#header #mainVisual {
	width: 880px;
}

#gNav {
	background-image: url(../images/navi_line_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	width: 880px;
}

#gNav #underLine {
	background-image: url(../images/navi_line_under.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 6px;
}

#gNav ul {
	background-image: url(../images/navi01_bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 166px;
}

#gNav ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin:0;
	padding:0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
}
#gNav #menu-top {
	width: 85px;
}
#gNav #menu-concept, #gNav #menu-fabric {
	width: 128px;
}
#gNav #menu-sugi, #gNav #menu-company {
	width: 127px;
}
#gNav #menu-contact {
	width: 119px;
}

#header #headerLine {
	position: absolute;
	top: 260px;
}

#waste {
	margin-bottom: 20px;
}

#waste #topContents #lNav {
	float: right;
	width: 360px;
}
#waste #topContents #lNav li {
	float: left;
	width: 110px;
	margin-right:8px;}

.topButton {
	margin-left: 568px;
}

#footer {
	color: #5D5D5D;
	margin-bottom: 50px;
}

#footer p#copyright {
	font-size: 83.3%;
	text-align: right;
	margin-right: 8px;
}

/*droppy.css*/

#lNav li {
	position: relative;
}
#lNav #productNav {
	display: none;
	position: absolute;
	left: 0;
}
* html #lNav ul {
	line-height: 0; /* IE6 "fix" */
}
html>/**/body #lNav #productNav li {
	margin-top /*\**/: 3px\9; /* IE8 "fix" */
}
#lNav ul a {
	zoom: 1; /* IE6/7 fix */
}

/* sectionOrder */

#sectionOrder {
	background-color: #D9D9D9;
	padding: 20px;
	width: 586px;
	margin-top:20px;
	margin-bottom:20px;
}
#sectionOrder h3 {
	margin-bottom: 10px;
}
#sectionOrder ul {
	margin-bottom: 30px;
}
#sectionOrder li {
	background-image: url(../images/listmark.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 16px;
	line-height: 2em;
	font-size: 83.3%;
}

/* Gallery */

.gallery ul {
	width: 660px;
	margin-bottom:20px;
}
.gallery li {
	float: left;
	width: 115px;
	margin-right:13px;
	position: relative;
}
.gallery li img {
	padding: 2px;
}
.gallery li a img {
	padding: 0px;
}
.gallery li a {
	width: 113px;
	height: 113px;
	border: 2px solid #FFFFFF;
	display:block;
}
.gallery li a:hover {
	border-color: #FF3366;
}
.gallery li p {
	color: #000;
	font-size: 83.3%;
}
