@charset "utf-8";
/* CSS Document */
@import "g_layout.css";
@import "g_contents.css";

body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
img {
	border-style: none;
}
a {	
	color: #594735;
	outline: none;
}
a:hover {	
	color: #94C7BA;
}
.bold {
	font-weight: bold;
}
.highlighted {
	color: #E34432;
	font-weight: bold;
}
