@charset "shift_jis";
/* ----------------- 基本スタイル ----------------- */

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

input, select, textarea {
	font-size:12px !important;
	font-size: 75%;
}

a:link    { color:#0000FF; text-decoration:none; }
a:visited { color:#0000FF; text-decoration:none; }
a:active { color:#00AEE8; text-decoration:underline; }
a:hover   { color:#00AEE8; text-decoration:underline; }

#clear { clear:both; }
.right { float:right; }
.left { float:left; }
