@charset "utf-8";

/* ----------------------- Browser Default Initialization */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img
{margin: 0;	padding: 0;}

table
{border-collapse: collapse;border-spacing: 0;}
caption, th
{text-align: left; font-weight:normal;}
hr,legend{display: none;}
h1, h2, h3, h4, h5, h6	{font-size: 100%; font-weight:normal;}
li{list-style-type: none;}

/* ------------ Font Style */

html{overflow-y: scroll;}
img{border:0;}
a{text-decoration:none; outline:none;}

body {
margin:0 auto; padding:0;
background-image: url(image/bg.jpg);
background-color: #fff;
background-repeat:no-repeat;
background-position:center top;
vertical-align: baseline;
text-align:center;
line-height: 1.5;
font-size: 0.875em;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo","ＭＳ Ｐゴシック","MS PGothic", Sans-Serif;
}

/* clearfix */
.clearfix:after {
	content:".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
　　
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix {zoom: 1;}