@charset "utf-8";
/*
* {
	padding				: 0;
	margin				: 0;
	border				: 0;
}
*/
html {
	overflow			: auto;
}
img {
	padding				: 0;
	margin				: 0;
	border				: 0;
}
body {
	margin				: 0;
	padding				: 0 0 0 0;
    font-family         : 'Lucida Grande', 'DejaVu Sans', 'Bitstream Vera Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Verdana, 'ＭＳ Ｐゴシック', 'MS PGothic', IPAPGothic, sans-serif !important;
	line-height			: 140%;
	width				: 100%;
	background-color	: #402020;
	color				: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p, pre {
	font-size			: 100%;
	line-height			: 140%;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
a {
	font-weight:bold;
	color: #CCCCFF;
	text-decoration: underline;
}
a:visited {
	font-weight:bold;
	color: #CCCCFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	font-weight:bold;
	color: #EEAABB;
	text-decoration: none;
}

table {
	empty-cells			: show;
	border-collapse		: collapse;
	border-spacing		: 0;
}
#body {
	width				: 940px;
	background-image	: url('/images/common/bg.gif');
	background-repeat	: repeat-y;
	margin				: 0 auto 0 auto;
	padding				: 0 10px 0 10px;
}
#header {
	width				: 940px;
	height				: 160px;
	margin				: 0 auto 0 auto;
}
#header .logo {
	width				: 120px;
	padding				: 20px 0 0 20px;
	float				: left;
}
#header .headercontents {
	width				: 800px;
	height				: 160px;
	float				: left;
}

#header .copy {
	width				: 600px;
	height				: 60px;
	padding				: 20px 160px 0 20px;
	float				: left;
	font-weight			: bold;
	font-size			: 85%;
}
#header .copy h1 {
    margin              : 0 0 5px 0;
}
#header .faxorder {
	width				: 340px;
	height				: 30px;
	padding				: 40px 0 0 300px;
	float				: left;
	font-weight			: bold;
}
#header .globalmenu {
	width				: 400px;
	height				: 40px;
	padding				: 50px 20px 0 0px;
	float				: left;
	font-weight			: bold;
	font-size			: 85%;
	line-height			: 20px;
	text-align			: right;
}

#navigation {
	width				: 940px;
	height				: 50px;
	padding				: 1px 45px 0 45px;
	background-image	: url('/images/common/menu_bg.gif');
	background-repeat	: no-repeat;
}
#navigation .mainmenu {
	float				: left;
	width				: 667px;
}
#navigation .mainmenu img {
}
#navigation .cartmenu {
	float				: left;
	margin				: 0 0 0 3px;
	width				: 180px;
}

#pr {
	margin				: 15px 0 0 20px;
	clear				: both;
}

#contents {
	width				: 940px;
	clear				: both;
}

#footer {
	width				: 100%;
	clear				: both;
	text-align			: center;
	font-size			: 80%;
	padding				: 5px 0 20px 0;
}
#footer .menu {
	margin				: 5px 0 0 0;
	padding				: 0;
}
#footer .siteinfo {
	margin				: 5px 0 0 0;
	padding				: 0;
}
#footer .copy {
	margin				: 5px 0 0 0;
	padding				: 0;
}

br.ceparator {
	clear				: both;
}

hr.footer {
	float				: left;
	width				: 890px;
	clear				: both;
	margin				: 15px 25px 15px 25px;
}