@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}

html {
	/*overflow-y: scroll;Firefoxでのズレ対策*/
}

body {
/* 	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif; */
/* sans-serifはsafari明朝体回避に必要
 	font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif; */
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ W3","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"Yu Gothic Medium","游ゴシック Medium",YuGothic,"游ゴシック体","游ゴシック",sans-serif;
	font-size:86%;
	color:#000;
	background-color:#f7f9fb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	}

p,
li,
dt,
dl {
	line-height: 1.5;
}

ol,ul,li {
	list-style: none;
	}

img{
	border: 0px;
}

/* モダンブラウザ */
/*
img{max-width: 100%;height: auto;}
*/
/* IE8 */
/*
img{width: auto\9; }
*/
/* IE7 */
/*
img{width: 100%; }
*/

sup {
	vertical-align: top;
}

em {
	font-style:normal;
	font-weight:bold;
}