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

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address{
	margin:0;
	padding:0;
	font-size:100%;
}

img{border:0;}
ul {
	list-style-type: none;
}


body{
	font-size:65%;
	font-family:'Hiragino kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, Osaka, 'ＭＳ　Ｐゴシック', sens-serif;
}

body{
	background-color: #ffffff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
p{
font-size:1.2em;
}
a{
	color:#333333;
	text-decoration:underline;
}
a:visited{
	color:#666666;
	text-decoration:underline;
}
a:hover{
	color:#333333;
	text-decoration:none;
}

