@charset "euc-jp";
@import url(base.css);
@import url(bottom.css);
@import url(search.css);


#crTopics dl{
	text-align: left;
	margin: 10px 0;
	border-bottom: solid 1px #e4ebec;
}
#crTopics dl dt{
	float: left;
}
#crTopics dl dd{
	text-align: left;
	margin: 0 0 5px;
	padding-left: 20ex;
	padding-bottom: 7px;
}
#crTopics dl dd div{
	float: right;
	text-align: left;
	width: 95%;
}

/**/
#topicsPages{
	text-align: center;
}
#topicsPages h1{
	text-align: left;
}



/***********************************************************************
	詳細画面（デフォルトスタイル）
***********************************************************************/
#topicsPages h2{
	text-align: left;
	background: #fff;
	padding: 10px 10px;
	border: none;
	border-top: 2px solid #478eee;
	border-bottom: 1px dotted #999;
}
#releaseDate{
	text-align: right;
	width: 90%;
}
#releaseContents{
	margin: 15px 10px;
	text-align: left;
	width: 90%;
}

#releaseImage{
	text-align: left;
	margin: 5px 10px;
	width: 90%;
}

#releaseLink{
	text-align: left;
	margin: 5px 10px;
	width: 90%;
}
#releaseLink ul{
	list-style: none;
	text-align: left;
}
#releaseLink ul li{
	background: url(../img/arr_blue.gif) no-repeat 0 2px;
	margin-left: -25px;
	padding-left: 15px;
}

#releaseFile{
	text-align: left;
	margin: 5px 10px;
	width: 90%;
}
#releaseFile ul{
	list-style: none;
	text-align: left;
}
#releaseFile ul li{
	background: url(../img/arr_orange.gif) no-repeat 0 2px;
	margin-left: -25px;
	padding-left: 15px;
}
#releaseEnd{
	margin-top: 10px;
	text-align: right;
	width: 90%;
}
/***********************************************************************
	詳細画面（スタイル０１）
***********************************************************************/
#style01{
	width: 100%;
	text-align: center;
	vertical-align: top;
}
#style01 h2{
	text-align: left;
	background: #fff;
	padding: 10px 10px;
	border: none;
	border-top: 2px solid #478eee;
	border-bottom: 1px dotted #999;
}
#style01 #releaseDate{
	text-align: right;
	width: 90%;
}
#style01 #releaseImage{
	float: left;
	text-align: left;
	margin: 5px;
	width: 340px;
}
#style01 #releaseContents{
	margin: 15px 10px;
	text-align: left;
	width: 90%;
}

#style01 #releaseLink{
	float: right;
	text-align: left;
	margin: 5px 10px;
	width: 40%;
}
#style01 #releaseLink ul{
	list-style: none;
	text-align: left;
}
#style01 #releaseLink ul li{
	background: url(../img/arr_blue.gif) no-repeat 0 2px;
	margin-left: -25px;
	padding-left: 15px;
}

#style01 #releaseFile{
	float: left;
	text-align: left;
	margin: 5px 10px 10px 20px;
	width: 40%;
}
#style01 #releaseFile ul{
	list-style: none;
	text-align: left;
}
#style01 #releaseFile ul li{
	background: url(../img/arr_orange.gif) no-repeat 0 2px;
	margin-left: -25px;
	padding-left: 15px;
}
#style01 #releaseEnd{
	margin-top: 10px;
	text-align: right;
	width: 90%;
}

