/* カラーレイアウト */
body {
	background:url(../img/background.gif) repeat;
}
#wrap {
	background-color: #FFFFFF;
	color: #333333;
}
.title-box {
	background:url(../img/head_bg.gif) no-repeat;
	background-color: #000000;
}

#head {
	background-color: #000000;
}

#head a{
	color:#FFFFFF;
}
.pass {
	background-color: #333333;
	color: #FFFFFF;
}
#foot {
	background-color: #000000;
	color: #FFFFFF;
}

/* ヘッダメニュー */

.navi .menu1 a{background:url(../img/navi_bg1.gif) no-repeat;}
.navi .menu1 a:hover{background:url(../img/navi_on1.gif) no-repeat;}
.navi .menu2 a{background:url(../img/navi_bg2.gif) no-repeat;}
.navi .menu2 a:hover{background:url(../img/navi_on2.gif) no-repeat;}
.navi .menu3 a{background:url(../img/navi_bg3.gif) no-repeat;}
.navi .menu3 a:hover{background:url(../img/navi_on3.gif) no-repeat;}
.navi .menu4 a{background:url(../img/navi_bg4.gif) no-repeat;}
.navi .menu4 a:hover{background:url(../img/navi_on4.gif) no-repeat;}
.navi .menu5 a{background:url(../img/navi_bg5.gif) no-repeat;}
.navi .menu5 a:hover{background:url(../img/navi_on5.gif) no-repeat;}
.navi .menu6 a{background:url(../img/navi_bg6.gif) no-repeat;}
.navi .menu6 a:hover{background:url(../img/navi_on6.gif) no-repeat;}
.navi .menu7 a{background:url(../img/navi_bg7.gif) no-repeat;}
.navi .menu7 a:hover{background:url(../img/navi_on7.gif) no-repeat;}
.navi .menu8 a{background:url(../img/navi_bg8.gif) no-repeat;}
.navi .menu8 a:hover{background:url(../img/navi_on8.gif) no-repeat;}
.navi .menu9 a{background:url(../img/navi_bg9.gif) no-repeat;}
.navi .menu9 a:hover{background:url(../img/navi_on9.gif) no-repeat;}
.navi .menu10 a{background:url(../img/navi_bg10.gif) no-repeat;}
.navi .menu10 a:hover{background:url(../img/navi_on10.gif) no-repeat;}


/* お知らせ */

.info{
	background-color: #666666;
	color: #FFFFFF;
}


.sm-list1{background:url(../img/arw_sm1.gif) no-repeat;}
.sm-list2{background:url(../img/arw_sm2.gif) no-repeat;}
.sm-list3{background:url(../img/arw_sm3.gif) no-repeat;}
.sm-list4{background:url(../img/arw_sm4.gif) no-repeat;}


/* リンク */
a:link { color: #663333; text-decoration: none;} 
a:visited { color: #663333; text-decoration: none;} 
a:hover { color: #330000; } 
a:active { color: #330000; }
#foot a{color: #FFFFFF;}

.input_border {
	border: 1px solid #666666;
}