﻿@charset "UTF-8";

* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

body {
	background-color: #241D15;
	color:#101010;
	font-size: 14px;
}

img {
	vertical-align: top;
	border: 0;
}

li {
	list-style-type: none;
}
a {
	color: #D38E27;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}

#base {
	background-color: #FFFFFF;
	border-top-color: #5E564D;
	border-right-color: #5E564D;
	border-bottom-color: #5E564D;
	border-left-color: #5E564D;
}

#searchform {
	font-size: 0;
	position: relative;
}

#s {
	font-size: small;
	background: url(../images/bg_search_form.png);
	width: 133px;
	height: 21px;
	border: none;
	padding: 0 0 0 8px;
}

#searchsubmit {
    background: url(../images/btn_search.png) no-repeat scroll 0 0 transparent;
    border: none;
    cursor: pointer;
    height: 21px;
    position: absolute;
    position: relative\9;
	right: 0;
    width: 39px;
	text-indent: -9999px;
}

#searchsubmit:hover {
	background-position: left bottom;
}
