/*-------------------------------------------------
CSS-STYLE
-------------------------------------------------*/

@charset "shift_JIS";

/*-------------------------------------------------
全体構造
-------------------------------------------------*/
body  { background: url(img/back.jpg); text-align: left; margin: 0; padding: 0 }

body,td,select {
	font-size:12px;
	line-height: 18px;
	color: #444444;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}	

/*-------------------------------------------------
リンク設定
-------------------------------------------------*/	

/*デフォルト色*/
a:link {
	color: #008000;
	text-decoration: none;
	}

a:visited {
	color: #008000;
	text-decoration: none;
	}

a:hover, a:visited:hover {
	color: #FF6600;
	text-decoration: underline;
	}

/*フッタメニュー用（白）*/
a.white:link{
	color : #ffffff;
	font-size:12px;
	line-height:18px;
	text-decoration:none;	
	}
a.white:visited{
	color : #ffffff;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	}
a.white:hover{
	color : #F0E68C;
	font-size:12px;
	line-height:18px;
	text-decoration: none;
	}
a.white:active{
	color : #F0E68C;
	font-size:12px;
	line-height:18px;
	text-decoration:none;	
	}


/*-------------------------------------------------
テキスト設定
-------------------------------------------------*/	

/*-----見出し-----*/	

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #666666;
	}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}

/*-----サイズ-----*/	
			
.t10 {
	font-size: 10px;
	line-height: 14px;
	}
.t10_white { color: white; font-size: 10px; line-height: 14px }
.t12 {
	font-size: 12px;
	line-height: 18px;
	}	

.t12_white {
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	}		

/*-----カラー-----*/	

.f_white {color: #ffffff;}
.f_orange {color: #FF6600;}
