body {
	margin: 0px;
	color: #ffffff;
	background-color: #70A0FF;
}

#BodyTitle {
	top: -20px;
	width: 100%;
	position: fixed;
}

h2 {
	top: 0;
	_width: 100%;
	background-color: #0070ff;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	opacity: 0.9;
}

.contents {
	margin: 20px;
}

#BodyMain {
	margin-top: 100px;
}

#header {
	top: 0px;
	width: 100%;
	position : fixed!important; /* importantで、Mozilla, Opera に対して優先順位を上げて固定配置 */
	position : absolute;        /* Internet Explorer6 用に絶対位置配置する */
}

#contents {
	margin-top: 110px;
}

#fooder {
	text-align: center;
	font-size: 10px;
}

p {
	margin: 10px;
}

a {
	text-decoration: none;
}

a:link {
	color: #ffff00;
}

a:visited {
	color: #d0d000;
}

a:hover, a:active {
	color: #ffff00;
	text-decoration: underline;
}

table {
	border-spacing: 0px;
}

th {
	background-color: #ffffff;
	color: #ff0000;
}

th.img {
	background-color: #70a0ff;
}

td.nowrap {
	white-space: nowrap;
}

td.title {
	background-color: #6090ff;
	text-align: center;
}

td.cntr {
	text-align: center;
}

td.list {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding-left: 20px;	
}

div.bar {
	background-color: #09f;
	margin: 0px;
	padding: 2px 0px 3px 4px;
	font-size: small;
	white-space: nowrap;
}

div.bar a:link, div.bar a:visited {
	padding: 2px 2px 2px 4px;
	color: #fff;
	background-color: #09f;
	border-top: solid 1px #fff;
	border-right: solid 1px #033;
	border-bottom: solid 1px #033;
	border-left: solid 1px #fff;
	text-decoration: none;
}

div.bar a:hover {
	padding: 2px 2px 2px 4px;
	color: #003;
	background-color: #58e;
	border-top: solid 1px #111;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #111;
	text-decoration: none;
}

.active {
	padding: 2px 2px 2px 4px;
	color: #fff;
	background-color: #58e;
	border-top: solid 1px #111;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #111;
	text-decoration: none;
}

.product {
	margin-left: 10px;
	width: 800px;
	height: 130px;
}

.photo {
	float: left;
	width: 160px;
	margin-top : 5px;
}

.detail {
	float: right;
	width: 630px;
	margin: 0px;
}

.detail h3 {
	border-bottom: 1px solid #fff;
	margin: 0px 0px 10px 0px;
}
