@charset "UTF-8";
@import "../../css/common.css";

/* ---------------------------------------------------------
	CSS Document Shop
--------------------------------------------------------- */

#header {
	background: url(../images/header.jpg) no-repeat 0 0;
}

#shop h3 {
	width: 530px;
	height: 28px;
	overflow: hidden;
	background: url(../images/shop.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

#shop p {
	margin-top: 12px;
	letter-spacing: 2px;
}

#shop table {
	width: 530px;
	margin-top: 5px;
	border-collapse: collapse;
}

#shop th {
	width: 80px;
	padding-top: 10px;
	vertical-align: top;
}

#shop td {
	padding-top: 10px;
	vertical-align: top;
}

/* ---------------------------------------------------------
	CSS Document Access
--------------------------------------------------------- */

#access h3 {
	width: 530px;
	height: 28px;
	overflow: hidden;
	margin-top: 12px;
	background: url(../images/access.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

#access p {
	margin-top: 12px;
	letter-spacing: 2px;
}

#access iframe {
	width: 520px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: solid 5px #000;
}

* html #access iframe {
	width: 530px;
}

#access a {
	text-decoration: none;
	color: #fff;
}

#access a:hover {
	text-decoration: underline;
	color: #7B5AA1;
}

