/*↓基本フォント（カラー・行間高さ・サイズ）*/
BODY,TH, TD { font-family:, 'MS Pゴシック'; color : #333333 ; line-height: 20pt; font-size: 10pt; }

/*↓小文字*/
.stext{	font-family: 'MS Pゴシック'; color : #333333 ;	line-height:10pt;	font-size:8pt;}
.stext_red {	font-family: 'MS Pゴシック'; color : #FF6666 ;	line-height:10pt;	font-size:8pt;}


/*↓大文字*/
.ltext{	font-family: 'MS Pゴシック'; color : #333333 ;	line-height:18pt;	font-size:10pt;}
.ltext_b{	font-family: 'MS Pゴシック'; color : #006699 ;	line-height:18pt;	font-size:10pt; font-weight : bold; }
.ltext_b_brown{	font-family: 'MS Pゴシック'; color : #996600 ;	line-height:18pt;	font-size:10pt; font-weight : bold; }
.ltext_b_violet{	font-family: 'MS Pゴシック'; color : #660099 ;	line-height:18pt;	font-size:10pt; font-weight : bold; }

.lltext_b{	font-family: 'MS Pゴシック'; color : #006532 ;	line-height:18pt;	font-size:12pt; font-weight : bold; }

/*↓リード文*/
.read{	font-family: 'MS Pゴシック'; line-height:12pt;	font-size:10pt; text-indent:0px;}
.read_b{	font-family: 'MS Pゴシック'; color : #CC0000 ;	line-height:11pt;	font-size:9pt; font-weight : bold; }
.read_l{	font-family: 'MS Pゴシック'; color : #666666 ;	line-height:24pt;	font-size:10pt;}


.read02{
	font-family: 'MS Pゴシック'; line-height:12pt;	font-size:10pt;
	position : relative; left : 30px;
	}


.read03{
	font-family: 'MS Pゴシック'; line-height:12pt;	font-size:10pt;
	position : relative; left : 60px;
	}


.read04{
	font-family: 'MS Pゴシック'; line-height:12pt;	font-size:10pt;
	position : relative; left : 90px;
	}



/*↓リンクの色設定*/
a{	color:#0000CC;	text-decoration: none;}
a:hover {  color: #FF3300; text-decoration: underline }

/*↓強調*/
b{ font-weight : bold; }

/*↓背景画の繰り返し禁止*/
.back_ground{ background-repeat : no-repeat; }

/*↓文字背景色*/
.back_color{ background-color : #00CCFF; }

/*↓色文字*/
.red { color : #CC0000; }
.pink { color : #FF6666; }
.green{ color : #006600; }
.blue{ color : #003399; }
.white{	color : #FFFFFF ; }

/*↓フォームボタン*/
.button{ font-family:, 'MS Pゴシック'; color : #333333 ; line-height: 6pt; font-size: 10pt; }

/*↓フォーム*/
input { background -color:#CCFFCC; border:1px solid #006532;}
/*input { background :transparent; border:1px solid #006532;}*/
textarea { background -color:#CCFFCC; border:1px solid #006532;}
.input2 { background -color:#006532; border:2px outset #006532; color : #FFFFFF ; line-height: 12pt; font-size: 10pt; }
select { background -color:#CCFFCC; border:1px solid #006532;}

/*↓見出し*/
h1{ color : #003366 ; font-size:10pt; text-align: center ;}
h2{ color : #003366 ; font-size:10pt; text-align: center ;}
h3{ color : #CC0000 ; font-size:9pt; text-align: center ;}


/*↓枠線*/
.waku { border: solid 1px #006600; }
