@charset "UTF-8";
/* CSS Document */

/* Reset Style */
html, body, div, h1, h2, h3, h4, h5, h6,p, address,ul, ol, li, dl, dt, dd, table, th, td {
	margin: 0px;
	padding: 0px;
	line-height: 1.0;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul li, ol li {
	list-style-type: none;
}
img {
	border: 0;
}
img, input {
	vertical-align: middle;
}

body,html {
	height: 100%
	margin: 0;
	font-family:
		'Meiryo UI',
		'Hiragino Kaku Gothic Pro',
		'Hiragino Kaku Gothic Pro W3',
		'ヒラギノ角ゴ Pro W3',
		Verdana,
		Meiryo,
		'MS PGothic',
		'メイリオ',
		'ＭＳ Ｐゴシック',
		Osaka,
		sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
}
.wrapper{
	min-height: 100%;
	margin-bottom: -100px;
}

h1 {
	width: 700px;
	margin-left: 170px;
	padding-top: 5px;
	padding-right:10px;
	font-size: 12px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
a:link, a:visited, a:active{
	color:#333;
	text-decoration: none;
}
a:hover {
	color:#808dff;
	text-decoration: none;
}

/* ロゴ */
#apDiv1 {
	position:absolute;
	left:0px;
	top:10px;
	width:213px;
	height:81px;
	z-index:1;
}

#contents {
	position:relative;
	background-color: #FFF;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	height: auto;
	width: 880px;
	border: 1px solid #a9775d;
}
#header {
	margin:0px;
	padding:0px;
	height: 100px;
	width: 880px;
	background-image: url(../images/header_back.jpg);
	background-repeat: repeat-x;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9775d;	
}
#header p {
	margin-top: 20px;
	margin-right: 10px;
}
#footer {
	margin-top:10px;
	padding:0px;
	height: 100px;
	width: 880px;
	/*	background-color: #f0f6ed;*/
	background-image: url(../images/footer_back_1.png);
	background-repeat: repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a9775d;
	font-size:12px;
}
.push {
	height: 100px;
}

#footer #toTop {
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
}
#footer #copyRight {
	text-align: center;
	margin-top: 30px;
}
#footer #footerLink {
	font-size: 12px;
	margin-left: 20px;
}
