/**********************************************************テキストキャンセル*/

h1,h2,h3,h4,h5,h6,p{

font-size: 12px;
font-weight:normal;
}

/**********************************************************テキストキャンセル*/

li,ul,p{
margin: 0px;
padding:0px;
}


/**********************************************************BODY*/
body{
    text-align : center;
	margin: 0px auto;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10pt;
	background-image:url(../img/bg_head.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
/**********************************************************画像下余白打消し*/
img {
	vertical-align :bottom;
}
/**********************************************************ラッパー（大枠）*/
#wrapper {
	width:980px;
	min-height:1px;
	margin: 0px auto;
	padding:0px;
	display:block;
}
/**********************************************************ヘッダー*/
#head{
	width:980px;
	height:125px;
	margin:0px;
	padding:0px;
	display:block;
}
/**********************************************************ラッパー（大枠）*/
#main{
	width:980px;
	margin:0px;
	padding:0px;
	display:block;
}
/**********************************************************ラッパー（大枠）*/
#foot{
	height:134px;
	padding:0px;
	background-image:url(../img/bg_foot.jpg);
	background-repeat:repeat-x;
}

