<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	font: 90%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-image: url(../img/bg.gif);
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #000;
}

p { 
	padding: 0;
	margin: 0;
}

a img {	border: none; }

a:link { color:#0066cc;	text-decoration: underline; }
a:visited { color: #0066cc; text-decoration: underline; }
a:hover, a:active, a:focus { color: #FF0000; text-decoration: none; }

#container {
	min-width: 900px;
	margin: 0 auto; 
}

#header {
	background-image: url(../img/bg.png);
	height:357px;
	padding: 5px 0;
	width: 100%;
}

#header h1{
	width:1200px;
	height:357px;
	background-image:url(../img/top.png);
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;

}


#footer {
	padding: 15px;
	text-align: center;
	background-image: url(../img/bg-footer.png);
}



.contents{
	width: 1200px;
	padding: 50px 0 20px 0;
	margin: 0 auto;
}


.box{
	width:950px;
	margin: 10px auto 50px auto;
}

.box-top{
	width:950px;
	height: 13px;
	background-image: url(../img/box-top.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

.box-middle{
	width:880px;
	padding: 15px 40px 10px 40px;
	background-image: url(../img/box-middle.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

h2{
	position: relative;
	top: -38px;
	left: 30px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 0;
	z-index: 100;
	display: block;
	height: 78px
}

#title-history { background: url(../img/title-history.png); width: 196px; }
#title-goods { background: url(../img/title-goods.png); width: 196px; }
#title-kanren { background: url(../img/title-kanren.png); width: 196px; }
#title-info { background: url(../img/title-info.png); width: 328px; }




.box-bottom{
	width:950px;
	height: 13px;
	background-image: url(../img/box-bottom.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

.history-old{
	border-bottom: 1px dotted #AAA;
	padding: 5px 0 5px 55px;
}

.history-new{
	border-bottom: 1px dotted #AAA;
	padding: 5px 0 5px 55px;
	background: url(../img/new-icon.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

#history-box span{
	color: #1018ad;
	font-weight: bold;
}

.caution{
	padding: 15px;
	margin: 0 auto;
}

.caution p{
	border-bottom: 1px dotted #AAA;
	padding: 5px 0 5px 25px;
	background: url(../img/caution-icon.png);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	font-size: 80%;
}

table{ border-collapse: collapse; }


#info-table th{
	width: 120px;
	color: #0643bd;

}

#info-table td{
	width: 725px;

}

#info-table td , th{

	border-bottom: 1px dotted #AAA;
}

#info-table p{
	padding: 15px 0;
}</pre></body></html>