/*---------- Reset of Default Style by TK ----------*/
/* 各要素のmargin, paddingの正規化 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

/* 見出し要素のfont-sizeの正規化 */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

/* ol, ul要素のlist-styleを削除 */
ol, ul {
	list-style:none;
}

/* font-styleやfont-weightプロパティの正規化 */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

/* table要素のセルのborder間隔を0に */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* fieldsetやimg要素のborderを削除 */
fieldset, img {
	border:0;
}

/* captionやth要素を左揃えに */
caption, th {
	text-align:left;
}

/* q要素の引用マークを削除 */
q:before, q:after {
	content:'';
}

/* Firefox用 */
a {
	outline:0;
}

html {
	overflow-y:scroll;
	text-align:center;
}

/*---------- font size adjustment ----------*/

body {
	margin:0 auto;
	padding:0;
	position:relative;
	width:770px;
	font-size:16px;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, san-serif; 
	text-align:center;
	background:url(../images/body_bg.jpg);
	color:#666;
	line-height:1.4em;
	letter-spacing:0.1em;
}

/* IE6 */
* html body {
	font-size:100%;
}

/* IE7 */
*:first-child+html body {
	font-size:100%;
}

/*---------- clearfix ----------*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.clearfix { 
	display: inline-block; 
}

/* exlude MacIE5 \*/
* html .clearfix { 
	height: 1%; 
}

.clearfix {
	display:block; 
}
/* end */