@charset "utf-8";

* {
	margin: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}
body p {
	padding-top: 5px;
	padding-bottom: 5px;
}
#on_off #off_button {
	color: #222222;
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(images/bg-white.png);
	border-radius: 3px;
	padding: 3px;
	border: solid 1px #DFDFDF;
	cursor: pointer;
}
#on_off #on_button {
	color: #222222;
	position: absolute;
	top: 10px;
	left: 10px;
	background-image: url(images/bg-white.png);
	border-radius: 3px;
	padding: 3px;
	border: solid 1px #DFDFDF;
	cursor: pointer;
}
#block1 {
	background: url(images/togamiya_sea2.jpg) no-repeat center;
	background-size: cover;
}
#block2 {
	background: url(images/photo2.jpg) no-repeat center;
	background-size: cover;
}
#block3 {
	background: url(images/photo3.jpg) no-repeat center;
	background-size: cover;
}
#block4 {
	background: url(images/photo4.jpg) no-repeat center;
	background-size: cover;
}
#block5 {
	background: url(images/photo5.jpg) no-repeat center;
	background-size: cover;
}
#block6 {
	background: url(images/photo6.jpg) no-repeat center;
	background-size: cover;
}
#block7 {
	background: url(images/togamiya_evening.jpg) no-repeat center;
	background-size: cover;
}
div[id^="max_width"] {
	max-width: 1000px;
	margin: 0px auto;
}
#site_title{
	padding: 15px;
	background: url(images/bg-title-white.png) center no-repeat;
}
#site_title span {
	font-family: "MS Serif", "New York", serif;
	font-size: 38px;
	color: #000000;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
div[class^="bg-text"] {
	background-image: url(images/bg-white.png);
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 10px;
	padding: 30px;
	border: solid 2px #FFFFFF;
}
div[class^="bg-text"] h1 {
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 10px;
}
div[class^="bg-text"] p {
	text-align:left;
}
div[class^="bg-text"] a:link {
	color: #000000;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
div[class^="bg-text"] a:visited {
	color: #000000;
}
div[class^="bg-text"] a:hover {
	color: #646464;
}
#bg-text-footer {
	background-image: url(images/bg-white.png);
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 10px;
	padding: 30px;
	border: solid 2px #FFFFFF;
}
#bg-text-footer p {
}
#bg-text-footer a:link {
	color: #000000;
	-webkit-transition: color 0.3s ease-in-out 0s;
	-moz-transition: color 0.3s ease-in-out 0s;
	-ms-transition: color 0.3s ease-in-out 0s;
	-o-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
#bg-text-footer a:visited {
	color: #000000;
}
#bg-text-footer a:hover {
	color: #646464;
}
.color1 {
	color: #FF0000;
}
.color2 {
	color: #FF6600;
}
.color3 {
	color: #9900CC;
}
.supplement {
	font-size: 90%;
	color: #6C6C6C;
}
#nav_open {
	position: fixed;
	bottom: 0px;
	width: 100%;
}
#nav_open img {
	cursor: pointer;
}
#nav {
	position: fixed;
	bottom: -50px;
	width: 100%;
	height: 50px;
	background-image: url(images/bg-white.png);
}
#nav ul {
	padding: 0px;
	list-style: none;
}
#nav ul li {
	display: inline-block;
	font-size: 20px;
	margin-right: 5px;
	padding-top: 10px;
}
#nav ul li a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#nav ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#nav #up_button {
	opacity: 0;
	color: #FFFFFF;
}
#nav #down_button {
	color: #FFFFFF;
}
.ie7_under #nav_open {
	display: none;
}
.ie7_under #nav {
	display: none;
}
#back_top {
	position: fixed;
	right: 10px;
	bottom: 0px;
	display: none;
}
#back_top img {
	cursor: pointer;
}

@media only screen and (min-width: 1200px) {
#block1 {
	background-attachment: fixed;
}
#block2 {
	background-attachment: fixed;
}
#block3 {
	background-attachment: fixed;
}
#block4 {
	background-attachment: fixed;
}
#block5 {
	background-attachment: fixed;
}
#block6 {
	background-attachment: fixed;
}
#block7 {
	background-attachment: fixed;
}
}