body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/bg_main.gif);
	margin: 0px;
	padding: 0px;
}
/* コンテンツ部右WinIE以外 */
html>body td#right {
	background-image:  url("../img/bg_right.png");
	background-repeat: repeat-y;
}
/* コンテンツ部右WinIE用設定 \*/
* html td#right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg_right.png',SizingMethod='scale');
}
/* コンテンツ部右WinIE用設定終わり */
#menu {
	background-color: #FFFFFF;
	background-image: url(../img/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#contents {
	background-color: #FFFFFF;
	background-image: url(../img/bg_contents.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#honbun {
	padding-right: 10px;
	padding-left: 5px;
}
a {
	color: #663333;
}
em {
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
}
.midashi {
	color: #F1627B;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

