@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background: #cece9c;
	font-size: 75%;
	line-height: 140%;
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	text-align: center;
	margin: 0 auto;
}
div#box {
	width: 1000px;
	margin: auto;
}
h1,h2,h3,p,ul,li,dl,dt,dd,hr,input,form,blockquote {
	margin: 0;
	padding: 0;
}
p.spacer {
	margin-bottom: 15px;
}
p.comment {
	margin: 0 30px 15px;
}
img {
	border: 0;
}
a:link, a:visited {
	color: #663;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
br {
	clear: both;
}
.red {
	color: #F00;
}
.center {
	text-align: center;
}
p.gototop {
	clear: both;
	margin: 30px 0 0 20px;
	padding: 0;
}
p.gototop a:link, p.gototop a:visited {
	color: #663;
	text-decoration: none;
}
p.gototop a:hover {
	color: #F00;
}

TD.val { font:18pt/1.5em Arial; color:darkorange; }
/******************** ヘッダー ********************/
div#header {
	width: 1000px;
	margin-top: 10px;
	text-align: left;
}
div#header img {
	border: 0;
	margin: 10px 5px 10px 16%;
	float: left;
}
h1 {
	font-size: 90%;
	color: #663;
	font-weight: normal;
	position: relative;
	left: 395px;
	top: 50px;
	width: 200px;
}
div#cart {
	background: #996;
	float: right;
	padding: 4px 0 3px;
	margin-right: 180px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #fff;
	text-align: right;
}
*html div#cart {
	margin-left: 45px;
}
*:first-child+html div#cart {
	margin-left: 45px;
}
div#cart {
	margin-left /*\**/: 45px\9
}
html:first-child div#cart {
	margin-left: 55px;
	position: relative;
	bottom: -1px;
}
div#cart p {
	padding: 0 8px;
}
div#cart p.border {
	border-bottom: 1px dotted #cc9;
	padding-bottom: 2px;
	margin-bottom: 2px;
	font-size: 80%;
}
*html div#cart p.border {
	font-size: 75%;
}
*:first-child+html div#cart p.border {
	font-size: 75%;
}
div#cart p.border {
	font-size /*\**/: 75%\9
}
div#cart img {
	margin: 0;
}
div#cart a:link, div#cart a:visited {
	color: #FF6;
}
div#cart a:hover {
	color: #0CC;
}

/******************** コラム中央：メイン枠 ********************/
div#main {
	float: left;
	width: 690px;
	height: 100%;
	background: #FFF;
	text-align: center;
}
p#corner {
	background: #FFF url(./image/corner-l.gif) no-repeat top left;
	height: 30px;
	text-align: right;
}
p#corner-b {
	clear: both;
	background: #FFF url(./image/corner-lb.gif) no-repeat top left;
	height: 30px;
	text-align: right;
	border-bottom: 20px solid #CC9;
}

/******************** タイトルgif ********************/
img.title-gif {
	margin-bottom: 10px;
}

/******************** コピーライト ********************/
p#copyright {
	clear: both;
	background: #EED;
	padding: 5px 40px;
	text-align: right;
	color: #663;
	margin: 90px 0 5px;
}
/******************** パンくずリスト ********************/
ol.pan-list {
	list-style-type: none;
	margin: 0 0 10px 0;
}
ol.pan-list li {
	display: inline;
	background: url(./image/icon-pan.gif)  no-repeat left;
	padding-left: 16px;
	margin: 0 2px 0 0;
}
ol.pan-list li.home {
	background: none;
	padding: 0;
}
/******************** footer ********************/
ul.foot_menu {
	clear: both;
	text-align: center;
	list-style-type: none;
	font-size: 80%;
	margin: 60px auto -60px;
}
ul.foot_menu li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #cece9c;
}
ul.foot_menu li.start {
	border-left: 1px solid #cece9c;
}
.access {
	display: none;
}

/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/
