body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-image: url(../images/bk.gif);
	background-repeat: repeat-x;
	background-color: #7a9a9c;
	text-align: center;
}

/* 検索メニュー・ご利用ガイド用テキストリンク */
a.head:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.head:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.head:active {
	color: #FF9900;
}
a.head:hover{
	color: #FF9900;
	text-decoration: underline;
}

/* サブメニュー用テキストリンク */
a.smenu:link {
	text-decoration: none;
	color: #000000;
}
a.smenu:visited {
	text-decoration: none;
	color: #000000;
}
a.smenu:active {
	color: #FF9900;
}
a.smenu:hover{
	color: #FF9900;
	text-decoration: underline;
}


/* head用 */
.ht12 {
	font-size: 12px;
	line-height: 12px;

}

/* 基本テキスト */
.t12 {
	font-size: 12px;
	line-height: 16px;
}

/* 基本テキストリンク */
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
a:hover{
	text-decoration: underline;
	color: #FF6600;
}

/* headerテキスト */
.copy {
	font-size: 12px;
}
.t10 {
	font-size: 10px;
	line-height: 14px;
}
