@charset "utf-8";

/*-----------------------------基本設定-------------------------*/

body {
	margin:0;
	padding:0;
	font-family:"メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:10px;	/*IE設定あり*/
	line-height:1.5;
	color:#444;
	text-align:center;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,li,dl,dt,dd,
table,tr,th,td,address,form,
pre, code {
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	font-size:100%;
}


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


p{ margin-bottom:0.5em;}

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

hr{
	position:absolute;
	left:-9999em;
	width:10px;
	height:0;
}


/*-----リンク設定-----*/
a{
	color:#c44a4e;
	text-decoration:none;
}
a:hover,
a:active{ text-decoration:underline;}


/*-----strong/em設定-----*/
strong{ font-weight:bold;}
em{ font-style:normal;}


/*-----dl-----*/
dl dt{ font-weight:bold;}
dl dd{ margin-bottom:1.5em;}


/*-----table設定-----*/
table{ border-collapse:collapse;}
table th,
table td{
	vertical-align:top;
	text-align:left;
}
table td{ font-weight:normal;}


/*-----form部品設定-----*/
input,
textarea{
	font-size:100%;
	line-height:1.25;
}
