/*↓基本フォント（カラー・行間高さ・サイズ）*/
BODY,TH, TD { font-family:, 'MS Pゴシック'; color : #333333 ; line-height: 18pt; font-size: 9pt; }

/*↓小文字*/
.stext{	font-family: 'MS Pゴシック'; color : #333333 ;	line-height:10pt;	font-size:8pt;}
.stext:hover {	font-family: 'MS Pゴシック'; color : #FF9900 ;	line-height:10pt;	font-size:8pt;}
.stext_red {	font-family: 'MS Pゴシック'; color : #FF6666 ;	line-height:10pt;	font-size:8pt;}

/*↓フッターのテキスト*/
.stext_white{	font-family: 'MS Pゴシック'; color : #FFFFFF ;	line-height:8pt;	font-size:8pt; letter-spacing: 1px;}

/*↓大文字*/
.ltext{	font-family: 'MS Pゴシック'; color : #333333 ;	line-height:18pt;	font-size:10pt;}
.ltext_b{	font-family: 'MS Pゴシック'; color : #333333 ;	line-height:18pt;	font-size:10pt; font-weight : bold; }

.lltext{	
	font-size:12pt;
}
.llltext{	
	font-size:16px;
}

.lltext_b{	font-family: 'MS Pゴシック'; color : #666666 ;	line-height:18pt;	font-size:12pt; font-weight : bold; }

/*↓リード文*/
.read{	font-family: 'MS Pゴシック'; line-height:11pt;	font-size:9pt;}
.read_b{	font-family: 'MS Pゴシック'; color : #333333 ;	line-height:11pt;	font-size:9pt; font-weight : bold; }
.read_l{	font-family: 'MS Pゴシック'; color : #666666 ;	line-height:24pt;	font-size:10pt;}


/*↓リンクの色設定*/
a{	color:#3333FF;	text-decoration: none;}
a:hover {  color: #FF6600; text-decoration: underline }

/*↓強調*/
b{ font-weight : bold; }

/*↓背景画の繰り返し禁止*/
.back_ground{ background-repeat : no-repeat; }

/*↓文字背景色*/
.back_color{ background-color : #00CCFF; }

/*↓色文字*/
.red { color : #CC0000; }
.pink { color : #FF6666; }
.pink02 { color:#FF3366; }
.green{ color : #006600; }
.blue{ color : #000099; }

/*↓フォームボタン*/
.button{ font-family:, 'MS Pゴシック'; color : #333333 ; line-height: 6pt; font-size: 10pt; }


/*↓フォーム*/
input { background -color:#EEEEEE; }
/*input { background :transparent; border:1px solid #999999;}*/
textarea { background -color:#EEEEEE; }
.input2 { background -color:#C0C0C0; color : #000000 ; line-height: 12pt; font-size: 10pt; }
select { background -color:#EEEEEE; }


/*↓見出し*/
h1{ color : #006600 ; font-size:12pt; text-align: center ;}
h2{ color : #006600 ; font-size:10pt; text-align: center ;}
h3{ color : #CC0000 ; font-size:9pt; text-align: center ;}


/*↓枠線*/
.sitemap { border: solid 1px #006600; }

.data_table td{
	line-height:1.6em;
	padding:0px 4px;
}
