@charset "UTF-8";

@import url("default.css");
@import url("common.css");


/*====================================== secret */

/*--------- Banner */
div#header {
	position: relative;
}
div#header p.banner {
	position:absolute; top:-10px; left:426px;
	z-index: 100;
}

#main{padding-top:3px;}

h2{margin-bottom:10px;}

.column01{
	width:820px;
	padding-top:20px;
	margin:0 auto;
	overflow:hidden;
}
.box01{
	width:544px;
	float:left;
}
.box02{
	width:255px;
	float:right;
}
.box03{
	width:255px;
	float:right;
	text-align:center;
}
.box03 img{margin:3px 0;}

.aFloatLeft{margin:0 20px 5px 0;}
