@charset "utf-8";

/* -----------------------------------------------------------
  Base Style Sheet
  LastUpdate 2010-08-12

    Flat
    Link
    Font
------------------------------------------------------------ */

/* Flat
 -------------------------------------------------- */
* {
	font-style: normal;
}
html{
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6, p, form, blockquote {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.0;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.0;
}
table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
th, caption {
	text-align: left;
	font-weight: normal;
}
img, a img {
	vertical-align: bottom;
	border: none;
	background: transparent;
	text-decoration: none;
}
br { clear: both;}
a {
	outline: 0;
}
fieldset {
	border: none;
}
legend {
	position: absolute;
	left: -9999px;
	font-size: 0;
}	
form, input, select, textarea {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
hr {
	display: none;
}

/* Link
 -------------------------------------------------- */
a:link {
	color: #0068B7;
	text-decoration: underline;
}
a:visited {
	color: #0068B7;
	text-decoration: underline;
}
a:hover {
	color: #0068B7;
	text-decoration: none;
}
a:active {
	color: #0068B7;
	text-decoration: none;
}

/* Font
 -------------------------------------------------- */
body {
	color: #000000;
	font-size: 12px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
*+html body { font-size: 75%;} /* IE 7 = 12px */

th, td, table p, table ul, table table, ul ul, ul dl, dl ul {
	font-size: 1em;
}
p, li, dt, dd {
	line-height: 1.6;
}
.sml {
	font-size: 83%; /* 10px */
	line-height: 1.3;
}
.mid {
	font-size: 100%;
}
.lag {
	font-size: 117%; /* 14px */
}
.lag01 { font-size: 133%; /* 16px */}
.lag02 { font-size: 150%; /* 18px */}
.lag03 { font-size: 167%; /* 20px */ font-weight: bold;}
.lag04 { font-size: 200%; /* 24px */ font-weight: bold;}
.lag05 { font-size: 233%; /* 28px */ font-weight: bold;}
.lag06 { font-size: 267%; /* 32px */ font-weight: bold;}
