@charset "euc-jp";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #f7f1dc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
}
p {
	margin-bottom: 1em;
	text-justify:distribute;
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
}

.center {
	text-align:center;
}

.left {
	float:left;
	margin:0 30px 30px 0;
}

a:hover {
	color: #54accc;
}

h1 {
	text-align:center;
	margin:50px 0px 10px 0px;
}

h2 {
	text-align:center;
	margin:15px 0px 50px 0px;
	font-size:28px;
	color:#674316;
}

h3 {
	text-align:center;
	font-size:24px;
	line-height:34px;
	margin-bottom:30px;
}

h4 {
	text-align: center;
	font-size: 30px;
	margin:70px 0px 30px 0px;
	color:#674316;
}

h5 {
	font-size: 20px;
	margin:40px 0px 15px 0px;
}

/* contents */

#content-wrapper {
	width: 100%;
	background-image: url(../images/bg_texture.jpg);
	background-repeat: repeat-x;
	background-color: #f7f1dc;
}
#content-container {
	margin: 0px auto;
	width: 1000px;
	background-image: url(../images/bg_en.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding:40px 0px;
}

.photo-container {
	margin:30px 0px;
	margin-right: -17px;
}

.photo-container img {
	margin-right: 17px;
}