@charset "EUC-JP";

@import "./common.css";

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

/* --------------------------------- NAVI ---------------------------------- */
/* main navi */
#NAVI ul.main li#LINKS span.self {
	color: #9966ff;
	background-image: url(../images/navi/navi_07_on.gif);
	}

/* sub navi */
#NAVI ul.main li#LINKS ul.sub {
	display: block;
	position: static;
	width: auto;
	background: transparent;
	border: none;
	padding: 0;
	margin: 4px 5px 0 5px;
	}
#NAVI ul.main li#LINKS ul.sub li.self {
	color: #9966ff;
	}

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

/* heading */
#MAIN h1 {
	color: #6633cc;
	}
#MAIN h2 {
	font-size: 14px;
	color: #6633cc;
	margin-top: 30px;
	border-bottom: 2px solid #6633cc;
	padding-bottom: 2px;
	margin: 30px 0 0.5em 0;
	}
#MAIN h3 {
	position: relative;
	z-index: 2;
	font-size: 14px;
	font-weight: normal;
	background: #c2adeb;
	padding: 5px;
	line-height: 100%;
	}
#MAIN h4 {
	position: relative;
	z-index: 2;
	font-size: 12px;
	color: #6633cc;
	background: #ffffff;
	padding-left: 0.5em;
	margin: 1em 0 0.5em 0;
	}

/* category */
dl.category {
	zoom: 100%;
	margin-left: 70px;
	}
dl.category:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
	}
dl.category dt {
	float: left;
	width: 8em;
	font-weight: bold;
	margin: 0 0 0.1em 0;
	}
dl.category dd {
	margin: 0 0 0.1em 8em;
	}

dl.category dd ul {
	zoom: 100%;
	width: 100%;
	}
dl.category dd ul:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
	}
dl.category dd ul li {
	float: left;
	width: 48%;
	margin: 0 1% 0.5em 0;
	}

dl.category dd ul li a, 
dl.category dd ul li span.self {
	display: block;
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 13px;
	}
dl.category dd ul li a {
	background-image: url(../images/links/category_listmark.gif);
	}
dl.category dd ul li span.self {
	background-image: url(../images/links/category_listmark_self.gif);
	}

/* project */
table.project {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2em;
	}
table.project th, 
table.project td {
	border: solid 1px #666666;
	padding: 2px 3px;
	}
table.project th {
	font-weight: normal;
	background: #ccbbee;
	}
table.project td {
	background: #ebe4f8;
	}
table.project td.code {
	}
table.project td.name {
	width: 20%;
	}
table.project td.en_name {
	}
table.project td.leader {
	width: 16%;
	}
table.project td.outline {
	}
table.project td.status {
	width: 12%;
	}

/* national_project */
dl.national_project {
	position: relative;
	z-index: 1;
	margin: -1.1em 0 2em 0;
	}
dl.national_project dt {
	border-top: 1px dotted #666666;
	padding: 1em 0 0 0.5em;
	margin: 1em 0 0.1em 0;
	}
dl.national_project dd {
	padding: 0 0 0 0.5em;
	}

/* url */
ul.url {
	_position: relative;
	}
ul.url li {
	background: url(../images/listmark_type1.gif) left center no-repeat;
	padding: 0 0 0 10px;
	overflow: auto;
	}

h2 + ul.url {
	margin: 1em 0 0 0.5em;
	}
ul.url.for_ie6 {
	_margin: 1em 0 0 0.5em;
	}

/* test-by-nations, activity */
dl.test-by-nations {
	margin: 0 0 2em 0;
	}
dl.activity {
	margin: 1em 0 2em 0;
	}
dl.test-by-nations dt, 
dl.activity dt {
	padding-left: 0.5em;
	margin-bottom: 0.1em;
	}
dl.test-by-nations dd, 
dl.activity dd {
	border-bottom: 1px dotted #666666;
	padding: 0 0 1em 0.5em;
	margin-bottom: 1em;
	}

/* sub */
dl.test-by-nations dl.sub {
	zoom: 100%;
	margin: 0.5em 0 -0.5em 0;
	}
dl.test-by-nations dl.sub:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
	}
dl.test-by-nations dl.sub dt {
	float: left;
	width: 6em;
	_width: 75px;
	border-top: none;
	padding: 0;
	margin: 0 0 0.5em 0;
	}
dl.test-by-nations dl.sub dd {
	_width: 570px;
	border-bottom: none;
	padding: 0;
	margin: 0 0 0.5em 6em;
	_margin-left: 75px;
	}


