@charset "UTF-8";

/* -------------------------- */
/* AUTHOR: SOL i Architect .Inc */
/* LAST MODIFIED: 2012.4.13 mon */
/* -------------------------- */


/* -------------------------- */
/* basis */
/* -------------------------- */

html,body {
	height:100%;
}

/* -------------------------- */
/* AllBox */
/* -------------------------- */

div#AllBox {
	min-height:100%;
	background:url(../images/top/bg_contents.png) no-repeat;
	background-position:center top;
}

div#Border {
	border-top:5px solid #212121;
}


/* -------------------------- */
/* ContentsBox */
/* -------------------------- */

div#ContentsBox {
	width:330px;
	margin:0 auto;
	padding-bottom:110px;
}


div#ContentsBox h1 a {
	width:330px;
	height:235px;
	display:block;
	background:url(../images/top/rogo_n.png) no-repeat;
}

div#ContentsBox h1 a:hover {
	width:330px;
	height:235px;
	display:block;
	background:url(../images/top/rogo_o.png) no-repeat;
}


/* -------------------------- */
/* GrobalNavi */
/* -------------------------- */

div#GrobalNavi {
	width:310px;
	margin:0 auto;
	margin-top:37px;
}

div#GrobalNavi ul li {
	width:310px;
	height:24px;
	display:block;
	margin-bottom:18px;
}


/* -------------------------- */
/* MainBox */
/* -------------------------- */

div#MainBox {
	width:310px;
	margin:0 auto;
	padding-top:15px;
}

div#MainBox h2 {
	width:310px;
	height:30px;
	margin-bottom:1px;
	background:url(../images/top/img_tl_01.jpg) no-repeat;
}


/* -------------------------- */
/* FooterBox */
/* -------------------------- */

div#FooterBox {
	position:relative;
	margin-top:-55px;
	width:100%;
	height:55px;
	background:url(../images/top/bg_footer.png) repeat-x;
}

div#FooterBox p {
	position:absolute;
	right:19px;
	padding-top:25px;
}










