@charset "shift_jis";
/***********************
        初期設定
************************/
/***********************
       リンク設定
************************/
/***********************
       レイアウト
************************/

/* コンテンツ */

#content{
	clear: both;
	width: 800px;
	height: auto;
}

#content_top{
	width: 800px;
	height: auto;
}

#content_top h1{
	background-image: url(../img/dl_global_title.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 100px;
	text-indent: -9999px;
}

#main_wrapper{
	width: 666px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#main{
	width: 600px;
	height: auto;
	margin-left: 40px;
	background-color: #FFFFFF;
}

#right_menu{
	width: 134px;
	height: auto;
	float: right;
}


/* メイン部 */

/* 右部メニュー */
#sub_menu{
	width: 134px;
	height: auto;
}
#sub_menu h1{
	background-image: url(../img/pro_navi_title.jpg);
	background-repeat: no-repeat;
	width: 134px;
	height: 27px;
	text-indent: -9999px;
}
#sub_menu ul{
	list-style: none;
	width: 134px;
	height: 27px;
}
#sub_menu li{
	display: inline;
	width: auto;
	height: 27px;
}
/* その他 */
h2{
	background-image: url(../img/dl_dl_bar_title.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 36px;
	text-indent: -9999px;
}
#stage_top_middle {
	font-size: 14px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}
.dl_area {
	clear: both;
	height: 150px;
	width: 450px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
#stage {
	height: 400px;
	width: 600px;
}

.dl_boxl {
	float: left;
	height: 163px;
	width: 210px;
}
.dl_boxr {
	float: right;
	height: 163px;
	width: 210px;
}

