/*	共通	*/

div.float_clear {
	clear:both;
}
img {
	border:0px;
}
span.bold {
	font-weight:bold;
}
span.f12 {
	font-size:12pt;
}
span.f11 {
	font-size:11pt;
}
span.f10 {
	font-size:10pt;
}
span.f9 {
	font-size:9pt;
}
div {
	margin:0px auto;
	padding:0px;
	font-size:11pt;
	line-height:1.5;
}
td {
	margin:0px;
	padding:0px;
	font-size:11pt;
	line-height:1.5;
}
th {
	margin:0px;
	padding:0px;
	font-size:11pt;
	line-height:1.5;
}
span {
	margin:0px;
	padding:0px;
	font-size:11pt;
	line-height:1.5;
}
table {
	border-collapse: collapse;
}
img {
	border:0px;
}
/*---------------------------------------------------------------------*/

/*	基本	*/
html,body {
	text-align:center;
	width:100%;
}
body {
	background:#eee1d5 url(../img/common/background.jpg);
}

#base {
	margin:auto;
	border-collapse: collapse;
	margin-top:0px;
	background-color:#ffffff;
}

/*	ヘッダー	*/
#header {
	height:420px;
}
#header img {
	margin:0px;
}
/*　ナビ	*/
#navi {
	position:relative;
	background:url(../img/common/header2.jpg) no-repeat;
	width:820px;
	height:102px;
	margin-top:10px;
}
#navi_base {
	text-align:left;
	height:35px;
	position:absolute;
	top:35px;
	left:160px;
}

/*	メイン	*/
#main {
	border-top:1px solid #886207;
	border-bottom:1px solid #886207;
	margin:5px 0px;
}
#main_base {
	margin:50px 30px 10px 30px;
}
/*	タイトル	*/
div.title {
	background:url(../img/common/title.jpg) no-repeat;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	width:502px;
	height:29px;
	margin-top:10px;
}
div.title h1 {
	font-size:12pt;
	margin:0px;
	display:inline;
}

/*	フッター	*/
#fotter {
	background-color:#33250f;
	position:relative;
	width:820px;
	height:85px;
}
#fotter_address {
	position:absolute;
	top:10px;
	left:10px;
	color:#ae975b;
	text-align:left;
}

/*	CopyRight	*/
#copyright {
	position:absolute;
	top:60px;
	left:260px;
	color:#ae975b;
}
#copyright a {
	font-size:9t;
	color:#ae975b;
	text-decoration:none;
}
#copyright a:hover {
	color:#cccccc;
}

#tl {
	background:url(../img/common/tl.gif) repeat-y;
	width:10px;
}
#tr {
	background:url(../img/common/tr.gif) repeat-y;
	width:10px;
}
#tc {
	height:100px;
	width:820px;
}

