@charset"Shift_jis";

/*ボディー指定*/
body { 
	margin:0px 0px 0px 0px; 
	background-color: #FFFFFF;
}

/*カラー指定*/
.ColorR { color: #f30}
.ColorW { color: #fff}

/*背景指定*/
.bg-FCFCF0 { background-color: #FCFCF0}
.bg-EFECDC { background-color: #EFECDC}

/*テキスト指定*/

.text-std {
	color: #333333;
	font-size: 83%;
	line-height: 140%;
}

.text-stdb {
	color: #333333;
	font-size: 83%;
	line-height: 140%;
	font-weight: bold;
}

.text-bb {
	color: #336699;
	font-size: 14px;
	font-weight: bold;
}

.text-small {
	color: #333333;
	font-size: 73%;
}

.text-small2 {
	color: #333333;
	font-size: 67%;
}

.text-seo { 
	color: #555555;
	font-size: 73%;
	line-height: 140%; 
	text-align: right;
	padding-right:10px;	
}

h1 {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

.text-bold { 
	font-weight: bold;
}

.text-orange { 
	color: #ff6600;
}

.text-white { 
	color: #FFFFFF
}

.text-whiteb { 
	color: #FFFFFF;
	font-weight: bold;
}


/*リンク指定1*/
a:link { 
	color:#006633; text-decoration: none
}
a:visited { 
	color:#009933; text-decoration: none
}
a:active {
	color:#ff3300; text-decoration: underline
}
a:hover { 
	color:#ff8800; text-decoration: underline
}

/*リンク指定2*/
a.white:link { 
	font-size:12px; color:#ffffff; text-decoration: none;font-weight: bold
}
a.white:visited { 
	font-size:12px; color:#ffffff; text-decoration: none;font-weight: bold
}
a.white:active {
	font-size:12px; color:#ff3300; text-decoration: underline;font-weight: bold
}
a.white:hover { 
	font-size:12px; color:#ff8800; text-decoration: underline;font-weight: bold
}


 
 /*スペーサー指定*/
.space-1px { font-size: 1px}
.space-6px { font-size: 6px}
.space-9px { font-size: 9px}
.space-20px { font-size: 20px}
.space-74px { font-size: 74px}
.table-top {padding-top: 5px}

/*マージン指定*/
.marginL-3px { margin-left: 3px}
.marginL-8px { margin-left: 8px}
.marginL-12px { margin-left: 12px}
.marginL-15px { margin-left: 15px}
.marginR-10px { margin-right: 10px}


/*20070711追加*/
.new { color:#FF6699; font-weight: bold}