@charset "utf-8";

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

common.css

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

	01.format
	02.body
	03.header
	04.navigation
	05.container
	06.txt
	07.footer
	08.other

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

/*--------------------------------------------------------------------/
	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 {
	color: #999900;
	text-decoration: underline;
}

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

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

h2 { margin-bottom: 22px;}
h4 {
	margin-top: 20px;
	margin-left: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #992233;
}

/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body {
	background: #f6eed6 url(../img/bg.jpg) repeat-x 50% 0;
	text-align: center;
	color: #444444;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
}


#wrapper,
#container,
#header,
#pagetop,
#footer {
	width: 900px;
	text-align: left;
}


/*--------------------------------------------------------------------/
	03.head
/--------------------------------------------------------------------*/
#header {
	margin: 0 auto;
	background: url(../img/header.jpg) no-repeat 0 0;
	height: 124px;
}
#header h1 {
	padding-top: 36px;
	padding-left: 2px;
	line-height: 1;
	color: #765e3b;
	font-size: 10px;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
}

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

#header div {
	margin-left: 15px;
	padding-top: 10px;
	width: 185px;
	height: 50px;
}
#header div a {
	display: block;
	width: 185px;
	height: 50px;
}


/*--  head navi --*/

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

#header ul {
	float: right;
	margin-top: -95px;
	width: 442px;
}

#header ul li {
	float: left;
	width: 110px;
}

#header ul li a#top { background-position: -2px 1px;}
#header ul li a#com { background-position: -112px 1px;}
#header ul li a#ord { background-position: -222px 1px;}
#header ul li a#fax { background-position: -332px 1px;}

#header ul li a:hover {
	background: url(../img/navi02_hover.jpg) no-repeat;
}


/*--------------------------------------------------------------------/
	04.navigation
/--------------------------------------------------------------------*/
#navi {
	margin-bottom: 15px;
	background: url(../img/navi.gif) no-repeat 0 0;
	width: 220px;
	height: 667px;
}


/* vipu
---------------------*/
#navi ul#vipu {
	padding-top: 50px;
}
#navi ul#vipu li,
#navi ul#vipu li a {
	display: block;
	width: 220px;
	height: 45px;
}
#navi ul#vipu li a {
	text-indent: -9999px;
	overflow: hidden;
}
#navi ul#vipu li a#vi { background-position: 0px -50px;}
#navi ul#vipu li a#st { background-position: 0px -95px;}
#navi ul#vipu li a#mo { background-position: 0px -140px;}
#navi ul#vipu li a#qa { background-position: 0px -185px;}
#navi ul#vipu li a#sh { background-position: 0px -230px;}

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

/* woo
---------------------*/
#navi ul#woo {
	padding-top: 64px;
}
#navi ul#woo li,
#navi ul#woo li a {
	display: block;
	width: 220px;
	height: 45px;
}
#navi ul#woo li a,
#navi ul#woo li {
	text-indent: -9999px;
	overflow: hidden;
}
#navi ul#woo li a#maki { background-position: 0px -249px;}
#navi ul#woo li#mc { background-position: 0px -294px;}
#navi ul#woo li#md { background-position: 0px -339px;}

/* stove
---------------------*/
#navi ul#stove {
	padding-top: 64px;
}
#navi ul#stove li,
#navi ul#stove li a {
	display: block;
	width: 220px;
	height: 45px;
}
#navi ul#stove li a {
	text-indent: -9999px;
	overflow: hidden;
}
#navi ul#stove li a#ment { background-position: 0px -448px;}

/* how
---------------------*/
#navi ul#how {
	padding-top: 64px;
}
#navi ul#how li,
#navi ul#how li a {
	display: block;
	width: 220px;
	height: 45px;
}
#navi ul#how li a {
	text-indent: -9999px;
	overflow: hidden;
}
#navi ul#how li a#ord02 { background-position: 0px -557px;}
#navi ul#how li a#fax02 { background-position: 0px -602px;}


/*--------------------------------------------------------------------/
	05.container
/--------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	text-align: left;
}
#container:after,
#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#sidebar {
	float: left;
	width: 220px;
}
#contents {
	float: right;
	width: 665px;
}


/* 06. txt
---------------------------------------------------------------------*/

.txt {
	margin: 8px 0 20px 12px;
	width: 650px;
}

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

.txt a:hover img {
	opacity:0.8;
	filter: alpha(opacity=90);
}

/*--------------------------------------------------------------------/
	07.foot
/--------------------------------------------------------------------*/

#footbg {
	clear: both;
	margin-top: 15px;
	background: url(../img/footbg.jpg) repeat-x 0 0;
	width: 100%;
	text-align: center;
}
#footer {
	clear: both;
	margin: 0 auto;
	background: url(../img/footer2.gif) repeat-x 0 0;
	height: 125px;
	color: #bda482;
}

#footer div { 
	float: right;
	margin-top: 20px;
	margin-right: 8px;
}
#footer p {
	padding-bottom: 6px;
	font-size: 10px;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 1px;
}

#footer p a {
	color: #bda482;
	text-decoration: none;
}
#footer p a:hover {
	color: #bda482;
	text-decoration: underline;
}

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

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


.right{float: right;}
.left{float: left;}
.center { margin: 0 auto;}
.clear{clear: both;}
.hover a:hover img{
	opacity:0.6;
	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; }
.ml_b02{ margin-bottom:40px; }
.ml_b{ margin-bottom:20px; }
.ml_l{ margin-left:230px; }

.pl_t{ padding-top:65px; }



/*pagetop
----------------------------------------------------------------*/
#pagetop {
	clear: both;
	margin: 0 auto;
	background: url(../img/pagetop.gif) no-repeat 0 100%;
	height: 51px;
}

#pagetop div {
	float: right;
	padding-top: 28px;
	width: 70px;
	height: 20px;
}
#pagetop div a {
	display: block;
	width: 70px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
}	
