/* CSS Document */

html {
	height: 100%;
	width: 100%;
	}
body {
	background:#E3E0CE;
	color:#666633;
	height: 100%;
	width: 100%;
	}
#wrapper {
	width:800px;
	margin:0px auto 50px auto;
	background:url(../images/background.gif) repeat-y;
	height:100%;
	}
#content{
	width:780px;
	margin:0px auto;
	background:url(../images/bg.gif) no-repeat top left;
	height: 100%;
	}
#contents {
	width:780px;
	margin:0px auto;
	background:url(../images/head_bg.jpg) right top no-repeat;
	}
#head {
	height:95px;
	overflow:hidden;
	}
#menu {
	clear:both;
	background:#666633;
	width:730px;
	margin:0px auto 20px auto;
	padding:3px 10px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:600;
	text-align:center;
	}
#main {
	clear:both;
	margin:0px auto;
	}
#main .tex {
	margin:10px 40px 0px auto;
	text-align:right;
	}
#main .tel {
	margin:20px 40px 10px auto;
	text-align:right;
	}
#mains {
	clear:both;
	background:url(../images/bg.jpg) left bottom no-repeat;
	padding-left:230px;
	padding-right:25px;
	}
#foot {
	clear:both;
	padding:8px 10px 25px 10px;
	border-top:#999966 solid 1px;
	}
#menu ul {
	width:250px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:800;
	font-family:"lr SVbN", "Osaka|";
	overflow:hidden;
	margin:0px 0px 0px auto;
	}
#menu li {
	float:left;
	padding-right:5px;
	}
#menu a:link,
#menu a:active,
#menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
#menu a:hover {
	color:#FFCC00;
	text-decoration:none;
	}
#logo {
	float:left;
	padding:10px 0px 0px 34px;
	}
#tel {
	float:right;
	padding:38px 44px 0px 0px;
	}
h1 {
	background: #666633;
	color:#FFFFFF;
	font-weight:600;
	font-size:10px;
	padding:2px 20px;
	}
h2 {
	background:#B9B594;
	padding:3px 15px;
	font-weight:800;
	font-size:15px;
	border-left:#666633 solid 5px;
	margin-bottom:10px;
	}
h3 {
	background:#CCCCaa;
	padding:3px 10px;
	margin:15px 5px 10px 5px;
	font-weight:600;
	font-size:12px;
	border-left:#666633 solid 4px;
	}
h6 {
	font-weight:600;
	font-size:10px;
	text-align:center;
	}
p {
	font-size:0.8em;
	line-height:120%;
	margin:0px 5px 5px 5px;
	}