@charset "UTF-8";
/* CSS Document */

/*-----------------------------headerの設定-----------------------------*/
#header{
	position:relative;
	width:1000px;
	height:105px;
	background:url("../img/header/header_bg.jpg") no-repeat 0 0;
}

#header h1{
	position:absolute;
	top:20px;
	left:50px;
}

/*-----------------------------maincontの設定-----------------------------*/
#maincont{
	padding-top:60px;
	position:relative;
	background:url(../img/top/maincont_a-dash_bg.jpg) no-repeat 420px 40px;
	width:900px;
	height:360px;
}

#maincont h2 img{
	margin-right:5px;
}

#maincont .toptxt{
	font-size:10px;
	line-height:16px;
	margin:15px 0;
}
	
#icon li{
	float:left;
	margin:10px 5px 0;
}

#here{
	display:inline;
}

#cube_bg{
	position:absolute;
	top:30px;
	right:0;
	z-index:0;
}

#cube{
	position:absolute;
	top:62px;
	left:480px;
	z-index:1;
}

#minicube01{
	position:absolute;
	top:223px;
	left:790px;
}

#minicube02{
	position:absolute;
	top:252px;
	left:455px;
}

#specialcontents_banner{
	position:absolute;
	left:0;
	bottom:35px;
}

#minfuru_banner{
	position:absolute;
	right:0;
	bottom:12px;
}


/*-----------------------------leftcontの設定-----------------------------*/
#leftcont{
	position:relative;
	float:left;
	width:650px;
	background:url(../img/top/philosophy_4cube_bg.jpg) no-repeat 0 0;
	overflow:hidden;
	font-size:10px;
}

#click{
	padding-left:10px;
	font-size:10px;
	line-height:18px;
}
/*#leftcont #ban-cont ul li{
	clear:both;
	height:125px;
}*/

#leftcont #ban-cont{
	height:110px;
	margin-top:80px;
	z-index:100;
}

#leftcont #ban-cont ul{
}

#leftcont #ban-cont ul li{
	float:left;
	width:240px;
}

#leftcont #philosophy{
	margin:5px 0 30px;
}


#philosophy .toptxt2{
	line-height:16px;
}

#minicube03{
	position:absolute;
	top:20px;
	left:375px;
}


/*-----------------------------rightcontの設定-----------------------------*/
#rightcont{
	position:relative;
	float:right;
	padding-top:50px;
	width:250px;
	height:200px;
	font-size:10px;
}
#rightcont p#pmark{
	position:absolute;
	top:-110px;
	right:0;
}
#listbundle{
	position:absolute;
	left:0;
	bottom:20px;
}

#link{
	width:250px;
}

#link dt{
	float:left;
	height:19px;
	margin:0 5px;
}

#link dd{
	font-size:13px;
	line-height:19px;
}

#link dd a:hover{
	background:url(../img/stripe_gray.png) repeat 0 0;
}

#whatsnew{
	margin-top:15px;
	width:250px;
}

#whatsnew dt,
#whatsnew dd{
	margin:2px 10px;
}

#whatsnew dt{
	float:left;
	color:#66CCCC;
}

#whatsnew dd,
#whatsnew dd a{
	margin-bottom:3px;
	letter-spacing:0.5px;
}
#whatsnew dd a:hover{
	background:url(../img/stripe_gray.png) repeat 0 0;
}

#whatsnew dd span{
	color:#F99;
	font-weight:bold;
}
#banner{
	margin-top:15px;
}