body {
	line-height: 120%;
	background-image:url("../img/bg.gif");
}

h1{
	text-align:center;
	font-size:130%;
}

h2{
	text-align:center;
	font-size:100%;
}

a{text-decoration:none;}
a:link   {color:#006600;}
a:hover  {background-color:#FFCC99;}
a:visited{color:#666666;}

.alleft  {text-align:left;}
.alcenter{text-align:center;}
.alright {text-align:right;}

.font60 {
	font-size:60%;
	line-height:100%;
}
.font70 {
	font-size:70%;
	line-height:100%;
}
.font80 {
	font-size:80%;
	line-height:100%;
}

.boxA{
	width:210px;
	height:650px;
	float:left;
	text-align:center;
	border-style: solid;
	border-width:1px;
	border-color: #996600;
	background-color:#FFEEBB;
	margin-left:10px;
	font-size:80%;
	padding:1%;
}

.boxB{
	width:900px;
	height:750px;
	float:left;
	border-style: solid;
	border-width:1px;
	border-color: #996600;
	background-color:#FFEEBB;
	margin-left:10px;
	font-size:80%;
	padding:1%;
}

.boxC{
	width:300px;
	height:650px;
	float:left;
	text-align:center;
	border-style: solid;
	border-width:1px;
	border-color: #996600;
	background-color:#FFEEBB;
	margin-left:10px;
	font-size:80%;
	padding:1%;
}

.boxClear{
	clear:both;
	text-align:center;
}

.forRakuBGOdd{
	width:185px;
	background-color:#FFFFFF;
	margin:		1px;
	padding:2%;
}

