@charset "utf-8";
@charset "utf-8";
html, body,  {
    margin: 0;
    padding: 0;
}
 
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, dl, address {
    margin: 0;
    padding: 0;
}
body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}
a img{
	border:0;
}

#wrap-container{
	width:980px;
	margin:auto;
}
#wrap-container #header h1 {
	background-image: url(img/h1.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 98px;
	width: 800px;
	margin-top: 20px;
}
#sub-menu{
	display: block;
	width: 220px;
	float: left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#sub-menu h2 {
	color: #999;
	height: 30px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCC;
	text-align: left;
	padding-left: 20px;
	margin-top: 15px;
	font-size:18px;
}
#sub-menu a {
	color: #666;
	text-decoration:none
}

#sub-menu p {
	color: #CCC;
	height: 18px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CCC;
	text-align: left;
	padding-left: 20px;
	margin:0px;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 14px;
	font-weight: bold;
}
#sub-menu ul{
	list-style:none;
}
#sub-menu ul li {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#gallery {
	display: block;
	float: left;
	width: 700px;
	margin-bottom: 20px;
	margin-left: 15px;
}


.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid #CCC;
	background-color: white;
	z-index:1002;
	overflow: auto;
}#gallery ul {
	list-style-type: none;
}
#gallery ul li {
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#gagallery-navi{
	float: left;
	width: 650px;
	margin:15px;
	text-align:right;
}

#banner {
	float: left;
	width: 700px;
	margin-left:15px;
	text-align:left;
}
#footer {
	margin: auto;
	clear: both;
	width: 980px;
	height:80px;
	background-image: url(img/woof-foot.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display:block;
}
#footer .inner {
	margin-top: 30px;
}
#banner p {
	margin-top: 10px;
}
#wrap-container #header #description {
	text-align: left;
	margin: 10px;
}
#wrap-container #header h1 a {
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 800px;
}
#wrap-container #gallery h2 {
	text-align: left;
	padding-left: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CCC;
	color: #666;
	margin:5px;
}
#banner ul li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}

