/* 共通 */

/* ===================================================== */
/* BODY要素設定 */
/* ===================================================== */
body {
	background-color: #FFFFFF;
	color: #535353;
	margin: 0px;
}

/* ===================================================== */
/* 基本テキスト設定 */
/* ===================================================== */

/* 基本テキストA */
.txta {
	font-size: 12px;
	line-height: 140%;
}
/* 基本テキストB */
.txtb {
	font-size: 15px;
	line-height: 180%;
}
/* 基本テキストＣ */
.txtc {
	font-size: 17px;
	line-height: 140%;
}
/* マーペーテキスト */
.txtm {
	font-size: 13px;
	line-height: 180%;
}

/* 基本テキストA（改行幅なし） */
.txtaMenu {
	font-size: 10px;
	line-height: 110%;
}

/* 基本テキストB（改行幅なし） */
.txtbMenu {
	font-size: 12px;
	line-height: 110%;
}

/* ===================================================== */
/* 基本テキスト設定 */
/* ===================================================== */

td {
	font-size: 15px;
	line-height: 150%;
}

/* ===================================================== */
/* 欧文テキスト設定 */
/* ===================================================== */
.txtE {
	font-size: 10px;
	font-family: "Aril Black";
	font-weight: bold;
	line-height: 110%;
}


/* ===================================================== */
/* A要素設定 */
/* ===================================================== */
a{
	color: #3C6EB4;
	text-decoration: none;
}
a:active{
	color: #3C6EB4;
	text-decoration: none;
}
a:visited{
	color: #6699CC;
	text-decoration: none;
}
a:hover{
	color: #3C6EB4;
	text-decoration: underline;
}

/* リンク色白 */
a.wht{
	color: #FFFFFF;
	text-decoration: none;
}
a.wht:active{
	color: #FFFFFF;
	text-decoration: none;
}
a.wht:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a.wht:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


/* ===================================================== */
/* FORM要素設定 */
/* ===================================================== */
/* 検索INPUT */
.serch {
	width: 120px;
}


