@charset "utf-8";



/* =============================================== */
/** 全体設定 */
/* ----------------------------------------------- */

* {
	font-size:inherit;
	font:100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3;
}



/* =============================================== */
/** タグ設定 */
/* ----------------------------------------------- */

html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
}
dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td, caption, address, cite, code, dfn, em, strong, th, var, map, area {
	margin: 0;
	padding: 0;
	text-align: left;
}
body, div {
	margin: 0;
	padding: 0;
	text-align: center;
}

body,td,th {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	 *font-size:small;
	 *font:x-small;
}


table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	font:100%;
}
td, th {
	vertical-align: top;
}
fieldset, img, abbr, acronym, hr {
	border:0;
	vertical-align: middle;
}
strong {
	font-weight: bolder;
}
ul {
	list-style:none;
}
hr {
	display: none;
}

a {
	text-decoration: underline;
	cursor: pointer;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}



/* =============================================== */
/** クラス設定 */
/* ----------------------------------------------- */



.f_10 {
	font-size:77%;
}
.f_11 {
	font-size:85%;
}
.f_12 {
	font-size:93%;
}
.f_13 {
	font-size:100%;
}
.f_14 {
	font-size:108%;
}
.f_15 {
	font-size:116%;
}
.f_16 {
	font-size:123.1%;
}
.f_17 {
	font-size:131%;
}
.f_18 {
	font-size:138.5%;
}
.f_19 {
	font-size:146.5%;
}
.f_20 {
	font-size:153.9%;
}
.f_21 {
	font-size:161.6%;
}
.f_22 {
	font-size:167%;
}
.f_23 {
	font-size:174%;
}
.f_24 {
	font-size:182%;
}
.f_25 {
	font-size:189%;
}

.f_l {
	float: left;
}
.f_r {
	float: right;
}
.m_10{
	margin-bottom:10px;
}
.c_b{
	clear:both;
}
a.alphaover:hover img{
	zoom: 1;
	filter: alpha(opacity=80); /* IE6/7 */
	-ms-filter: "alpha(opacity=80)"; /* IE8 */
	-moz-opacity: 0.80; /* Firefox */
	opacity: 0.80;
	text-decoration:none;
	
}