@charset "UTF-8";
 @import url(reset.css);
 
 
 
/*=====================================
  Base Layout
=====================================*/

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


/*--------- link ---------*/

a {color: #666;text-decoration: none;}
a:hover {text-decoration: underline;}



/*--------- wrapper ---------*/

#wrapper {
	width: 910px;
	margin: 0 auto;
}



