@charset "utf-8";
/* CSS Document */

html {
	overflow-x : hidden ;
	overflow-y : scroll ;
}
body {
	margin: 0px;
	background-image:url(img/bg-body.gif);
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 150%;
}
a:link {
	color: #0c434f;
}
a:visited {
	color: #0c434f;
}
a:hover {
	color: #66CCFF;
}
a:active {
	color: #0c434f;
}
a { 
	outline: none;
}
#wrapper {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	width: 880px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	color: #333333;
}
#content {
	position: relative;
	text-align: right;
	padding: 10px;
	background-image: url(img/bg-index.jpg);
	background-repeat: no-repeat;
	height: 100%;
}
#content p {
	font-size: 80%;
}

#content table {
	width: 500px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BEDFFE;
	border-right-color: #009999;
	border-bottom-color: #009999;
	border-left-color: #BEDFFE;
	margin-top: 100px;
	margin-left: 300px;
	margin-bottom: 30px;
}
#content table td {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BEDFFE;
	border-right-color: #009999;
	border-bottom-color: #009999;
	border-left-color: #BEDFFE;
	font-size: 80%;
	color: #666666;
	text-align: left;
}
#content #photos {
	width: 500px;
	padding-top: 100px;
	padding-left: 20px;
	padding-bottom: 50px;
	overflow: hidden;
	float: left;
}
#content #photos p {
	margin: 0px;
	float: left;
	height: 50px;
	width: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#content .fb-page {
	float: right;
	width: 300px;
	padding-top: 100px;
	margin-right: 20px;
}

p#address {
	clear: both;
	text-align: center;
}

p#copyright {
	text-align: center;
	clear: both;
}


body {
	background-color: #BEDFFE;
}
img {
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
