@charset "UTF-8";

/* formatting style
-------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MS P Gothic", "sans-serif";
	font-size: 90%;
	line-height: 1.5;
	color: #333333;
	background-image: url(images/bodyBg.jpg);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link style
-------------------*/
a img {
	border-style: none;
}
a:link {
	color: #666666;
}
a:visited {
	color: #333333;
}
a:hover {
	text-decoration: underline;
	filter:alpha(opacity=70);
	opacity:0.7;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-------------------*/
#container {
	width: 800px;
	margin: 0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#header {
	width: 760px;
	height: 375px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main {
	width: 720px;
	background-color: #FFFFFF;
	margin-bottom: auto;
	margin-top: auto;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#footer {
	background-color: #f0f0f0;
	color: #333333;
	padding: 20px;
}
/* main styles
-------------------*/
h1 {
	font-size: 80%;
	font-weight: normal;
	color: #cccccc;
	text-align: center;
}
h2 {
	font-size: 130%;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff0000;
	margin-top: 0.5em;
	font-size: 120%;
}
strong {
	background-color: #FFFF00;
}
.style1 {
	color: #3300FF;
	font-weight: bold;
}
.style2 {
	color: #CC0000;
	font-weight: bold;
}
.info {
	border: 5px solid #ff0000;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	color: #000000;
}
.review {
	border: 5px solid #000066;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f0f0f0;
}
.order {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 40px;
	padding-left: 40px;
}
/* footer styles
-------------------*/
#footer ul{
	text-align: center;
}
#footer li {
	display: inline;
}
address {
	text-align: center;
}.review h4 {
	font-size: 120%;
	color: #FF0000;
}