@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,p {
	margin:0;
	padding:0;
}

#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	background: url(../images/back.jpg) repeat-x top #743f14;
}

#wrapper2 {
	width: 840px;
	margin: 0 auto 0 auto;
	background: #ffffff;
}

/* head
---------------------------------------*/

#head {
	width: 800px;
	margin:0 0 0 20px;
	padding:20px 0 0 0;
}

#logo {
	width: 270px;
	float: left;
}

#headtxt {
	width: 530px;
	color: #be6f30;
	font-size: 75%;
	text-align: right;
	float: right;
}

#headtxt a {
	color: #be6f30;
	text-decoration: none;
}

#headtxt a:hover {
	text-decoration: underline;
}

#headmenu {
	width: 530px;
	text-align: right;
	float: right;
	font-size: 75%;
	margin: 5px 0 0 0;
}

#headmenu p{
	display: inline;
	padding: 0 10px 0 10px;
	border-right:1px #c18c62 solid;
}

#headmenu p.headmenulast{
	display: inline;
	border-right: none;
}

#headmenu p a {
	color: #603513;
	text-decoration: none;
	margin:0 0 0 3px;
}

#headmenu p a:hover {
	text-decoration: underline;
}

/* menu
---------------------------------------*/

#menu {
	clear: both;
	margin:0 0 0 20px;
	padding:30px 0 0 0;
	width: 800px;
}

#menu img{
	float: left;
}


/* topimage
---------------------------------------*/

#topimage {
	width: 800px;
	margin:0 0 0 20px;
	padding:10px 0 30px 0;
	clear: both;
}

/* main
---------------------------------------*/

#main {
	width: 800px;
	margin:0 0 0 20px;
	background: url(../images/side/sideback.jpg) left repeat-y;
}

/* side
---------------------------------------*/

#side {
	width: 200px;
	margin:0;
	float: left;
	padding-bottom:100px;
}

#sideArea {
	background-color: #FFF;
	width: 180px;
	margin:0 0 0 10px;
}

#sideAreaTitle {
	font-size: 75%;
	padding: 0 10px 0 10px;
	margin:0;
	font-weight: bold;
	color: #643109;
	line-height: 125%;
}

#sideAreaTxt {
	padding: 0 10px 0 10px;
	font-size: 65%;
	margin:10px 0 0 0;
	color: #643109;
	line-height: 125%;
}

/* content
---------------------------------------*/

#content {
	width: 570px;
	float: right;
	padding-bottom:100px;
}

/* pagetop
---------------------------------------*/

#pagetop {
	width: 800px;
	text-align:right;
	background-color: #FFF;
	clear: both;
}

/* foot
---------------------------------------*/

#foot {
	width: 800px;
	margin:0 0 0 20px;
	padding:50px 0 30px 0;
	clear: both;
}

#footlink {
	text-align: right;
	padding: 0 0 10px 0;
	font-size: 75%;
	color: #603513;
	line-height: 125%;
}

#footlink a {
	color: #603513;
	text-decoration: none;
	margin:0 0 0 3px;
}

#footlink a:hover {
	text-decoration: underline;
}

#footlink strong {
	font-weight: normal;
}


#copyright {
	border-top:1px solid #603513;
	padding: 10px 0 0 0;
	color: #603513;
	font-size: 75%;
	text-align: right;
	letter-spacing: 1px;
}

#copyright a {
	color: #603513;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#copyright strong {
	font-weight: normal;
}


