/* CSS Document */

*{
	color: #332C15;	
}

body {
	background-image: url(../image/background.gif);
	background-color: #E3DFC6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	SCROLLBAR-FACE-COLOR:#C4B79D;
    SCROLLBAR-HIGHLIGHT-COLOR: #594C37;
    SCROLLBAR-SHADOW-COLOR: #594C37;
    SCROLLBAR-3DLIGHT-COLOR:#FFF;
    SCROLLBAR-ARROW-COLOR: #594C37;
    SCROLLBAR-TRACK-COLOR: #FFF;
    SCROLLBAR-DARKSHADOW-COLOR: #FFF;
}

h1{
	margin:0;
	padding:0;
	}

/* 再定義 */
ul{
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #74654C;
	text-decoration: none;
}

a:visited {
	color: #2D2913;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: red;
	text-decoration: underline;
}

/* TOPページ用定義 */
#centering {
	margin:0 auto;
	width:770px;
	position:relative;
	z-index:1;
	text-align:center;
}

#tab_menu{
	text-align: left;
	width: 770px;
}

#top_main{
	width: 770px;
	clear:both;
}

#footer{
	margin: 5px;
	font-size: 11px;
}

.copylight{
	font-size: 12px;
	font-weight: bold;
}

#whnew {
	position:absolute;
	left:420px;
	top:367px;
	width:308px;
	height:130px;
	z-index:2;
	text-align: left;
	overflow:auto;
	font-size: 12px;
}

li{
	list-style:none;
	padding: 5px 5px 5px 8px;
}

#banner {
	position:absolute;
	left:591px;
	top:510px;
	width:139px;
	height:48px;
	z-index:3;
}
