@charset "shift_jis";

/*
	Cascading Style Sheet for CronousTrade
	Last Update: 2007/02/24
*/



/* *************************** global **************************** */


body {
	margin: 12px 0;
	padding: 0;
	color: #000000;
	background-color: #ffffff;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", sans-serif;
}

#navi {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 125px;
	padding: 0 0 15px 0;
	color: #000000;
	background-color: #ffffff;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", sans-serif;
	font-size: 13px;
}

#contents {
	margin: 0 0 0 155px;
	padding: 0;
	width: 728px;
}



/* **************************** navi ***************************** */

#navi img {
	border-width: 0;
}

#navi a {
	color: #0000ff;
	background-color: inherit;
	text-decoration: none;
}

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

#navi .new {
	color: #ff0000;
	background-color: #ffffff;
	font-size: 10px;
}

#navi .navi_table {
	color: inherit;
	background-color: #808080;
}

#navi .navi_table th {
	color: #ffffff;
	background-color: inherit;
	font-size: 13px;
	font-weight: normal;
}

#navi .navi_table td {
	color: inherit;
	background-color: #ffffff;
	font-size: 13px;
	line-height: 17px; 
}

#navi .navi_table .trade_bbs_category {
	margin: 3px 0;
}

#navi .navi_table .trade_bbs_category th {
	color: #000000;
	background-color: inherit;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

