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

/*--------------------------------------------
reset setting
--------------------------------------------*/

body {
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #FFFFFF;
	width:950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div,p,form,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	border: 0;
	list-style-type: none;
}

img {
	border: 0;
	margin: 0px;
	padding: 0px;

}

html {
    margin-bottom:1px;
    height:100%;
	overflow-y:scroll; /* 常にスクロールバーを表示*/
    }
	
a {
	color: #333;
	font-weight: bold;
}
a:visited {
	color: #333;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
	
/*--------------------------------------------
font size
--------------------------------------------*/

body {
	font-size: 75%;
	}/*IE6以下用*/

html,body {
	font-size: 12px;
	}/*IE以外用*/

