@charset "utf-8";

/* ------------------------------------------------------------ Initialization of the browser style */
html { overflow-y: scroll; }

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
code,
em,
span.strong,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
}

body {
	font-size: 12px; /* 基本のフォントサイズ */
	line-height: 16px; /* 基本の行間 */
	margin: 0px;
	padding: 0px;
	background-color:#F5EBE1;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
}

#shadow {
	background-image: url(../images/common/bg.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}

#shadow:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

#shadow2 {
	background-image: url(../images/common/bg2.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
}

#shadow2:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

#wrapper {
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-right-width: thin;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

