@charset "utf-8";
/* ----------------------------

基本CSS

1.リセット
2.全体設定/リンク色設定
3.共通アイテム


------------------------------- */


/* -- 1.リセット--------------- */
html, body, h1, h2, h3, h4, div, ul, li, dl, dd, dt, a, img, br, span, b, embed {
	margin:0;
	padding:0;
}

img { border:none; }

ul, dl { list-style-type:none; margin:0; padding:0; }

h1, h2, h3, h4 {
	font-weight:normal;
}

h3, h4 {
	font-size:100%;
}

/* -- 2.全体設定/リンク色設定--------------- */
body{
	background-color:#FFFFFF;
	color:#000000;
	font-size:80%;
	_font-size:12px;
	line-height:1.6;
}

body,td,th {
	font-family: メイリオ, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}

td,th {
	_font-size:12px;
}

p { margin:0 5px; }

#main {

}


/* -- 共通アイテム--------------- */

/* フロートクリア用 */
.clefx {
	clear:both;
	font-size:0;
	height:1px;
}

/* このページの最上部へ */

.backtop {
	clear:both;
	font-size:10px;
	margin:5px 0 10px 0;
	text-align:right;
}

.backtop a:link{ color:#666666; text-decoration:underline; }
.backtop a:visited{ color:#999999; text-decoration:underline; }
.backtop a:hover{ color:#666666; text-decoration:none; }
.backtop a:active{ color:#666666; text-decoration:underline; }



















