@charset "shift_jis";

/*
	Cascading Style Sheet for CronousTrade
	Last Update: 2008/03/19
*/



/* ******************* contents ******************* */

div#contents {
	width: 728px;
	line-height: 150%;
}

div#contents h1 {
	margin: 20px 0 5px 0;
	text-align: center;
	font-size: 30px;
}

div#contents h2 {
	margin: 12px 0 12px 0;
	padding: 0 0 3px 0;
	font-size: 110%;
	border-bottom: 1px dashed #999999;
}

div#contents strong {
	color: #cc3333;
	background-color: inherit;
}
 
div#contents a {
	color: #0000ff;
	background : inherit;
	text-decoration: none;
}

div#contents a:hover {
	color: #ff0000;
	background : inherit;
	text-decoration: underline;
}

div#contents hr {
	height: 1px;
}

div#contents img {
	border-width: 0;
}

div#contents table {
	width: 728px;
	margin: 15px 0 10px 0;
	color: #000000;
	background-color: #006869;
}

div#contents table th {
	padding: 7px;
	color: #ffffff;
	background-color: #006869;
	font-weight: bold;
}

div#contents table td {
	padding: 6px;
	background-color: #ffffff;
	line-height: 150%;
}

div#contents table table, div#contents table.sub {
	width: auto;
	margin: 10px;
	background-color: #666666;
}

div#contents table table th, div#contents table.sub th {
	padding: 7px;
	color: #000000;
	background-color: #eeeeee;
	font-weight: bold;
}

div#contents table table td, div#contents table.sub td {
	padding: 6px;
	background-color: #ffffff;
	line-height: 150%;
}

div#contents dt {
	font-weight: bold;
}

div#contents dd {
	margin: 0 0 10px 10px;
}

div#contents p {
	margin: 0 0 2px 0;
}

div#contents div.date {
	margin: 0 0 10px 0;
	text-align: right;
	font-weight: bold;
}

div#contents span.date {
	font-size: 80%;
	color: #990000;
	margin-left: 5px;
	font-weight: normal;
}

div#contents .attention {
	margin: 25px 0 15px 0;
	padding: 5px;
	border: 2px dotted #0000cc;
	font-weight: bold;
}

div#contents .attention ul {
	font-weight: normal;
}

div#contents .new {
	font-weight: bold;
}
