@charset "utf-8";

/* common
---------------------------------------------------- */
a:link {
	color: #000000;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #9933CC;
}
a {
	text-decoration: none;
}

img {
    border-style:none;
}

#body {
	background-color: #a59e8e;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/exclusive_paper.gif);
	background-repeat: repeat;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 16px;
}

#contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	padding: 0;
	width: 1000px;
	position: relative;
	top: 0px;
	background-color: #FFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg_pattern.png);
	background-repeat: repeat-y;
}


/* header
---------------------------------------------------- */
#header {
	margin: auto;
	padding: 0;
	width: 800px;
	position: relative;
}

h1{
	position: absolute;
	left: 19px;
	top: 1px;
	font-size: 10px;
	color: #675C50;
	filter: glow(color=#FFFFFF,strength=3);
	text-shadow: 0px 0px 3px #FFFFFF;
}

h2{
	font-size: 16px;
	line-height: 1px;
}

#header_logo{
	position: absolute;
	left: 13px;
	top: 56px;
}

#header_copy_01{
	position: absolute;
	left: 14px;
	top: 24px;
}

#header_copy_02{
	position: absolute;
	left: 564px;
	top: 52px;
}

#header_copy_toto{
	position: absolute;
	left: 346px;
	top: 2px;
}

#button_privacy{
	position: absolute;
	left: 551px;
	top: 23px;
}


#title {
	width: 608px;
	height: 44px;
	position: relative;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/* footer
---------------------------------------------------- */

#navi_footer {
	margin: auto;
	padding: 0;
	width: 1000px;
	height: 20px;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	line-height: 12px;
}

#copyright {
	margin: auto;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 10px;
	position: absolute;
	font-size: 11px;
	line-height: 12px;
	color: #FFF;
	left: 0;
	top: 5px;
	text-align: center;
	filter: glow(color=#333333,strength=1);
	text-shadow: 0px 0px 2px #222222;
	font-weight: bold;

}

#footer {
	padding: 0;
	width: 1000px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	left: 0;
	top: 0;
	height: 50px;
}
