@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

#img_top {
    width: 920px;
	height: 500px;
	background: url(common/images/img_top.jpg) no-repeat;
}

#flash {
	width: 920px;
	height: 500px;
}

.left {
    width: 290px;
	float: left;
}
.right {
    width: 590px;
	float: right;
}

#blog {
    width: 290px;
	height: 110px;
	background: url(common/images/bg_blog.jpg) left top no-repeat;
}
#blog .txt {
    width: 280px;
	_width: 290px;
	height: 65px;
	_height: 75px;
	padding: 5px;
	overflow: auto;
	scrollbar-base-color: #222222;
}

#voice {
    width: 290px;
	height: 98px;
	_height: 100px;
	padding-top: 2px;
	background: url(common/images/bg_voice.jpg) no-repeat;
	margin-bottom: 10px;
}
#voice .txt {
    width: 280px;
	_width: 290px;
	height: 63px;
	_height: 73px;
	padding: 5px;
	overflow: auto;
	scrollbar-base-color: #222222;
}

/*#whatsnew {
    width: 590px;
	height: 85px;
	_height: 110px;
	padding-top: 25px;
	background: url(common/images/bg_whatsnew.jpg) left top no-repeat;
}
#whatsnew .txt {
    width: 580px;
	_width: 590px;
	height: 60px;
	_height: 70px;
	padding: 5px;
	overflow: auto;
	scrollbar-base-color: #222222;
}
*/

#whatsnew {
    width: 290px;
	height: 185px;
	_height: 155px;
	padding-top: 25px;
	background:  url(common/images/bg_whatsnew.jpg) left top no-repeat #221C17;
	margin-bottom: 10px;
}
#whatsnew .txt {
    width: 280px;
	_width: 270px;
	height: 175px;
	_height: 165px;
	padding: 5px;
	overflow: auto;
	scrollbar-base-color: #222222;
}
.dl_01 {
    width: 260px;
	padding: 3px 0;
	border-bottom: 1px dotted #999;
}


#bnr_contact {
    width: 290px;
	height: 100px;
	float: left;
}
#bnr_group {
    width: 290px;
	height: 100px;
	/*float: right;*/
	float: left;
}
#twitter {
	width: 290px;
	height: 210px;
	float: right;
}

/*.dl_01 {
    width: 560px;
	padding: 3px 0;
	border-bottom: 1px dotted #999;
}*/
.dl_01 dt {
    font-weight: bold;
	color: #CC6600;
}
.dl_01 dd {
    line-height: 160%;
}

#whatsnew .txt a:link {
   color: #0099FF;
   text-decoration:none;
}
#whatsnew .txt a:visited {
   color: #0099FF;
   text-decoration:none;
}
#whatsnew .txt a:hover {
   text-decoration:underline;
}
