@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;padding:0;
}
a {
	color:#666666;
	text-decoration:underline;
}

a:hover {
	color:#333333;
	text-decoration:none;	
}
body {
	background-color:#FFFFFF;
    background-attachment: fixed;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height::16px;
	color: #666666;
	}



/* safari only ¥*/
body:first-of-type p {
font-size:11px;
}

#mainBox{
width:600px;
margin:auto;
}

#line{
margin:10px 0px 10px 0px;
background-color:#666666;
height:1px;
width:100%;
}
