@charset "UTF-8";
/* CSS Document */
/*
==========================================================
共通default設定
==========================================================
*/

/*センター寄せ*/
body {
	text-align: center;
	background-image:url(../commonImage/bg.jpg);
	background-position: left top;
	position: relative;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*マージンリセット*/
body, div {
	margin: 0;
	padding: 0;
}
/*フォントスタイルのリセット*/
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, li, em, strong {
	font-weight: normal;
}
/*イメージとリンクイメージのボーダー非表示*/
img, a img {
	border-width: 0px;
	border-style: none;
}
/*非表示にする*/
.hd {
	display: none;
}
.clearfix {
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}
/*firefoxがtext-indent: -9999px;したaを-9999pxまで囲んでしまうのでその回避*/
a {
	overflow:hidden;
}
/*赤字を多様するときに便利*/
.attention {
	color: #F00;
}
/*リスト表示なし*/
li {
	list-style-type: none;
}
