@charset "Shift_JIS";

/*
-----------------------------------------------------
CHIKUZEN-es : LAYOUT CSS
Version:2013 BETA
-----------------------------------------------------
*/

* {
	padding: 0;
	margin: 0 auto 0;
}

/*--aTAG--*/

	a{color:cadetblue;text-decoration:none;}
	a:hover{color:saddlebrown;text-decoration:none;}


/*--LAYOUT--*/
html, body {
	font-size: 12px;
	color: #333;
	line-height: 160%;
	text-align: center;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

#wrapper {
	text-align: left;
	background:#fff url(../img/wrapper.png) repeat-y;
	width: 880px;
}

#header{
	height: 160px;
	width: 800px;
	margin: 0 auto 0;
	padding: 0px 0px 0px 0px;
	background:#fff url(../img/header.jpg) no-repeat;
}

#header2{

	width: 800px;
	margin: 0 auto 0;
	padding: 10px 0px 10px 0px;
    background-color:#fff;
}

#container{
	display: block; 
	margin-left: 20px;
    width:840px;
    background-color:#fff;
}

#contents{
	float:left;
	width:560px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#genie{
	position: relative; 
	clear:both;
	width:840px;

	padding-top: 22px;
	margin-bottom: 0px;
	background:none;
}

#footer{
	clear:both;
	height:60px;
	width:880px;
	background:#fff url(../img/footer.png) no-repeat;
}


#right{
	float: right;
	height:1080px;
	width:220px;
	border: none;
	background:#fff;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}


#right02{
	float: right;
	height:728px;
	width:220px;
	border: none;
	background:#fff;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}

/*--GENIE EFECT*/
#dock2 {
	width: 100%;
	bottom: 50px;
	position: relative; 
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(../images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}