@charset "utf-8";
/* ===================================================================
CSS information

 editor     :ayame
 author     :拡散風洞
 style info :トップページ設定
=================================================================== */

/*----------------------------------------------------
	mv
----------------------------------------------------*/
#mvWrap {
	width: 790px;
	height: 420px;
	margin: 0;
	position: relative;
}
.mvBtn01 {
	position: absolute;
	top: 310px;
	left: 590px;
}

/*----------------------------------------------------
	次回更新
----------------------------------------------------*/
#nextInfo {
	width: 340px;
	margin-bottom: 40px;
	margin-top: 20px;
	border: 5px #ddd solid;
	padding: 10px;
}
#nextInfo h2 {
	margin-bottom: 10px;
	font-size: 120%;
	color: #099;
	background: none;
	padding-left: 0;
}

/*----------------------------------------------------
	更新履歴
----------------------------------------------------*/
#infoWrap {
	width: 580px;
	margin-bottom: 15px;
}
.infoL {
	width: 370px;
	float: left;
}
.infoR {
	width: 200px;
	float: right;
}
#historyWrap {
	width: 360px;
	height: 105px;
	padding: 5px;
	background: url(../images/history/bg01.gif) repeat;
}
#bannerWrap {
	width: 200px;
}
.bannerUnder01 {
	margin-top: 5px;
}
.bannerUnder02 {
	margin-top: 10px;
}

dl.history {
    width: 348px;
    height: 73px;
    overflow: auto;
    background: #fff;
	border: 1px #ccc solid;
	padding: 5px;
}   
dl.history dt {
    float: left;
    padding: 5px 0;
    text-align: left;
    font-weight: 700;
}   
dl.history dd {
    padding: 5px 0 5px 100px;
}

/*----------------------------------------------------
	リンクについて
----------------------------------------------------*/
.mainWrap01 {
	margin-top: 30px;
}

.linkWrap01 {
	width: 550px;
	margin-top: 20px;
}
.linkWrap02 {
	width: 550px;
	margin-top: 20px;
}
.linkWrap02:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.linkL {
	width: 180px;
	float: left;
}
.linkR {
	width: 350px;
	float: right;
}