@charset "utf-8";


html {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN' , 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 400;
	color: #023515;
	background: url(../img/common/contentBG.gif) repeat-x;
}

body.topPage {
	background: url(../img/common/contentBG_wh.png) no-repeat;
	background-position: 50% 380px;
	background-attachment:scroll;
	position: relative;
}

body.contentPage {
	background: url(../img/common/contentBG_wh.png) no-repeat;
	background-position: 50% 0;
	background-attachment:fixed;
	position: relative;
}




/* リンク設定
===========================================================*/

html a {
	outline:none;
	color: #009260;
	text-decoration: none;
}

html a:hover {
	color: #009260;
	text-decoration: underline;
}
