/* Delta Cascading Style.		*/
/* Author	: Masakazu Yanai	*/
/* Redid	: 2002/04/18		*/

@charset "Shift_JIS";
@media screen, print{

/*  HTML */
body {
	margin: 8px 16px;
}

h1 {
	font-size: 175%;
	text-indent: 0em;
	font-weight: bold;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-bottom: 0em;
}

h2 {
	font-size: 100%;
	text-indent: 0em;
	font-weight: bold;
	padding: 0em;
	margin-bottom: 0em;
	display: inline;
}

h3 {
	font-size: 100%;
	text-indent: 0em;
	font-weight: normal;
	margin-top: 0em;
	padding-top: 0em;
	margin-bottom: 0em;
	padding-bottom: 0em;
	display: block;
}

h3 a:link {
	color: #AF2F00;
}

h3 a:visited {
	color: #2F2F2F;
}

small {
	font-size: 80%;
}

p {
	text-indent: 1em;
	line-height: 130%;
}

//a:link {
//	color: #000000;
//}

//a:visited { 
//	color: #000000;
//}

table {
	text-align: left;
}

/* Definition */
b.attent {
	font-weight: bold;
	color: #AF2F00;
}

b.attent a:link {
	color: #AF2F00;
	font-weight: bold;
}

b.attent a:visited {
	color: #AF2F00;
	font-weight: bold;
}

span.short_mes {
	font-size: 80%;
	text-indent: 0em;
}

hr.lv1 {
	color: #9FCFFF;
}

hr.lv2 {
	color: #AF2F00;
}

/* Contents */
div.cnts_list {
	font-size: 80%;
	text-indent: 0em;
	margin-bottom: 0.5em;
	line-height: 120% 
}

div.cnts_new {
	font-size: 80%;
	text-indent: 0em;
	margin-bottom: 0.5em;
}

div.cnts {
	font-size: 80%;
	text-indent: 0em;
	margin: 0em;
	padding: 0em;
	line-height: 120% 
}

h3.cnts {
	font-size: 80%;
	text-indent: 0em;
	font-weight: normal;
	color: black;
	margin-bottom: 0.8em;
	display: block;
	border-style: double;
	border-color: #DFEFFF;
	margin-top: 0.6em;
}

h3.cnts a:link {
	color: black;
	font-weight: normal;
}

h3.cnts a:visited {
	color: black;
	font-weight: normal;
}

/* SiteTopics */
table.site_topic th {
	font-size: 80%;
	color: #AF2F00;
	font-weight: bold;
	vertical-align: top;
}

table.site_topic td {
	font-size: 80%;
	line-height: 130%;
}

table.site_topic big {
	font-size: 125%;
}

table.site_topic strong {
	font-size: 125%;
	color: #AF2F00;
	font-weight: bold;
}

table.site_topic strong a:link {
	color: #AF2F00;
	font-weight: bold;
}

table.site_topic strong a:visited {
	color: #AF2F00;
	font-weight: bold;
}

h3.site_topic {
	font-size: 100%;
	text-indent: 0em;
	font-weight: bold;
//	color: #AF2F00;
	color: #000000;
	margin-bottom: 0.8em;
	display: block;
	padding: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
//	border-color: #AF2F00;
	border-color: #9FCFFF;
	margin-top: 0.6em;
}


/* Newe */
p.n {
	text-indent: 0em;
	line-height: 130%;
	margin-top: 0.2em;
	margin-left: 2.5em;
	margin-bottom: 1.2em;
}

div.n {
	text-indent: 0em;
	line-height: 130%;
	margin-top: 0.2em;
	margin-left: 2.5em;
	margin-bottom: 1.2em;
}

/* NC */

span.nc_title {
	display: block;
	margin-left: 0.7em;
}

span.nc_title a:link    { color: blue; }
span.nc_title a:visited { color: purple; }
span.nc_title a:active  { color: red; }

span.nc_title2 {
	font-size: 80%;
	display: block;
	margin-left: 2.8em;
	margin-top: 0.2em;
}

span.nc_body {
	display: block;
	text-indent: 0em;
	line-height: 130%;
	margin-top: 0.4em;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 0.4em;
}

span.nc_body a:link    { color: blue; }
span.nc_body a:visited { color: purple; }
span.nc_body a:active  { color: red; }

}
