@charset "utf-8";

/* Safari対策 */
#safari {
}

/* リセットスタイル */

html, body, div, span, aplet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, hr,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

body {
	font-size: 12px;
	/*background-image: url(../img/bg.jpg);*/
	background-color: #fff;
	background-repeat: repeat-x;
	color: #666666;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 12px;
}
ol, ul, dl {
	list-style: none;
}


/* Win IE 7向け */

*:first-child+html * {
	font-family: Meiryo, "メイリオ", sans-serif;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	border-width: 0px;
	border-style: none;
}

/* IE <br/> 対策  */
br{
	letter-spacing:0;
}

/* Firefoxスクロールバー対策  */
html{
    height:100%;
	overflow-y:scroll;
}

/* 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 MacIE5 */

.clearfix + *{
    clear: both;
}
