
* {
	border: none;
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	background: url(images/bg_img.jpg) repeat center top;
	background-attachment: fixed;
	color: black;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 95%;
	font-weight: 600;
	min-width: 950px;
	-webkit-text-size-adjust: none;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4,
h5 {
	text-align: center;
}

h2.img {
	padding: 60px 0px 40px 0px;
}

p {
	line-height: 2em;
	margin: 10px 0px;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0px;
	text-align: center;
}

sup,
sub {
	font-size: 75%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: #010101;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0.60;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.link-btn {
	background: white url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 8px;
	border: 2px solid #22597f;
	color: #22597f;
	margin: 0px auto;
	padding: 10px 90px 10px 80px;
	text-align: center;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.orange {
	color: #ff7d00;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.img-right {
	float: right;
	margin: 5px 0px 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0px;
}

strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	padding: 0px 5px;
}

ul.list {
	border-top: 1px dotted #88724f;
	line-height: 1.5em;
}

ul.list li {
	background: url(images/ul_list_li.png) no-repeat 8px 17px;
	border-bottom: 1px dotted #88724f;
	display: block;
	padding: 10px 0px 10px 24px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0px 0px 1.3em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0px;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: 0.2em;
}

ul.photos {
	text-align: center;
}

ul.photos li {
	display: inline-block;
	vertical-align: top;
}

div.line {
	background: #d1c4b0;
	clear: both;
	display: block;
	font-size: 5px;
	height: 1px;
	text-indent: -2000em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
table.list-table th {
	border-bottom: 1px dotted #1d1d1d;
	border-top: 1px dotted #1d1d1d;
	padding: 15px 30px;
	text-align: center;
	width: 30%;
}

table.list-table td {
	border-bottom: 1px dotted #1d1d1d;
	border-top: 1px dotted #1d1d1d;
	padding: 15px 0px;
}

/***********************************************************************/
#header {
	background: url(images/header_bg.png) no-repeat center top;
	height: 370px;
	padding-bottom: 40px;
}

#header h1 {
	background-color: #22597f;
	color: white;
	font-size: 12px;
	font-weight: 500;
	padding: 10px;
}

#container {
	background-color: rgba(255,255,255,0.8);
	border-radius: 10px;
	margin: 0px auto;
	width: 900px;
}

div.main {
	margin: 0px auto;
	width: 700px;
}

div.main-s {
	margin: 0px auto;
	width: 560px;
}

#footer-bg {
	background-color: white;
}

#footer {
	background-color: white;
}

#footer #footer-logo {
	padding: 70px 0px 40px 0px;
}

#footer h4 {
	background: url(images/footer_logo_illust.png) no-repeat center center;
}

#footer p {
	line-height: 1.6em;
	text-align: center;
}

#footer div.footer-facebook {
	padding: 30px 0px 60px 0px;
	text-align: center;
}

p#copyright {
	background-color: #22597f;
	color: white;
	font-size: 11px;
	margin: 0px;
	padding: 20px;
	text-align: center;
}

#pagetop {
	position: fixed;
	right: 20px;
}

#pagetop a {
	display: block;
}

#pagetop-sp {
	display: none;
}

