@charset "UTF-8";
/* 
CSS Document 
ページ共通CSS
ヘッダ, フッタ, サイド
*/

body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	color:#534741;
	font-size:16px;
	line-height:1.3;
	}
	
/*テキストリンク*/
a {
	color:#333;
	text-decoration:underline;
	}
	
a:hover {
	color:#333;
	text-decoration:none;
}
