@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	background: url(../img/bg.gif) repeat left top;
}
body {
	min-width: 780px;
	padding: 4px 0 0;
	background: #fff url(../img/c_header_bg.gif) repeat-x left top;
	text-align: center;
}
p {
	color: #333;
	font-family: "Times New Roman", "Times", "serif";
	font-size: 90%;
	line-height: 120%;
}
img {
	border: none;
	vertical-align: bottom;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

#header {
	overflow: hidden;
	width: 760px;
}
#header h1 {
	float: left;
	width: 135px;
}
#header h2 {
	float: left;
	width: 190px;
	padding: 55px 0 0 22px;
}

#contents {
	padding-left: 163px;
	background: url(../img/photo.jpg) no-repeat left top;
}
#contents p {
	padding-bottom: 20px;
	line-height: 180%;
}
#contents p span.sup {
	display: inline-block;
	padding-top: 15px;
	font-size: 85%;
}
#contents p#contact {
	padding: 10px 0 0;
	color: #555;
	line-height: 160%;
}
#contents p#contact span {
	color: #5E4C34;
}
#contents p#sig {
	padding: 28px 0 37px;
	text-align: right;
}
#contents a {
	color: #555;
	text-decoration: none;
}
#contents a:hover {
	text-decoration: underline;
}
#contents p#contact a.mail {
	display: inline-block;
	margin-left: 3.8em;
}

#footer {
	width: 100%;
	background: url(../img/c_footer_bg.gif) repeat-x left top;
	border-bottom: 1px solid #e9e299;
}
#footer p {
	width: 760px;
	margin: 0 auto;
	padding: 0 10px;
}
#footer #toEnglish {
	height: 20px;
	text-align: left;
}

#outside {
	text-align: center;
}
#outside h1 {
	padding: 97px 0 67px;
}
#outside p#button {
	padding: 45px 0 122px;
}

