﻿body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
}
body {
	font:13px "ＭＳ Ｐゴシック","MS P Gothic","小塚ゴシック Pro R","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo, Osaka,arial,helvetica,clean,sans-serif;
	text-align:center;
	background:#fafadc url(../images/img_backGroundHosi.gif) center 0 repeat;
  font-feature-settings: "palt";
}

/*
** 表(テーブル)のボーダー表示方法の違いを解決する
*/
table
{
  border-collapse: collapse;
  border-spacing: 0;
}

/*
** イメージのリンクボーダーの非表示化
*/
img
{
 border: 0;
 vertical-align:bottom;
}
ul,li{list-style:none;}
.inlineBlock{display:-moz-inline-box; display:inline-block; *display:inline; *zoom:1;}
.floatLeft{float:left;}
.floatRight{ float:right;}
.spaceThree{margin:0 0 10px 0;}
/*
**  IE, Firefox, Safari, Google Chrome
*/
p{line-height:1.5em;}

/* IEのCSSハック */

.clearfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix{
display:inline-block;
} /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;} /* End hide from IE-mac */

a {
  border:none;
  outline:none;
}