/*　★この一文を各htmlの<head>内にいれてね★
　　　　↓
　　<link rel=stylesheet type=text/css href=hp.css> */


/*　基本の文字と背景(オレンジしましま)　*/
body.kihon {
	background-image: url(img/background01.gif);
	color: #777777; 
	font-size: 12px; 
	line-height: 125%; }

body.kihon_black {
	background: #06063d;
	color: #ffffff; 
	font-size: 12px; 
	line-height: 125%; }

body.kihon_menu {
	background: #ffffff;
	color: #666666; 
	font-size: 12px; 
	line-height: 125%; }

/*　グレー文字(最濃)　*/
.text_gray00 {
	color: #696969; 
	font-size: 12px;
	line-height: 125%; }
/*　グレー文字(濃)　*/
.text_gray01 {
	color: #777777;
	font-size: 12px;
	line-height: 125%; }
/*　グレー文字(淡)　*/
.text_gray02 {
	color: #000080;
	font-size: 12px;
	line-height: 125%; }

/*　白文字　*/
.text_white {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 125%; }


/*　背景色と文字(グレー最濃：メニューバー等)　*/

/*　背景色と文字(グレー淡)　*/
.bg_gray02 {
	background: #6666cc;
	color: #000000;
	font-size: 12px;
	line-height: 125%; }
/*　背景色と文字(黄色)　*/
.bg_yellow {
	background: #9999CC;
	color: #696969;
	font-size: 12px;
	line-height: 125%; }
/*　背景色と文字(白)　*/
.bg_white {
	background: #ffffff;
	color: #333399;
	font-size: 12px;
	line-height: 125%; }

/*　背景色と文字(日曜)　*/
.bg_sunday {
	background: #ffffff;
	color: #cc0066;
	font-size: 12px;
	line-height: 125%; }

/*　背景色と文字(土曜)　*/
.bg_saturday {
	background: #ffffff;
	color: #8080ff;
	font-size: 12px;
	line-height: 125%; }



.bg_menu {
	background: #06063d;
	color: #ffffff; 
	font-size: 12px; 
	line-height: 125%; }

