@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;}


.column01 #flow{
padding-top:5px;
background:url(../img/secret/flow_bg.jpg) no-repeat 0 5px;
min-height:225px;
_height:225px;/* IE6 */
}

.column01 #flow ul{
width:400px;
overflow:hidden;
}

.column01 #flow ul li{
padding-bottom:20px;
background:url(../img/secret/flow_li_bg.gif) left bottom no-repeat;
}

.column01 #flow ul li#last{
padding:14px 0 0 0;
background-image:none;
}




















