@charset "utf-8";


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Last Updated: Feb 12, 2009
	Edited by Kazuya Ono

	1 : reset
	2 : textLink
	3 : layout
	4 : classes

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* **********************************************************************
1 : reset
********************************************************************** */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border:0;
}
strong {
	font-weight: bold;
}
body {
	color: #41432B;
	font: 12px Helvetica, Arial, "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック", "MS P Gothic", Geneva, Verdana, sans-serif;
	line-height: 1.6;
	background: #636440 url(../images/bg_body.gif) center top repeat-y;
}


/* **********************************************************************
2 : textLink
********************************************************************** */
a {
	text-decoration: underline;
}
a:link,
a:visited,
a:active {
	color: #630;
}
a:hover {
	color: #630;
	text-decoration: none;
}


/* **********************************************************************
3 : layout
********************************************************************** */
#wrapper {
	width: 750px;
	padding: 30px 50px 20px;
	margin: 0 auto;
	background-color: #FFFCE9;
}
#header {
	height: 68px;
	background: url(../images/bg_header.gif) right 28px no-repeat;
}
/* ------------------------------
gNav
------------------------------ */
ul#gNav {
	height: 57px;
	margin-top: 30px;
	padding-left: 80px;
	background: url(../images/bg_gnav.gif) left top no-repeat;
}

ul#gNav li.about {
	width: 161px;
}
ul#gNav li.catalogue {
	width: 68px;
	margin-left: 70px;
}
ul#gNav li.links {
	width: 29px;
	margin-left: 80px;
}
ul#gNav li.contact {
	width: 68px;
	margin-left: 80px;
}
ul#gNav li {
	float: left;
}
ul#gNav li a {
	height: 17px;
	margin-top: 20px;
	display: block;
}
/* ------------------------------
container
------------------------------ */
#container {
}
#container h2 {
	margin: 30px 0; 
}
/* ------------------------------
footer
------------------------------ */
#footer {
	margin-top: 50px;
	padding-top: 5px;
	border-top: #2B2C1C 1px solid;
}
#footer address {
	font-size: 10px;
	text-align: right;
}
/* ------------------------------
scrollup
------------------------------ */
p#scrollup {
	width: 30px;
	height: 30px;
	float: left;
	position: fixed;
	right: 0;
	bottom: 10%;
}



/* **********************************************************************
4 : classes
********************************************************************** */
.rollover {}
.center {
	text-align: center;
}