/*
a:link    {color:#aaaa66}
a:visited {color:#aaaaaa}
a:hover   {color:#FD6262}
*/
/*---------------------------------------------*/
body
{
	background-color: darkorange ;

	margin:0px;

	background-image: url("../bg1.jpg");

}
/*---------------------------------------------*/
.margin1em{ margin-top:1em;}
.margin5{ margin-top:5px; }
/*---------------------------------------------*/
h2
{
	border-bottom:2px solid orange;
//	margin-top:2em;
	width:640px;
	height:40px;
	
	background-image: url("../momiji.png");
	background-repeat: no-repeat;
	background-position: left middle;
	padding-left:46px;


}

/*---------------------------------------------*/
div.countainer
{
	text-align:center;
	margin:0px;
	padding:0px;

}
/*---------------------------------------------*/
div.frame1
{
	width: 700px;
	
	background-color: beige;
	
	margin-left:auto;
	margin-right:auto;
	text-align:justify;

	padding-top:1em;
	padding-bottom:2em;
}
/*---------------------------------------------*/
div.frame2
{
	width: 798px;
	
	background-color: #f8fff8;
	
	margin-left:auto;
	margin-right:auto;
	text-align:justify

}
/*---------------------------------------------*/
.flat_l{	float: left;}
.flat_r{	float: right;}
.reset{clear:both;}
/*---------------------------------------------*/
div.columnbox
{
	width:500px;
	
}
/*---------------------------------------------*/
div.main_box
{
	width:629px;
	
}
/*---------------------------------------------*/
div.mokuji_box
{
	width:159px;
//	height:100%;
	
	padding-left:10px;

}
/*---------------------------------------------*/
address
{
    text-align: center;
    font-style: normal;
    font-family: Verdana, sans-serif;
    font-size: 80%;
    
    border-top: 1px solid darkorange;
    padding: 5px 20px 5px 5px;

}
/*---------------------------------------------*/
