@charset "UTF-8";



/* formatting style
----------------------------*/


html {font-size: 62.5%;}


* {
	color: #000;
	font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
}

h1 {
	color: #F36;
	font-family: "Verdana", "sans-serif";
    text-decoration: none;
	font-size: 200%;
	} 

h1:hover {
   text-decoration:none;
   color: #066;
}



/* body
----------------------------*/
body {
    background-color: #f4f4f4;
	margin: 60px 0 0 0;
}



/* img
----------------------------*/

img {
    border:none;
}
