@charset "UTF-8";

/*
Universal Selecter
*/
* {
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

li{
	list-style-type:none;
}

ul{
	list-style-type:none;
}

ol ul{
	margin-left:20px;
}

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

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

img {
	border: none;
}

/*
Style
*/
body {
	margin: 50px auto auto auto;
	width: 600px;
	background-color: #FFFFFF;
}

/*
Layout
*/

/*
Page's Layout
*/
/* index */
#header_contents {
	width:100%;
	height:185px;
	text-align:center;
}

#main_contents {
	margin-top: 10px;
	padding:10px;
	width:578px;
	height:230px;
        text-align:center;
	border:dashed 1px #714B26;
}

#main_contents .result {
        padding: 10px;
        width: 560px;
	height: 210px;
	background-image: url(../img/main_image.jpg);
	background-repeat: no-repeat;
	color: #714B26;
	font-size: 30px;
        font-weight: bold;
	line-height: 1.2em;
}


#main_contents .result .image {
        margin: 5px;
        padding: 2px;
        background-color: #FFFFFF;
	border: dotted 1px #E6CDAE;

}

#main_contents .result li ul  {
	margin: 10px;
        font-size: 12pt;
        font-weight: bold;
	display:inline;
}	

#main_contents .error {
        width:580px;
	height:230px;
	background-image: url(../img/error_image.jpg);
	background-repeat: no-repeat;
}


#main_contents .error p {
        padding: 40px 10px 10px 10px;
	color: #714B26;
	font-size: 16px;
        font-weight: bold;
}

#menu_list {
	margin-bottom:20px;
        width:600px;
        height:100%;
        font-size:100%;
        color:#714B26;
        text-align:center;
        line-height:1.2em;
}

#menu_list li ul {
        font-weight:bold;
}	



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

.cal_form {
	margin: 10px 0 10px 0;
	width:100%;
	height:60px;
	text-align:center;
}

.cal_form .input_text {
	margin: 0 0 10px 0;
	padding: 2px;
	width:280px;
	height: 30px;
	font-size: 26px;
	color: #714B26;
	border: solid 5px #714B26;
}

.cal_form .button {
	width:300px;
	height: 40px;
}

#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
*/
h1 {
	text-align:center;
}

address {
	text-align:center;
	color:#714B26;
	font-size:80%;
	font-style:normal;
}
