@charset "utf-8";

/*====================================================================

common.css

======================================================================

	01.format
	02.body
	03.header
	04.navigation
	05.container
	06.foot
	07.other
	08.sideber s_box

=====================================================================*/

/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img {
	margin:0;
	padding:0;
	border:none;
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
img { display:block;}
li  { list-style-type: none;}

/*a
----------------------------------------------------------------*/
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #990000;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #cc3300;
	text-decoration:none;
}

/* h2,h3,h4
----------------------------------------------------------------*/

h2 img { margin: 0 auto;}

/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body {
	background: #f4f4f4;
	color: #444444;
	text-align: center;
	font-size: 12px;
}
#wrapper {
	margin: 0 auto;
	background-color: #ffffff;
	width: 760px;
	text-align: left;
}

#container,
#header,
#navi,
#foot {
	width: 740px;
	margin: 0 auto;
}


/*--------------------------------------------------------------------/
	03.head
/--------------------------------------------------------------------*/
#header {
	background: url(../img/header.jpg) no-repeat 0 0;
	height: 72px;
}
#header h1 {
	float: left;
	padding-top: 14px;
	padding-left: 80px;
	line-height: 1;
	color: #d6c095;
	font-size: 10px;
}

#header a {
	overflow: hidden;
	text-indent: -9999px;
}

#header div {
	float: left;
	margin-top: -12px;
	margin-left: 17px;
	width: 300px;
	height: 40px;
}
*html #header div { margin-left: 9px;}

#header div a {
	display: block;
	width: 300px;
	height: 40px;
}

/*--  head navi --*/

#header ul,
#header ul li,
#header ul li a {
	display: block;
	height: 30px;
}

#header ul {
	float: right;
	margin-right: 6px;
}
*html #header ul { margin-right: 3px;}

#header ul li {
	float: left;
	margin-left: 3px;
}

#header ul li a#top { width: 82px;}
#header ul li a#comp { width: 82px;}
#header ul li a#pry { width: 123px;}

#header ul li a:hover {
	background-color: #ffffff;
	opacity:0.2;
	filter: alpha(opacity=30);
}

/*--------------------------------------------------------------------/
	04.navigation
/--------------------------------------------------------------------*/
#navi {
	background: url(../img/g_navi.jpg) no-repeat 0 0;
	height: 54px;
}

#navi ul,
#navi ul li,
#navi ul li a{
	display: block;
}

#navi ul {
	margin-left: 1px;
	height: 54px;
}

#navi ul li,
#navi ul li a {
	height: 38px;
	width: 102px;
}

#navi ul li {
	float: left;
	margin-right: 4px;
}

#navi ul li a {
	text-indent: -9999px;
	overflow: hidden;
}

#navi ul li.li02 { margin-right: 0;}

#navi ul li a#home { height: 54px; background-position: -1px 0;}
#navi ul li a#an { height: 54px; background-position: -107px 0;}
#navi ul li a#hukahire { height: 54px; background-position: -213px 0;}
#navi ul li a#us { height: 54px; background-position: -319px 0;}
#navi ul li a#china { height: 54px; background-position: -425px 0;}
#navi ul li a#order { height: 54px; background-position: -531px 0;}
#navi ul li a#reci { height: 54px; background-position: -637px 0;}


#navi ul li a:hover { background: url(../img/g_navi_hover.gif) no-repeat;}


/*--------------------------------------------------------------------/
	06.container
/--------------------------------------------------------------------*/
#container {
	margin: 8px auto 0 auto;
	padding-bottom: 10px;
	background-color: #f1eedb;
	text-align: left;
}
#container:after,
#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


#sideber {
	float: left;
	width: 216px;
}

#sideber a img { margin: 0 auto 5px auto;}

#contents {
	float: right;
	width: 523px;
}



/*--------------------------------------------------------------------/
	07.foot
/--------------------------------------------------------------------*/
#foot {
	clear: both;
	background: url(../img/footer.jpg) no-repeat 0 0;
	height: 100px;
	text-align: right;
	font-size: 8pt;
}
#foot p {
	padding-top: 45px;
	margin-bottom: 3px;
}
#foot p a {
	text-decoration: none;
	color: #444444;
}
#foot p a:hover { text-decoration: underline;}
#foot span { color: #a97d0d;}

address {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

/*--------------------------------------------------------------------/
	08.other
/--------------------------------------------------------------------*/

.right { float: right;}
.left { float: left;}
.clear { clear: both;}
a:hover img {
	opacity:0.9;
	filter: alpha(opacity=80);
}


/*margin, padding
----------------------------------------------------------------*/

/* margin small */
.ms{ margin:5px; }
.ms_t{ margin-top:5px; }
.ms_b{ margin-bottom:5px; }
.ms_l{ margin-left:5px; }
.ms_r{ margin-right:5px; }
.ms_h{ margin:5px 0px; }
.ms_w{ margin:0px 5px; }

.ps_t{ padding-top:5px; }
.pm_t{ padding-top:10px; }
.pl_t{ padding-top:30px; }

/*pagetop
----------------------------------------------------------------*/
.pagetop {
	clear: both;
	background: url(../img/pagetop.gif) no-repeat 100% 0;
	width: 515px;
	height: 19px;
}

.pagetop div {
	float: right;
	width: 98px;
	height: 19px;
}
.pagetop div a {
	display: block;
	width: 98px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
}	


/*--------------------------------------------------------------------/
	09. s_box (sideber)
/--------------------------------------------------------------------*/

.s_box {
	margin: 14px auto;
	background: #ffffff url(../img/s_box.gif) repeat-y 0 0;
	width: 202px;
}

.s_box p { margin: 5px 15px;}