﻿/* CSS レイアウト */
#header {
	width:760px;
	margin-top:36px;
	margin-left:auto;
	margin-right:auto;
}
#container {
	width:760px;
	margin-top:334px;
	margin-left:auto;
	margin-right:auto;
	left: 0px;
	top: 0px;
}
#footer {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
body {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	background-position: center 20px;
	background-color: #FFFFCC;
	color: #336600;
	background-image: url('images/title.jpg');
	background-repeat: no-repeat;
}
p {
	font-family: monospace;
}
h1 {
	color: #FF00FF;
}
h2 {
	color: #999966;
}
h3 {
	color:fuchsia;
}
a:link {
	color: #3399FF;
}
a:visited {
	color: #3399FF;
}
a:hover {
	color: #FF00FF;
}
.h2-bg {
}
.h1-title {
	margin-left:12px;
}
.h1-title a {
	text-decoration:none;
}
.h1-title a:link {
	color: #FF00FF;
}
.h1-title a:visited {
	color: #FF00FF;
}
.h1-title a:hover {
	color: #FF00FF;
}
.h2-title {
	font-size:x-small;
}
.h2-title h2 {
	margin-left:12px;
	font-size:120%;
	font-weight:normal;
	color:#FF00FF;
}
.small {
	font-size:small;
}
.x-small {
	font-size:x-small;
}
.menu {
	text-align:left;
}
.menu li {
	display:inline;
	margin-left:4px;
	margin-right:4px;
	font-size:small;
}
.menu ul {
	margin-left:8px;
	margin-right:0px;
}
.box {
	border: thin solid #9900CC;
	margin-bottom: 40px;
}
.merchant {
	color:fuchsia;
	font-size:small;
	font-weight:bold;
	text-align:center;
}
.image_right {
	float : right;
	margin : 4px 0px 0px 4px;
}
.image_left {
	float : left;
	margin : 4px 4px 0px 0px;
}
