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

/*スクロールエリア強制表示*/
html {
	overflow-y: scroll;

	}

/*ボディー フォント指定*/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size:62.5%;
}


* {margin: 0;padding: 0;}

/*///////////////見出し要素///////////////////////*/

h1, h2, h3,h4,h5,h6,dt {font-size: 1.6em;font-weight: bold;}

/*///////////////段落 テーブル 箇条書きリストの文字指定///////////////////////*/

p,table {font-size: 1.4em;line-break: normal;line-height:1.6em;}

/*///////////////リスト ///////////////////////*/
ul,ol {	list-style-type: none;}
li,dd{ font-size: 1.4em; line-break: normal;line-height:1.6em;}

/*///////////////画像指定///////////////////////*/
img { border-style: none; vertical-align:bottom;}
