@charset 'Shift_JIS';
.fn12 {
	font-size: 12px;
	line-height: 18px;
}


/*--フォーム送信ボタンをリンクカーソルに--*/
.mouseon{
	cursor:hand;
	cursor:pointer;
}

/*▼▼HTML再定義▼▼*/
/*--body設定（文字色と背景色は必ずセットで指定！！）--*/
/*--ポップアップ等でbody設定が複数ある時は↓は削除。id又はclassでページ毎に指定--*/
body{
	margin:0;		/*IE・NN用の余白*/
	padding:0;		/*OPERA用の余白*/
	color:#666666;		/*文字色*/
	background:#ffffff;	/*背景色、背景画像等*/
}

/*--フォームのマージン--*/
form {
	margin:0px;
	padding:0px;
}

ul {
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 10px;
}

/*--擬似クラス（順番は必ず「link、visited、hover、active」）--*/
/*--1ページ内で複数の擬似クラスを使う場合は↓は削除。リンク毎にid又はclassで個別指定。--*/
A:link {
	color:#ff6699;
	background:transparent;
	text-decoration: none;
}
A:visited {
	color:#ff6699;
	background:transparent;
	text-decoration: none;
}
A:hover {
	color:#ff0000;
	background:transparent;
	text-decoration: underline;
}
A:active{
	color:#ff0000;
	background:transparent;
	text-decoration: underline;
}
.imgborder IMG{
		border: 1px solid #333333;
}
.waku {
	margin:0;
	padding:0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;

}
.ko {
	background-image: url(../images/index_21.gif);
	background-repeat: no-repeat;
}
.fn10 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	color: #FFFFFF;
}
.left {
	background-image: url(../images/index_24.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

