/*
// --------------------------------------------------------------------------------------------------------------------
// Desktop-Level Definitions
// --------------------------------------------------------------------------------------------------------------------
*/

.edc-body
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, "\ff2d\ff33\20\ff30\30b4\30b7\30c3\30af", "\30d2\30e9\30ae\30ce\89d2\30b4\20\50\72\6f\20\57\33", 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	/*\*/
	_font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF"; /*IE5.0*/
	/**/
	_font-family/**/ : Arial, "\ff2d\ff33\20\ff30\30b4\30b7\30c3\30af", "\30d2\30e9\30ae\30ce\89d2\30b4\20\50\72\6f\20\57\33", 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	color:#333;
	background-color: #EEEEEE;
	background-image: url(/eshop/common/bk_body_w.gif);
	background-repeat: repeat-y;
	background-position:0px 0px
}

html>body.edc-body table td {
	font-family: "\ff2d\ff33\20\ff30\30b4\30b7\30c3\30af", "\30d2\30e9\30ae\30ce\89d2\30b4\20\50\72\6f\20\57\33", 'Hiragino Kaku Gothic Pro', Osaka, Arial, sans-serif;/* For IE7 NN7 Firefox2 */
}


.edc-body a
{
	display: inline;
	text-decoration: none;
}

.edc-body a:hover
{
	text-decoration: underline;
}

.edc-body-content
{
	width: 840px;
	background-color: #FFFFFF;

}

.edc-body-header, .edc-body-footer
{
	width:800px;
}

.edc-body-header
{
	margin-bottom: 0px;
	margin-left: 20px;

}

.edc-body-footer
{
	clear: both;
	margin-left: 20px;
	padding-top: 10px;
}

