/* 全ブラウザ共通スタイルシート */

.text, .stext, .ltext ,ptext{
	font-family	: Osaka, 'ＭＳ Ｐゴシック', sans-serif ;
	}


/* --------------------------
NN6 以外のバグを修正
※NN6 以外は small が標準設定
-------------------------- */
.text {
	font-size : small ;
	}

.stext {
	font-size : x-small ;
	}

.ltext {
	font-size : medium ;
	}

.ptext {
	font-size : 11px ;
	color : #999999 ;
	}


a:link {
	color			: #CC0000;
	text-decoration	: underline ;
	}

a:visited {
	color			: #CC0000;
	text-decoration	: underline ;
	}

a:hover {
	color			: #FF0000;
	text-decoration	: underline ;
	}

a:active {
	color			: #CC0000;
	text-decoration	: none ;
	}
	

.pulldown {
	font-family		: "ＭＳ Ｐゴシック", "Osaka" ;
	font-size			: 12px;
	background-color	: #F4F4EC ;
	border			: 1px solid #7B7B7B ;
}

.pulldown2 {
	font-family		: "ＭＳ Ｐゴシック", "Osaka" ;
	font-size			: 12px;
	background-color	: #FFFFFF ;
	border			: 1px solid #7B7B7B ;
}

body{
    background-repeat: repeat-x ;
}
.kankyou {
	font-size: 12px;
	line-height: 18px;
}
