/* QuuuPON! base css */


/*======================================================================*
 *  [ base ]
 *======================================================================*/

* {
	font-size: 100%;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #45a3ce;
	color: #766455;
	font-size: 82%;
	line-height: 130%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

h1, h2, h3, h4, h5, h6, address {
	border: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	border: 0;
	font-size: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

a {
	color: #766455;
	font-size: 100%;
}

a, a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

div, blockquote, p, pre, ul, ol, li, dl, dt, dd {
	border: 0;
	font-size: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

table, th, tr, td, caption {
	border: 0;
	font-size: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

hr {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

span, em, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

img {
	vertical-align: baseline;
}


/*======================================================================*
 *  [ clearfix ]
 *======================================================================*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; } /* IE7,MacIE */
.clearfix { display: block; } /* Opera,Safari */

/* Mac版IEのみに適用 \*//*/
.clearfix { overflow: hidden; }
/* */
