@charset "utf-8";

/* CSS Document */

/*----------------------------------------------
reset setting
-----------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	background-color:#F5F5F5
}
div,p,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	border: 0;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*----------------------------------------------
font size
-----------------------------------------------*/

body {
font-size:62.5%;
}/*IE6以下用の設定*/


html>/**/body {
font-size: 10px;
}/*Except IE*/

dt {
	float: left;
	width: 10em;
	clear: left;
	margin-top: 8px;
}
dd {
	float: left;
	width: 30em;
	clear: left;
}
p {
	text-align: center;
}
