/*======================================
　1.Reset
=======================================*/

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;
}
img {border:0;}
ul {list-style: none;}

/*======================================
　2.Fonts
=======================================*/

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

/*======================================
　3.Other
=======================================*/

body {
color: #000000;
background: #FF9933;
}
p {
font-size: 1.2em;
}

/* --- link --- */
a {
color: #0000CC;
text-decoration: underline;
}
a:visited {
color: #000099;
text-decoration: underline;
}
a:hover {
color: #CC3333;
text-decoration: none;
}
