@charset "EUC-JP";

@import "./common.css";

/* ================= basic : elements ================= */
em {
	color: #336666;
	}

/* --------------------------------- NAVI ---------------------------------- */
/* main navi */
#NAVI ul.main li#ARTICLES span.self {
	color: #336666;
	}

/* ---------------------------------- MAIN --------------------------------- */
/* link */
#MAIN a:visited { color: #336666; }
#MAIN a:hover { color: #336666; }

/* heading */
#MAIN h1 {
	color: #336666;
	}

/* notes */
ul.notes {
	_position: relative;
	color: #993333;
	margin: 0 0 1em 5em;
	}
ul.notes li {
	background: url(../images/articles/notes_listmark.gif) 0 3px no-repeat;
	border-bottom: dotted 2px #336666;
	padding: 0 0 5px 10px;
	margin-bottom: 10px;
	}

ul.notes li ul.download_reader {
	margin-top: 1em;
	}
ul.notes li ul.download_reader li {
	background: url(../images/articles/linkmark.gif) 0 30px no-repeat;
	border-bottom: none;
	padding: 0 0 0 17px;
	margin-bottom: 0;
	}

/* download list */
table.download_list {
	width: 100%;
	border-collapse: collapse;
	margin-top: 2em;
	}
table.download_list th {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	background: #336666;
	text-align: left;
	padding: 3px 10px;
	}
table.download_list td {
	background: #ccd9d9;
	border: solid 1px #ffffff;
	vertical-align: top;
	padding: 3px 10px;
	}

table.download_list td.doc_name {
	width: 50%;
	border-left: none;
	}
table.download_list td.file_size {
	width: 12%;
	}
table.download_list td.file_name {
	width: 38%;
	border-right: none;
	}

table.download_list td a {
	display: block;
	background: url(../images/articles/linkmark.gif) 0 3px no-repeat;
	padding-left: 17px;
	}

table#WEB td.doc_name {
	width: auto;
	border-right: none;
	}


