@charset "utf-8";

#flash_content{
	height:420px;
}

#back{
	height:420px;
	margin-top:-420px;
	background-color:#000000;
}

#flash_body{
	position:relative;
	top:5px;
}

#music_space{
	text-align:right;
	margin:7px 17px 0px 0px;
}

#music_space p{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	letter-spacing:0px;
	margin:0px 0px 2px 0px;
}

#content{
	width:950px;
	padding:25px 0px 30px 0px;
}

#block1{
	float:left;
	width:600px;
}

#block2{
	float:right;
	width:300px;
	margin:30px 0px 0px 0px;
}

#inner_text{
	margin:0px 0px 0px 10px;
	letter-spacing:1.5px;
	line-height:175%;
	height:345px;
	overflow:auto;
	/*以下、IEの独自仕様*/
	scrollbar-arrow-color:white;
　　scrollbar-3dlight-color:white;
　　scrollbar-track-color:white;
　　scrollbar-shadow-color:white;
　　scrollbar-darkshadow-color:white;

}

#inner_text a{
	color:#990033;
}

#inner_text a:hover{
	color:#FF0000;
}

/*
#inner_text li{
	margin-bottom:10px;
}
*/

#inner_text dt{
	margin: 0;
	padding: 0;
	width: 110px;
	float: left;
}

#inner_text dd{
	margin: 0;
	padding: 0;
	width: 460px;
	float: left;
	margin-bottom:10px;
}

#banner2{
	margin-top:50px;
}

.cl{
	clear:both;
}

#adobe{
	margin-top:60px;
	font-size:11px;
	background-color:;
	border:#CCCCFF 1px solid;
	letter-spacing:0.3px;
	line-height:175%;
}

#adove_install{
	margin:10px;
}

#adobe_logo a{
	display:block;
	background-image:url(../shared/img/adobe.gif);
	background-repeat:no-repeat;
	width:112px;
	height:33px;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70%;
	position:relative;
	top:-5px;
	text-align:right;
/*	left:186px;*/
	left:170px;
	margin:0px 0px 2px 0px;
}

#adobe_logo a:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0%;
}

