@charset "Shift_JIS";
@import url("thickbox.css");
@import url("addition.css");

/*------------------------------------------------
Title : Default Reset & Base Layout CSS
Style URL : http://wako-bag.com/css/common.css

Created : 2007/5/27 Sun.
Modified : 2007/5/27 Sun.

Author : Rina Suzuki (Rinazo)
Author URL : http://rinazo.com/
------------------------------------------------*/

/*= Base Color ==================================

background(default) : #f6f4e4
background(th:company) : #d7d4be
background(td:ask)#f8f6f2
background(other) : #ffffff
text(default) : #5a3d1c
text(link) : #8f2e14
text(footer) : #ffffff
border(default) : #3bb9a4
border(table:company) : #999999
border(table:ask) : #e1d9ca

===============================================*/

/*= Contents ====================================

1. Default Reset
2. Base TAG
3. Base Layout
 3-1. All
 3-2. Menu
 3-3. Contents
 3-4. Footer

===============================================*/

/*=== 1. Default Reset ===*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}


/*=== 2. Base TAG ===*/

body {
	background: url(../images/bg_header.gif) 0 0 repeat-x #F6F4E4;
	color: #5a3d1c;
	font-family: Verdana,sans-selif;
	font-size: 0.85em;
}

a {
	color: #8f2e14;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

p {
	padding: 10px;
	line-height: 1.6;
}

img {
	border: 0;
}

hr {
	display: none;
}

h1,h2,h3,h4 {
	font-size: 100%;
	font-weight: normal;
}

address {
	margin: 20px 0 0 0;
	padding: 80px 0 0 250px;
	font-style: normal;
	position: absolute;
}


/*=== 3. Base Layout ===*/

/*--- 3-1. All ---*/

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 790px;
	position: relative;
}

/*--- 3-2. Menu ---*/

#menu {
	width: 270px;
	float: left;
}

#menuheader {
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg_lefthead.gif) 0 0 no-repeat;
	width: 270px;
	height: 129px;
	position: relative;
}

#menuheader img {
	margin: 40px 0 0 15px;
	width: 235px;
	height: 70px;
}

#menu ul {
	margin: 0;
	padding: 80px 0 0 0;
	width: 270px;
	height: 370px;
	background: url(../images/bg_leftmenu.gif) 0 0 no-repeat;
}

#menu ul li {
	margin: 5px auto;
	width: 150px;
	height: 25px;
	position: relative;
	background: url(../images/dot.gif) 0 100% repeat-x;
}

#menu ul li a {
	margin: 0;
	padding: 2px 0 0 25px;
	width: 150px;
	height: 20px;
	display: block;
	background: url(../images/arrow.gif) no-repeat;
}

#menu ul li a:hover {
	background: url(../images/arrow.gif) no-repeat;
}

/*--- 3-3. Contents ---*/

#contents {
	width: 520px;
	float: right;
}


/*--- 3-4. Footer ---*/

#footer {
	margin: 0 auto;
	background: url(../images/bg_footer.gif) 0 0 repeat-x;
	clear: both;
	height: 200px;
	color: #ffffff;
	position: relative;
}

#footernavi {
	margin: 0 auto;
	width: 790px;
	position: relative;
}

#footernavi ul {
	margin: 60px 0 0 150px;
	position: absolute;
}

#footernavi li {
	float: left;
}

#footernavi ul li a {
	padding: 0 10px 0 0;
	color: #FFFFFF;
	background: #6B6854;
}


