@charset "Shift_JIS";

/* ブラウザ初期化CSS
=================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align:baseline;
}

body {
	margin: 10px 0;
	background: #E9EEDD;
	line-height: 1.6;
	color: #000000;
	text-align: left;
}

table {
	border-collapse:separate; border-spacing:0;
}

caption, th, td {
	text-align: left;
	font-weight: 400;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content:"";
}

ul {
	list-style: none;
}

blockquote, q {
	quotes:"" "";
}

a img {
	border:none;
}

a:link {
	color: #2B8168;
	text-decoration: underline;
}

a:visited {
	color: #2B8168;
	text-decoration: underline;
}
 
a:active {
	color: #2B8168;
	text-decoration: none;
}

a:hover {
	color: #2B8168;
	text-decoration: none;
}

.center{
	text-align: center;
}






/* 
=================================================*/

div#containar {
	width: 778px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #9e9f9a;
	font-size: 75%;

	/* box-shadow */
	box-shadow:rgba(158, 159, 154, 0.368627) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(158, 159, 154, 0.368627) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(158, 159, 154, 0.368627) 0px 0px 6px 3px;
}

div#containar h1 {
	margin: 0 0 15px 0;
	text-align: center;
}

div#containar p.close {
	text-align: right;
}

div#containar p.header {
	margin: 0;
	text-align: center;
}

div#containar div.section {
	padding: 15px 28px;
}

div#containar div.section strong {
	color: #a19160;
	font-size: 150%;
}

div#containar div.section p.image {
	float: left;
	width: 200px;
	margin: 0 20px 20px 0;
}

div#containar div.section.story {
	background: #eeebda;
}

p.copyright {
	width: 778px;
	margin: 5px auto;
	font-size: 75%;
	text-align: right;
}






























