@import "layoutCenterStyle.css";
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
/*-----サイトおよびグループ固有で、全ページに必要な設定--------*/
body {
	font-size: 12px;
	line-height: 1.2;
	color: #333333;
}

a {
	color: #B700B7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#bodyStyle {
	background-color: #333333;
}

#bodyLayout {
	/*margin: 10px;
	background-color: #FFFFFF;*/
	border: 10px solid #333333;
}
