@charset "utf-8";

/* Reset
---------------------------------------------------- */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

/*for IE6*/
*html body {
	font-size: medium;
	font-family:
	"ＭＳ Ｐゴシック", 
	Osaka,
	 "ヒラギノ角ゴ Pro W3";
}
/*for IE7*/
*:first-child+html body {
	font-size: medium;
	font-family:
	"ＭＳ Ｐゴシック", 
	Osaka,
	 "ヒラギノ角ゴ Pro W3";
}
/*footer sukima */
html, body { height:100%; }


/* Structure
---------------------------------------------------- */
html {
	font-size: 16px;
	font-family:
	"ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro",
	Osaka,
	"メイリオ",
	Meiryo,
	"ＭＳ Ｐゴシック",
	"MS P Gothic",
	sans-serif;
	color: #333333;
}
#caution {
	width: 910px;
	margin: 1em auto;
	border: 1px solid #CCC;
	padding: 1em 20px;
}
#caution p {
	font-size: 1.4em;
	margin: 0;
}


/* Heading
---------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}


/* Tags
---------------------------------------------------- */
img, fieldset {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}


/* Link
---------------------------------------------------- */
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}

a img { border: none; }


/* Font
---------------------------------------------------- */
.regular {
	font-size: 75%;
	line-height:180%;
}
.regular-b{
	font-size:75%;
	line-height:180%;
	font-weight:bold;
}
.regular2 {
	font-size: 75%;
	line-height:150%;
}
.regular2-b{
	font-size:75%;
	line-height:150%;
	font-weight:bold;
}
.small {
	font-size: 63%;
	line-height:160%;
}
.x-small{
	font-size:60%;
	line-height:160%;
}


/* Font Deco
---------------------------------------------------- */
.green {color: #39bc12;}
.blue {color: #3366CC;}
.navy {color: #0A5178;}
.red {color: #FF3300;}
.underline {text-decoration: underline;}


/* clearfix
---------------------------------------------------- */
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size: 0;
	content:" ";
	clear:both;
	height:0.01px;
}
/* IE6 */
* html .clearfix { zoom: 1;}
/* IE7 */
*:first-child+html .clearfix { zoom: 1;}
