@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------------------/
　　全体への指定
/-----------------------------------------------------------*/
* {
	padding : 0px;
	margin : 0px;
}

body {
	color : #595757;
	text-align: left;
	background: #E5E4E0;
	font: 12px/1.5 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom: 152px;
}
table, div ,h1, h2, h3, h4, h5, h6, p, span, th {
	border: 0;
	font-weight: normal;
	text-align: left;
}

img {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border: 0px;
}
#wrap {
	margin: 0px auto;
	width: 870px;
	background: #FFFFFF;
}
/*-----------------------------------------------------------/
　　リンク
/-----------------------------------------------------------*/
a:link {
	color: #6A3A0D;
	text-decoration: none;
}
a:visited {
	color: #6A3A0D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #6A3A0D;
}
a:active {
	color: #6A3A0D;
	text-decoration: underline;
}
/*--画像リンクのフェード--*/
a.mouseOver:hover img {
	filter: alpha(Opacity=60);
	opacity: 0.90;
}
/*-----------------------------------------------------------/
　　ヘッダ
/-----------------------------------------------------------*/
h1, h2 {
	margin: 0px auto;
	width: 776px;
}
#content {
	margin: 0px auto;
	width: 776px;
	background: url(../img/f_pdf01.gif) no-repeat right top;
	height: 314px;
	position: relative;
}
#content p {
	width: 468px;
	position: absolute;
	left: 42px;
	top: 16px;
}
#pdf_omote {
	position: absolute;
	left: 561px;
	top: 167px;
}
#pdf_ura {
	position: absolute;
	left: 561px;
	top: 235px;
}
#catch {
	margin: 40px auto 44px;
	width: 678px;
}
#title {
	margin: 0px auto 20px;
	width: 701px;
}
#attention {
	margin: 0px auto 20px;
	width: 624px;
	background: #D4D4D4;
	color: #231815;
	padding: 24px;
}
#go_top {
	margin: 75px 37px 0px 0px;
	font-size: 10px;
	text-align: right;
	padding-bottom: 68px;
}
#thanks {
	margin: 0px auto;
	width: 692px;
	font-size: 16px;
}
#thanks_txt {
	margin: 0px auto;
	width: 692px;
}

