ul.News2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
ul.News2 li {
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
}
.NewsDetail {
	line-height: 180%;
	vertical-align: top;
}

.NewsDetail h3 {
	margin: 20px 0 1em 0;
	padding: 2px 6px;
	border-bottom: solid 1px #666666;
	border-left: solid 8px #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
}

.NewsDetail h4 {
	margin: 20px 0 1em 0;
	padding: 7px 10px;
	border: 1px solid #423220;
	background: #F0E8D9;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	clear: both;
}
.NewsDetail h5 {
	margin: 20px 0 1em 0;
	padding: 7px;
	border-top: 1px dotted #0B0773;
	border-bottom: 1px dotted #0B0773;
	font-size: 12px;
	background: #EFEFEF;
	line-height: normal;
}
.NewsDetail p {
	margin: 1em 0;
	line-height: 1.8;
}

/*-----リストのマージンなし-----*/
dt,dd,ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}



/*-----ログイントップのリスト-----*/
dl.TopList {
	padding: 7px 0;
	margin: 0;
}

dl.TopList dt {
	font-weight: bold;
}

/*-----トップリスト−ワード-----*/
dl.TopList dd.Word {
	background: url(/topics/images/icon_doc.gif) no-repeat left center;
}

/*-----トップリスト−エクセル-----*/
dl.TopList dd.Excel {
	background: url(/topics/images/icon_xls.gif) no-repeat left center;
}

/*-----トップリスト−PDF-----*/
dl.TopList dd.PDF {
	background: url(/topics/images/icon_pdf.gif) no-repeat left center;
}

/*-----トップリスト−共通-----*/
dl.TopList dd {
	padding-left: 24px;
}

/*-----トップリスト−新着-----*/
dl.TopList a.New {
	background: url(/topics/images/new.gif) no-repeat right center;
	padding-right: 30px;
}



/*-----詳細ページタイトル-----*/
dl#ContentsTitle {
	padding: 0;
	margin: 0;
}

dl#ContentsTitle dd {
	font-weight: bold;
}



/*-----詳細ページ添付ファイル−ワード-----*/
div#ContentsFileW {
	background: url(/topics/images/icon_doc2.gif) no-repeat 10px center;
}

/*-----詳細ページ添付ファイル−エクセル-----*/
div#ContentsFileE {
	background: url(/topics/images/icon_xls2.gif) no-repeat 10px center;
}

/*-----詳細ページ添付ファイル−PDF-----*/
div#ContentsFileP {
	background: url(/topics/images/icon_pdf2.gif) no-repeat 10px center;
}

/*-----詳細ページ添付ファイル−共通-----*/
div#ContentsFileW,
div#ContentsFileE,
div#ContentsFileP {
	height: 68px;
	margin: 25px 0 0 0;
	border: 1px solid #DBC7A5;
}

div#ContentsFileW a,
div#ContentsFileE a,
div#ContentsFileP a {
	display: block;
	width: 200px;
	height: 48px;
	margin: 10px 0 10px 10px;
	padding: 14px 0 0 56px;
}



/*-----詳細ページコンテンツ-----*/
td.MemberDetail {
	line-height: 180%;
	vertical-align: top;
}



/*-----通達タイトル-----*/
div#TutatuTitle {
	display: block;
	height: 40px;
	padding: 7px 0 0 97px;
	background: url(/topics/images/img_t1.gif) no-repeat;
}



/*-----大会関連事項タイトル-----*/
div#TaikaiKanrenJikouTitle {
	display: block;
	height: 40px;
	padding: 7px 0 0 97px;
	background: url(/topics/images/img_t2.gif) no-repeat;
}



/*-----その他タイトル-----*/
div#SonotaTitle {
	display: block;
	height: 40px;
	padding: 7px 0 0 97px;
	background: url(/topics/images/img_t3.gif) no-repeat;
}



/*-----レッドテキスト-----*/
.Red {
	color: #E61801;
}

