@charset "shift_jis";
/* CSS Document */

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, ul, li, ol, table, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(img/b_bg.jpg) repeat-x left top;
	font-size: 12px;
	color: #666;
	line-height: 150%;
	text-align: center;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}

#logo {
	margin-top: 124px;
	margin-bottom: 100px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #E0877B;
	margin-bottom: 40px;
}
#text {
	margin-bottom: 15px;
}

#url {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#url a {
	color: #E0877B;
	text-decoration: none;
}
#url a:hover {
	color: #E0877B;
	text-decoration: underline;
}

#footer {
	background: url(img/f_line.jpg) repeat-x left top;
	padding-top: 15px;
}
#copy {
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	height: 120px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
