@charset "UTF-8";
/*===DEFAULT===*/
* {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}

/*=======================BODY==================*/
body {
	color: #555555;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-size: 100%;
	line-height: 140%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom:5px solid #e3e4e4;
}
table, table tr td {
	vertical-align: top;
	text-align: left;
}

img {
	border: none;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align: bottom;
}
.small {
	font-size: 80%;
}
.smallest {
	font-size: 65%;
}
h2, h3 {
	font-size: 100%;
}

ul {
	font-size: 90%;
	text-align: left;
}

.t_left {text-align: left !important;}
.t_right {text-align: right !important;}
.t_center {text-align: center !important;}
.w100 {width: 100% !important;}
.w75 {width: 75% !important;}
.w50 {width: 50% !important;}
.w650px {width: 650px !important;}
.w670px {width: 670px !important;}
.wsp_no {white-space: nowrap !important;}
.mg_l10 {margin-left: 10px !important;}
.f_left {float: left !important;}
.f_left {float: right !important;}
