/* 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%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	text-align: center;
}
img{border:0;}
ul{list-style:none;}

body{
font-size:85%;
font-family:'hiragino kaku gothic pro','ヒラギノ角ゴ pro w3','メイリオ',meiryo,osaka,'ms pゴシック',sans-serif;
}

body{
color:#696969;
background::#ffffff;
}
p{
font-size:1.2em;
}
a{
color:#696969
text-decoration:underline;
}
a:visited{
color:#696969;
text-decoration: underline;
}
a:hover{
color: #9a9a9a;
text-decoration: none;
}
