﻿@charset "utf-8";

body {
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	/*font:13px "ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;*/
	*font-size:small;
	*font:x-small;
}

body,div,p,pre,h1,h2,h3,h4,h5,h6,table,form,
caption,ul,ol,li,dl,dt,dd,img {
	margin: 0;
	padding: 0;
	border: 0;
	line-height:100%;
}

ul,ol { list-style:none; }

h1,h2,h3,h4,h5,h6,strong,em {
	font-weight:bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,button,textarea,select,optgroup,option,address {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {
	*font-size: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-size:13px;
	*font-size:small;
	*font:x-small;
}
a {
	color:#2382d2;
}
a:visited {
	color:#2382d2;
}
a:hover {
	color:#66ACE6;
}

/* fontsize */
.f10 { font-size:77%; }
.f11 { font-size:85%; }
.f12 { font-size:93%; }
.f13 { font-size:100%; }
.f14 { font-size:108%; }
.f15 { font-size:116%; }
.f16 { font-size:123.1%; }
.f17 { font-size:131%; }
.f18 { font-size:138.5%; }
.f19 { font-size:146.5%; }
.f20 { font-size:153.9%; }
.f21 { font-size:161.6%; }
.f22 { font-size:167%; }
.f23 { font-size:174%; }
.f24 { font-size:182%; }
.f25 { font-size:189%; }
.f26 { font-size:197%; }
