/*アンカータグ*/

/*
a {
	text-decoration:underline;
	color:#0066FF
}
a:hover {
	text-decoration:underline;
	color:#996600;
}
a:visited {
	text-decoration:underline;
	color:#800080;
}
*/



/*topおよびナビ*/

#navi a {
	text-decoration:underline;
	color:#0066FF
}
#navi a:hover {
	text-decoration:underline;
	color:#996600;
}
#navi a:visited {
	text-decoration:underline;
	color:#800080
}
 
/*ブラウン*/

#brown a {
	text-decoration:underline;
	color:#0066FF;
}
#brown a:hover {
	text-decoration:underline;
	color:#996600;
}
#brown a:visited {
	text-decoration:underline;
	color:#800080;
}
/*装飾*/

.green{color: #669966;}
.orange{color:#FC8F3F;}
.blue{ color:#3C7BBB}
.attention{color:#CC0000}
.purple{color:#666699}
.dark{color:#333333}


/*noscript*/
.large { font-size: 10pt; line-height:140%; color:#4E4023}
.large2 { font-size:11pt; line-height:140%; color:#4E4023}
.large3 { font-size: 14pt; line-height:140%; color:#4E4023}
.small { font-size: 10pt; line-height:140%; color:#4E4023}
.smallT { font-size: 9pt;font-family: 'ＭＳ ゴシック', 'Osaka－等幅'; color:#4E4023}
.small2 { font-size: 9pt; line-height:140%; color:#4E4023}
.small3 { font-size:8pt; line-height:140%; color:#4E4023}
TD { font-size:11pt;}
.white {
	color: #FFFFFF;
}


.style1 {color: #990000}


.left {
	background-image: url(../images/stage_bg_l.gif);
	background-color: #FCFCFC;	
}

.right {
	background-image: url(../images/stage_bg_r.gif);
	background-color: #FCFCFC;	
}


body {
	/*
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FCFCFC;	
	*/
}