@charset "utf-8";

/* 全般の設定 */

html{
	overflow-y: scroll;
}

html,
body{
	width:100%;
}

body,
h1,h2,h3,h4,h5,h6,
p,
ul,
ol,
dl,dt,dd,
form,
fieldset,
input,
textarea{
	margin:0;
	padding:0;
}

ul{
	list-style:none;
}

img{
	border:0;
	vertical-align:top;
}

td img{
	vertical-align:baseline;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset{
	border:0;
}

/************************************************

 Font

************************************************/

* {
	line-height:1.7;
}

body{
	color:#a3725b;
	font-size:13px;
	/*font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
	font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height:1.7;
	font-weight:normal;
	font-style:normal;
	letter-spacing:0.1em;
}

* html body {/* for IF6 */
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

ul ul,
ol ol,
td ul,
td p,
td dl{
	font-size:115%;
}

h1,h2,h3,h4,h5,h6{
	font-size:115%;
}

ul,
ol,
p,
dt,dd,
caption,
th,td{
	font-size:115%;
}

sup{
	margin:0;
	padding:0;
	font-size:90%;
	line-height:110%;
	vertical-align:top;
}