@charset "utf-8";

/*--------------------------------------------
*
*	tag reset
*	
*--------------------------------------------*/

body { margin:0; padding:0; line-height: 1.5; font-family: "メイリオ",Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", osaka, sans-serif; font-size: 81.25%; }
* html body { font-family: "ＭＳ Ｐゴシック", "MS PGothic" }
h1,h2,h3,h4,h5,h6,form { margin:0; padding:0; font-size: 100%; font-weight: normal; display: block; }
address { font-style:normal;}
th, td { font-weight: normal;}
th { text-align:center; }
ul ,ol { list-style: none; margin:0; padding:0;}
ul li { margin:0; padding:0;}
ol { margin-top:1em; margin-bottom:1em;}
dl, dt, dd { margin:0; padding:0; }
address { font-style: normal; }
p { margin-top:0.5em; margin-bottom:0.5em;}
img { border: none; vertical-align: bottom;}

table,
input,
select,
textarea { font-size: 100%;/* line-height: 1.5; */font-family: "メイリオ",Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", osaka, sans-serif; }

input:focus { outline: 0; }

a{
	text-decoration:none;
	color:#663300;
}
a:hover{
	text-decoration:underline;
	color:#c77500;
}
ul{
	overflow:auto;
}