@charset "UTF-8";

/******************************
 * Universal Selecter
 ******************************/
* {
	margin:0px;
	padding:0px;
        font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

ul{
	list-style-type: none;
}

li{
	list-style-type: none;
}

dl {
}

dd {
}

dt {
}

ol ul{
	margin-left:20px;
}

a {
	color: #ffa300;
	line-height: 1.5em;
	text-decoration:none;
}

a:hover {
	color:#ffa300;
	text-decoration:underline;
}

img {
	border: none;
        behavior: url(/css/htc/iepngfix.htc);
}

/******************************
 * Style
 ******************************/
body {
	background-color: #ffffff;
	text-align: left;
	color:#443b31;
	line-height: 1.3em;
	font-size:10pt;
}

hr {
	border: solid 1px #ffc800;
}

address {
	margin-left: 10px;
        font-size:80%;
        font-style:normal;
}

/******************************
 * Layout
 ******************************/
.loading {
        font-size:10pt;
	font-weight: normal;
}

.name {
	margin-left: 10px;
	font-size:12pt;
	font-weight:bold;
}

.spot {
	margin: 10px 0 0 10px;
	padding: 2px;
	width: 480px;
	height: 270px;
	border: double 6px #ffc800; 	
}

h1 {
        margin: 10px;
	padding: 2px;
	float: left;
}

h2 {
        margin: 10px;
	padding: 2px;
	font-size:14pt;
	clear: both;
}

#header {
	display: block;
}

.title {
        margin: 10px;
	padding: 2px;
	font-size:14pt;
	font-weight:bold;
}

.spot_form {
        margin: 35px 10px 10px 20px;
        padding: 2px;
	float: left;
}

.spot_form .input_text {
        margin: 0;
        padding: 0;
        width:200px;
        height: 30px;
        font-size: 24px;
	color: #443b31;
        display:block;
	float: left;
	border: 2px solid #ffc800;
}

.spot_form .form_button {
        margin-left: 5px;
        width: 100px;
        height: 34px;
	background-color: #ffffff;
	color: #443b31;
	border: 2px solid #ffc800;
}

.caution {
        font-size: 10px;
        margin: 0 0 10px 10px;
}
