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

body {
	background-color:#fbf9ef;
}


body p {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', verdana, sans-serif;
	font-size: 12px;
	color: #3f2b04;
}
	   
#wrapper {
       width: 960px;
       margin: auto;
}


/* Header

----------------------------------------------------------------------- */


#header {
	width: 960px;
	height: 150px;
	border-bottom: 1px solid #ccc;
}


#menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #3f2b04;
	letter-spacing: -0.07em;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 30px;
	width: 500px;
	margin-top: 60px;
}


#menu li {
	display: inline;
	padding-right: 30px;
}

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 36px;
}

#logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 80px;
	width: 350px;
	position: relative;
	top: -78px;
}

#header a:link, a:visited {
    color:#3f2b04;
    text-decoration: none;
}

#header a:hover, a:active {
	color:#567e21;
	text-decoration:none;
}


/* Links

----------------------------------------------------------------------- */

a:link, a:visited {
    color:#3f2b04;
    text-decoration: none;
}

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


/* Fotter

----------------------------------------------------------------------- */

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f2b04;
	text-align: center;
	}
	
#bottommenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3f2b04;
	text-transform: uppercase;
	text-align: center;
}

#bottommenu li {
	display: inline;
	padding-right: 24px;
}	

#footer a:link, a:visited {
    color:#3f2b04;
    text-decoration: none;
}

#footer a:hover, a:active {
	color:#567e21;
	text-decoration:none;
}
	

/* Others

----------------------------------------------------------------------- */

.clearfloat { 
	clear:both;

}


#header, #container, #firstrow, #secondrow, #footer {
	overflow:hidden;
}
#footer {
	width: 960px;
	border-top: 1px solid #ccc;
}

