@charset "utf-8";

/* 基本仕様
----------------------------------------------------------- */

*{
	margin:0;
	padding:0;
	font:normal normal normal 100%/1.3 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
html {   
    overflow-y:scroll;   
}
body {
	background: #f5f5f5 url(../../parts/bg.gif) repeat;
	color: #666;
	text-align: center;
}
#wrap {
	width: 685px;
	margin: 0 auto;
	background: #fff;
}
img {
	border: none;
}
td {
	vertical-align: top;
}
p,ol {
	font-size: 80%
}
.caution {
	margin-top: 10px;
	color:#f00;
}
/* link
----------------------------------------------------------- */

a:link {
	color: #777;
	text-decoration:none;
}
a:visited {
	color: #03C;
	text-decoration:none;
}
a:hover,a:active {
	color: #777;
	text-decoration: underline;
}
/* text
----------------------------------------------------------- */

.top { 
	padding: 10px 10px 5px 0;
	font-size: 80%;
	text-align: right;
}
.top a:link,.top a:visited {
	color: #999;
	text-decoration:none;
}
.top a:hover,.top a:active {
	color: #606;
	text-decoration: underline;
}

/*close
----------------------------------------------------------- */

.close {
	margin: 5px auto;
	padding: 5px 0;
	background:#9CF;
	text-align: center;
}

/* contents
----------------------------------------------------------- */

#main {
	text-align: left;
}
#c_top {
	width: 683px;
	height: 90px;
}
h4 {
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 3px 3px 3px 10px;
	background: url(../../parts/sub_t_bg.gif) repeat-y;
	color: #03C;
	font-size: 90%;
	font-weight: bold;
}
h5 {
	margin: 20px 0 10px 20px;
	padding: 3px;
	border-left: 5px solid #9cf;
	color: #03C;
	font-size: 85%;
	font-weight:bold;
}
p.copy {
	margin-bottom:10px;
	color:#39F;
	font-size: 90%;
}
.contents {
	margin-right:10px;
	margin-left:10px;
}
#main .contents p,#main .contents ol {
	margin-left: 20px;
}
p.tanka {
	margin-top: 10px;
}
table.ryoukin {
	margin-left: 20px;
	border-collapse: collapse;
	border: solid 1px #7db2e4;
	font-size: 80%;
}
table.ryoukin th,table.ryoukin td {
	padding: 3px;
	border: solid 1px #7db2e4;
	text-align: center;
}
table.ryoukin th,table.ryoukin td.name {
	background: #9cf;
	color: #03C;
	font-weight: bold;
}
table.ryoukin td.price {
	text-align: right;
}
.keisan {
	color:#69F;
}
span.uetsuki {
	font-size: 9px;
	vertical-align: super;
}
ol,li {
	list-style: none;
	margin-bottom:7px;
}
ol table.ryoukin {
	margin-top: 5px;
	font-size: 100%;
}
span.important {
	font-weight: bold;
}

/* footer
----------------------------------------------------------- */

#footer {
	padding: 10px 0;
	text-align: center;
}

