﻿@charset "UTF-8";
/* CSS Document */
body {
	background-image:url(images/background.gif);
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}
a {
	color: #ff9933;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}
/********************** Header ***************************/
#header {
	margin: 0px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:320px;
}
/********************** Main ***************************/
h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #171508;
	border-bottom: solid 1px #625d3b;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-top: 15px;
}
p {
	line-height: 1.5em;
	padding: 5px 0;
	margin: 0;
	}
#main {
	background-image:url(images/main_bg.gif);
	background-repeat: repeat-y;
	display:block;
	width:768px;
	height: auto;
}
#content {
	background-image:url(images/content_bg.gif);
	background-repeat: repeat-y;
	width:768px;
}
/********************** Left - Text ***************************/
#left {
	width:720px;
}
#left p{
	padding: 5px 10px 10px 30px;
}
#left a:hover{color:#d8cd8d;}

/********************** menu ***************************/
#menu {
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:97px;
	text-align:center;
	float:left;
	clear:both;
}
#menu ul{

}
#menu li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #908a68;
}
.lastchild{
	border-right: 0px none !important;
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	color: #908a68;
	text-decoration: none;
}
#menu a:hover{text-decoration: underline;}

/********************** Footer ***************************/
#footer {
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	width:768px;
	height:97px;
	text-align:center;
	float:left;
	clear:both;
	padding-top: 2em;
}
#footer ul{

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #908a68;
	text-decoration: none;
}
#footer a:hover{text-decoration: underline;}
#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #18160e;
	margin:10px;
	display:block;
}

