#wrapper {
	width: 100%;
	max-width: 800px;
	background: #f2f2f2;
}
#header {
	height: 64px;
	width: 100%;
	background: #fff;
	border-bottom: 5px solid #0e5ca7;
}
#contents {
	width: 100%;
	padding: 10px;
	background: #fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#contents #main_detail_a {
	float: none;
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin: 0 auto;
}
#html-wrapper {
	margin: 0;
	background: #fff;
	font-weight: 300;
	color: #333;
	line-height: 1.5;
}
#html-wrapper h1 {
	margin-bottom: 10px;
}
#html-wrapper h2 {
	font-weight: 600;
	line-height: 20px;
	margin: 20px 10px 10px 0;
}
#html-wrapper h3 {
	font-weight: 600;
	margin: 10px 0;
	padding: 3px 6px;
}
#html-wrapper h4 {
	margin: 10px 0;
	padding: 3px 6px;
	font-weight: normal;
}
#html-wrapper h5 {
	font-weight: bold;
}

#html-wrapper p {
	margin: 0;
}
#html-wrapper ul {
	line-height: 150%;
}

#html-wrapper .b { font-weight: bold }
#html-wrapper .ind { text-indent: 1em }
#html-wrapper .m0 { margin: 0 }
#html-wrapper .mtop { margin-top: 1em }
#html-wrapper .mleft { margin-left: 1em }
#html-wrapper .f-r { float: right }
#html-wrapper .r { text-align: right }
#html-wrapper .li { text-indent: -1em; margin-left: 1em }
#html-wrapper .li.mleft { margin-left: 2em }
#html-wrapper img { border-style: none }

#html-wrapper .cfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	zoom: 1;
}
#html-wrapper .cfx { min-height: 1px }
* html #html-wrapper .cfx { height: 1px }

#html-wrapper a {
	text-decoration: underline;
	color: #333;
}
#html-wrapper a:hover {
	text-decoration: none;
}

#html-wrapper ul.content-anchor li {
	font-weight: bold;
}

#html-wrapper .content {
	padding-bottom: 1em;
}

#html-wrapper ul.pager {
	line-height: 150%;
	content: ".";
	display: block;
	clear: both;
	height: 2em;
	margin: 1em 0;
	padding: 0.2em 1em;
	background: #576388;
	zoom: 1;
}
#html-wrapper ul.pager li {
	line-height: 2em;
	list-style: none;
	margin: 0 1em 0 0;
	padding: 0;
	float: left;
}
#html-wrapper ul.pager li a {
	color: #fff;
}

#html-wrapper .gtop{
	text-align: right;
	background: #fff;
	margin: 20px 4px 10px 10px;
	padding: 2px;
}
#footer_hr {
	width: 100%;
}
#copyright {
	margin-bottom: 0;
}
p.ryaku {
	height: 4em;
	line-height: 4em;
	background: #dbe5ed;
	color: #595869;
	text-indent: 2em;
}
.contact {
	font-size: 13px;
	margin-bottom: 1em;
}