/* CSS Document */

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address,table,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
}

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

/*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;
	color: #333333;
}
img {border:0;}*/

/*ul {list-style: none;}*/

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

body {
color: #666666;
background: #fcf6e9;
}
p {
font-size: 1.2em;
}

a {
color: #0066CC;
text-decoration: none;
}
a:visited {
color: #0066CC;
text-decoration: none;
}
a:hover {
color: #0066CC;
text-decoration: underline;
}
a:active {
color: #0066CC;
text-decoration: underline;
