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

/* ==================== 基本設定 ==================== */
html,
body,
div,
p,
ul,ol,dl,
li,dt,dd,
table,th,td,
form,
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
}
img{
	border:none;
	vertical-align:bottom;
}
input{
	vertical-align:middle;
}
ul,
ol{
/*	list-style-type:none;*/
}
table{
	border-collapse:collapse;
}
br.clear{
	clear:both;
}

/* ==================== 文字設定 ==================== */
body{
	font-size:small;
	color:#666;
}
h1{
	font-size:small;
	font-weight:normal;
}
h2,h3,h4,h5,h6{
	font-size:medium;
}
div,
p,
th,td,
li,dt,dd,
input,
textarea{
	font-size:small;
	line-height:1.6;
}
a,
a:visited{
	color:#4f8bb4;
	text-decoration:underline;
}
a:hover,
a:active{
	color:#999;
}

