@charset "UTF-8";

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

li{
	list-style-type:none;
}

ul{
	list-style-type:none;
}

ol ul{
	margin-left:20px;
}

a {
	color:#b7282e;
	text-decoration:none;
}

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

img {
	border: none;
}

/*
Preload
*/
#preload{ 
	width: 0px; 
	height: 0px; 
	display: inline; 
	background-image:url("../img/hit.gif"); 
} 


/*
Style
*/
body {
	margin: 50px auto auto auto;
	width: 600px;
        text-align:center;
	color:#410f0f;
	background-color: #ffffff;
}

/*
Layout
*/

/*
Page's Layout
*/
#header_contents {
	padding: 0 0 20px 0;
}

#result_contents {
	margin:0 auto 0 auto;
	width: 400px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	line-height:1.2em;
	display:block;
}

#footer_contents {
	margin-top: 10px;
	width:100%;
}

.hal_form {
	margin: 10px 0 10px 0;
	font-size: 26px;
	text-align:center;
	display:block;
}


.hal_form .box {
	margin: 0 auto 0 auto;
        padding: 5px 0 5px 0;
        width:600px;
	display:block;
}

.hal_form .prefix {
	margin: 0 0 10px 0;
	padding:7px 10px 7px 0;
	width:170px;
	height: 30px;
	text-align:right;
	color:#b7282e;
	display:block;
	float:left;
}

.hal_form .suffix {
	margin: 0 0 10px 0;
	padding:7px 0 7px 10px;
	width:170px;
	height: 30px;
	text-align:left;
	color:#b7282e;
	display:block;
	float:right;
}

.hal_form .input_text {
	margin: 0;
	padding: 0;
	width:230px;
	height: 30px;
	font-size: 26px;
	color: #b7282e;
	border: solid 5px #de6957;
	display:block;
	float:left;
}

.hal_form .form_button {
	margin: 0 auto 0 auto;
	width: 50px;
	height: 50px;
	color:#ffffff;
	font-size: 16px;
	font-weight:bold;
	text-align:center;
	background-image:url("../img/bat.gif");
	background-repeat: norepeat;
	background-color: #ffffff;
	border: none;
	display: block;
	clear:both;
	cursor: pointer;
}

.hal_form .form_button:hover {
	background-image:url("../img/hit.gif");
}

.comment {
	margin: 5px auto 5px auto;
	width: 400px;
	font-size: 10px;
	line-height:1.5em;
	white-space:normal;
}

.word { 
	font-size: 14px;
	font-weight:normal;
}

#caution {
        margin: 0 10px 10px 10px;
        padding: 5px;
        color:#714B26;
        font-size:60%;
        line-height:1.2em;
        text-align:center;
	border-top: dotted 1px #E6CDAE;
	border-bottom: dotted 1px #E6CDAE;
}

#update_list {
	margin-bottom:20px;
        width:600px;
        height:100%;
        color:#714B26;
        line-height:1.5em;
}

#update_list p {
	margin: 0 150px 0 150px;
	padding-left: 5px;
        font-size:60%;
}

#update_list dl {
	margin: 0 150px 0 150px;
	border-top: solid 1px #E6CDAE;
        font-size:80%;
}

#update_list dt {
        padding-left: 5px;
        width: 80px;
	float: left;
}


#update_list dd {
        padding-left :5px;
}

/*
Style
*/
h2 {
	text-align:center;
}

address {
	text-align:center;
	font-size:80%;
	font-style:normal;
}
