a:link{text-decoration: none; color: #0000FF;}
a:visited{text-decoration: none; color: #800080;}
a:hover{ text-decoration: underline ; color: #FF0000;}

body
{
	background-color: #fffff0;
	line-height: 150%;
}
div.container{text-align:center;}
div.frame
{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}

div.header
{
	text-align: left;
}

h1
{
    border: solid;
    border-width: 0px 0px 1px 20px;
    padding: 5px 20px 5px 5px;
    border-color: #94b6e7;
    font-size: 120% ;
    text-align: left;
    margin-top: 1px;
}

div.content
{
	text-align: left;
}

div.box
{
	width: 400px;
	padding: 10px;
	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px 10px 2px 20px;
	text-align: center;

}

div.flat_l
{
	float: left;
}

div.flat_r
{
	float: right;
}

br.reset
{
	clear: both;
}

div.kokoku
{
	float: right;
	width: 470px;
	height: 62px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}

div.button
{
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0 #404040 #404040 #c0c0c0;
	background-color: #ffffcc;
	font-weight: bold;
	width: 80px;

	margin-left: 40px;

}


span.button
{
	border: 1px solid #000000;
	border-color: #c0c0c0 #404040 #404040 #c0c0c0;
	margin: 0px 10px 0px 10px;
	padding: 2px 10px 2px 10px;
	background-color: #ffffcc;
	font-weight: bold;
}

div.footnavi{
   padding: 5px 0px 5px 0px;
	text-align:right;
	border: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #94b6e7;
}

address
{
    text-align: center;
    font-style: normal;
    font-family: Verdana, sans-serif;
    font-size: 80%;
    
    border: solid;
    border-width: 1px 0px 0px 10px;
    padding: 5px 20px 5px 5px;
    border-color: #94b6e7;
    
    margin-bottom: 5px;
}

hr
{
	color:#999999;
	margin-top:10px;
	margin-bottom:10px;
}