/* 全体 */
body {
	background-image:url(images/body.png);
	background-repeat:repeat-x;
	}
img {
	border:0px;
	}
br.clear {
	clear:both;
	line-height:5px;
	}
* {
	margin:0px;
	padding:0px;
	font-size:12px;
	letter-spacing:0.1em;
	}
/* テキスト関連 */
h1 {
	font-size:12px;
	font-weight:normal;
	text-align:right;
	}
/* ヘッダー */
#head {
	width:866px;
	margin:0px auto;
	background-image:url(images/head.png);
	background-repeat:no-repeat;
	}
img.logo {
	margin-top:20px;
	margin-bottom:5px;
	}
/* ヘッダーメニュー */
ul.topmenu {
	height:20px;
	line-height:20px;
	}
.topmenu li {
	list-style:none;
	float:left;
	background-image:url(images/list.png);
	background-repeat:no-repeat;
	text-indent:20px;
	margin-left:5px;
	}
.topmenu li a {
	color:#000000;
	text-decoration:none;
	}
.topmenu li a:hover {
	color:#ff0000;
	}
/* タブメニュー */
ul.tabmenu {
	width:866px;
	height:25px;
	line-height:25px;
	}
ul.tabmenu a {
	width:866px;
	height:25px;
	text-decoration:none;
	}
.tabmenu li {
	float:left;
	list-style:none;
	text-align:center;
	list-style:none;
	color:#ffffff;
	width:95px;
	height:25px;
	display:block;
	background-image:url(images/amenu.png);
	background-repeat:no-repeat;
	}
.tabmenu li a {
	width:95px;
	height:25px;
	display:block;
	color:#000000;
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	}
.tabmenu li a:hover {
	color:#ffffff;
	background-image:url(images/amenu.png);
	background-repeat:no-repeat;
	}
#wrapper {
	width:866px;
	margin:0px auto;
	overflow:auto;
	background-image:url(images/wrapperback.png);
	}
/* メイン */
#main {
	width:636px;
	padding-left:30px;
	float:left;
	}
/* 右バナー */
#right {
	width:200px;
	float:left;
	}
/*  */
/*  */
/* フッター */
#foot {
	height:80px;
	margin:0px auto;
	background-color:#ffffff;
	color:#000000;
	text-align:center;
	line-height:18px;
	clear:both;
	}
#foot a {
	color:#000000;
	text-decoration:none;
	}
#foot a:hover {
	color:#ff0000;
	}
#foot p {
	height:20px;
	line-height:20px;
	margin:0px auto;
	text-align:center;
	background-color:#999999;
	color:#ffffff;
	margin-bottom:15px;
	font-weight:bold;
	}
#foot p a {
	color:#ffffff;
	}
#foot p a:hover {
	color:#ff0000;
	}