@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:top.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */

/* definition_#container1 */
#container1{
	background-image: url(../images/bg_container_bottom1.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0 0 15px;
	padding: 0 0 10px;
	position: relative;
	width: 960px;
}

#container1 .innerBox{
	background-image: url(../images/bg_container_top1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 10px 10px 15px;
	width: 940px;
}

#container1 #wrapfiveColumn{
	background-image: url(../images/bg_5column_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0 0 0 12px;
	position: relative;
	width: 912px;
	z-index: 2;
}

#container1 #wrapfiveColumn .oneColumnL{
	background-image: url(../images/bg_5column_top1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	margin: 0 13px 0 0;
	padding: 0 11px 50px;
	position: relative;
	width: 150px;
}

#container1 #wrapfiveColumn .oneColumnL2{
	background-image: url(../images/bg_5column_top2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 0 11px 50px;
	position: relative;
	width: 150px;
}

#container1 #wrapfiveColumn .oneColumnR{
	background-image: url(../images/bg_5column_top2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	margin: 0;
	padding: 0 11px 50px;
	position: relative;
	width: 150px;
}

#container1 #wrapfiveColumn p{
	background-color: transparent;
	color: #4f2a09;
	margin: 14px 0 12px;
}

#container1 .btnDetails{
	position: absolute;
	bottom: -1px;
	left: 24px;
}

#container1 #character1{
	position: absolute;
	right: 0;
	top: -52px;
	z-index: 1;
}

/* definition_.illust1 */
.illust1{
	margin: 12px 0 0 47px;	
}


#character2{
	position: absolute;
	right: 12px;
	top: 0;
}

/* definition_#wrapfiveColumn2 */
#wrapfiveColumn2{
	background-image: url(../images/line_v2.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin: 0 0 58px;
	width: 710px;
}

#wrapfiveColumn2 .oneColumnL{
	float: left;
	margin: 0 1px;
	padding: 10px 9px 0 10px;
	width: 121px;
}

#wrapfiveColumn2 .oneColumnR{
	float: right;
	margin: 0;
	padding: 10px 9px 0 10px;
	width: 121px;
}

/* under IE6 */
* html #wrapfiveColumn2 .oneColumnL{
	padding: 10px 9px;
}

/* under IE6 */
* html #wrapfiveColumn2 .oneColumnR{
	padding: 10px 9px;
}

#wrapfiveColumn2 p{
	margin: 10px 0 0;
}

/* definition_#container2 */
#container2{
	clear: both;
	position: relative;
	width: 710px;
}

#container2 .illust2{
	position: absolute;
	left: 31em;
	top: -19px;
	width: 72px;
}

/* definition_#container3 */
#container3{
	background-image: url(../images/bg_container_bottom2.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0 0 40px 10px;
	width: 691px;
}

#container3 .innerBox{
	background-image: url(../images/bg_container_top2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 2px 0 1px 2px;
	width: 689px;
}

/* definition_#container4 */
#container4{
	background-image: url(../images/bg_message.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0 0 35px;
	position: relative;
}

/* under IE7 */
*:first-child+html #container4{
	height: 100%;
}

/* under IE6 */
* html #container4{
	height: 1px;
}

#container4 .textBoxL{
	margin: 0 0 132px 12px;
	width: 400px;
}

/* under IE6 */
* html #container4 .textBoxL{
	position: relative;
}

#container4 .textBoxL p{
	margin: 0 0 20px;	
}

#container4 .textBoxL .interiorLink{
	margin: 0 0 0 92px;	
}

#container4 .textBoxR{
	width: 444px;
}

#container4 .textBoxR ul{
	margin: 0 0 0 15px;
}

#container4 .textBoxR li{
	float: left;
	margin: 0 10px 0 0;
}

#container4 .imgBoxL{
	border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}






















