* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	color: #fff;
	font-size: 12px;
	min-height: 100%; /* html要素をウィンドウサイズにフィット */
	background: url(../images/bg.jpg) no-repeat top center fixed #ffd8fe; /* 背景画像をhtml要素に表示 */
	background-size: cover; /* 背景画像をhtml要素にフィット */
}

#wrapper {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 140px;
	background: rgba(224, 75, 108, 0.3);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#40e04b6c,EndColorStr=#40e04b6c);/*IE8対策*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#40e04b6c,EndColorStr=#40e04b6c)";/*IE8対策*/
}

	#header_box {
		position: relative;
		margin: 0 auto;
		width: 940px;
		height: 140px;
#		background: #000;
	}

a {
	color: #00f;	
}

h1 {
	position: absolute;
	top: 38px;
	left: 0;
	width: 300px;
	height: 61px;
}

h2 {
	position: absolute;
	top: 58px;
	right: 0;
	width: 206px;
	height: 41px; 
}

#footer {
	z-index: 1;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 140px;
	background: rgba(151, 63, 170, 0.54);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#70973faa,EndColorStr=#70973faa);/*IE8対策*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#70973faa,EndColorStr=#70973faa)";/*IE8対策*/
}

	#footer #copyright {
		position: absolute;
		bottom: 0;
		letter-spacing: 1px;
		width: 100%;
		height: 20px;
		text-align: center;
	}

h3#topmes {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -317px;
	margin-top: -76px;
}

ul#menu {
	z-index: 10;
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 740px;
	height: 180px;
	margin-left: -370px;
	list-style: none;
}

	ul#menu li {
		position: relative;
		float: left;
		cursor: pointer;		
	}

	ul#menu li#toshima {
		width: 240px;
		height: 180px;
	}
	
	ul#menu li#event, ul#menu li#gallery {
		width: 240px;
		height: 180px;
	}

	ul#menu li .menuMark {
		position: absolute;
		right: 4px;
		bottom: 4px;
	}

	ul#menu li .menuBlock {
		margin: 8px;
#		width: 224px;
		height: 172px;
	}

		ul#menu li#gallery, ul#menu li#blog, ul#menu li#toshima, ul#menu li#itabashi {
			margin-right: 4px;
		}

		ul#menu li#event {
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6b8e7), color-stop(100%, #df55d2));
			background: -webkit-linear-gradient(top, #f6b8e7, #df55d2);       /* Safari 5.1+, Chrome 10+, iOS Safari 5.1+, Android 4.0+ */
			background: -moz-linear-gradient(top, #f6b8e7, #df55d2);       /* Firefox 3.6-15.0 */
			background: -o-linear-gradient(top, #f6b8e7, #df55d2);       /* Opera 11.10-12.10 */
			background: linear-gradient(to bottom, #f6b8e7, #df55d2);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b8e7', endColorstr='#df55d2', GradientType=0)"; /* 古いIE対策 */:
		}

		ul#menu li#gallery {
//			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd040), color-stop(100%, #e86b13));
//			background: -webkit-linear-gradient(top, #ffd040, #e86b13);       /* Safari 5.1+, Chrome 10+, iOS Safari 5.1+, Android 4.0+ */
//			background: -moz-linear-gradient(top, #ffd040, #e86b13);       /* Firefox 3.6-15.0 */
//			background: -o-linear-gradient(top, #ffd040, #e86b13);       /* Opera 11.10-12.10 */
//			background: linear-gradient(to bottom, #ffb580, #d87843);
//			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd040', endColorstr='#e86b13', GradientType=0)"; /* 古いIE対策 */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68acf1), color-stop(100%, #3076e0));
			background: -webkit-linear-gradient(top, #68acf1, #3076e0);       /* Safari 5.1+, Chrome 10+, iOS Safari 5.1+, Android 4.0+ */
			background: -moz-linear-gradient(top, #68acf1, #3076e0);       /* Firefox 3.6-15.0 */
			background: -o-linear-gradient(top, #68acf1, #3076e0);       /* Opera 11.10-12.10 */
			background: linear-gradient(to bottom, #68acf1, #3076e0);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#68acf1', endColorstr='#3076e0', GradientType=0)"; /* 古いIE対策 */
//			background:url(../images/gallery/titledo.jpg) no-repeat;
//			color: #333;
}

		ul#menu li#toshima {
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3eebe), color-stop(100%, #5ab464));
			background: -webkit-linear-gradient(top, #c3eebe, #5ab464);       /* Safari 5.1+, Chrome 10+, iOS Safari 5.1+, Android 4.0+ */
			background: -moz-linear-gradient(top, #c3eebe, #5ab464);       /* Firefox 3.6-15.0 */
			background: -o-linear-gradient(top, #c3eebe, #5ab464);       /* Opera 11.10-12.10 */
			background: linear-gradient(to bottom, #c3eebe, #5ab464);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3eebe', endColorstr='#5ab464', GradientType=0)"; /* 古いIE対策 */
		}

		ul#menu li#itabashi {
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc8d9), color-stop(100%, #f35485));
			background: -webkit-linear-gradient(top, #ffc8d9, #f35485);       /* Safari 5.1+, Chrome 10+, iOS Safari 5.1+, Android 4.0+ */
			background: -moz-linear-gradient(top, #ffc8d9, #f35485);       /* Firefox 3.6-15.0 */
			background: -o-linear-gradient(top, #ffc8d9, #f35485);       /* Opera 11.10-12.10 */
			background: linear-gradient(to bottom, #ffc8d9, #f35485);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc8d9', endColorstr='#f35485', GradientType=0)"; /* 古いIE対策 */
		}

		ul#menu li#blog {
			background: url(../images/blog/usaneko.jpg) no-repeat;
		}

		ul#menu li .title {
			text-align: center;
			font-size: 18px;
			font-weight: bold;
			line-height: 20px;
		}

		ul#menu li .subTitle {
			letter-spacing: 2px;
			text-align: center;
			font-weight: bold;
		}

		ul#menu li .menuPhoto {
			margin-bottom: 4px;
		}

		ul#menu li dl {
			margin: 15px;
		}

		ul#menu li dt {
			text-align: center;
			font-weight: bold;
			letter-spacing: 1px;
			margin-bottom: 4px;
		}

		ul#menu li dd {
			line-height: 18px;
		}

	#contents {
		margin: 0 auto;
		padding: 160px 0;
		width: 940px;
	}

		#contents h3#title {
			font-size: 16px;
			font-weight: bold;
			color: #fff;
			background: #f79;
			line-height:40px;
			letter-spacing: 2px;
			padding-left: 20px;
			margin-bottom: 4px;
		}

	#contentsBox {
		padding: 20px;
		width: 900px;
		background: rgba(255, 240, 244, 0.85);
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff);/*IE8対策*/
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff)";/*IE8対策*/
		color: #000;
	}

		#contentsBox h4 {
			font-weight: bold;
			font-size: 14px;
			line-height: 34px;
			margin-bottom: 16px;
			background-color: #a9d;
			color: #fff;
			padding-left: 12px;
			letter-spacing: 1px;
			border: solid 2px #fff;
		}

		#contentsBox h5 {
			font-weight: bold;
			font-size: 12px;
			line-height: 30px;
			margin: 0 6px 18px;
			letter-spacing: 1px;
			border-bottom: 1px dotted #666;
		}

		#contentsBox .contentsDiv {
			line-height: 20px;
			padding-left: 12px;
			margin-bottom: 20px;
		}

		#contentsBox .midashi {
			letter-spacing: 1px;
			color: #c05;
		}

		#contentsBox .contentsSpacer {
			height: 60px;
		}

	#accessBox {
		width: 900px;
		overflow: hidden;
	}

	#accessMap {
		width: 500px;
		height: 500px;
		border: 5px solid #fff;
		margin-left: 12px;
		float: left;
	}

	#accessTxt {
		float: right;
		width: 360px;
		height: 490px;
		padding-top: 20px;
		overflow: hidden;
	}

	#accessTxt dt {
		float: left;
		width: 120px;
		text-align: right;
		line-height: 20px;
	}

	#accessTxt dd {
		min-height: 30px;
		padding-left: 140px;
		margin-bottom: 20px;
		line-height: 20px;
		border-bottom: 1px dotted #999;
	}

	#accessBox:after {
		clear: both;
	}

	#btnForm {
		margin: 20px auto 0;
		cursor: pointer;
		width: 480px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		letter-spacing: 1px;
		background-color: #e6a;
		-moz-box-shadow: 1px 3px 5px #888;
		-webkit-box-shadow: 1px 3px 5px #888;
	}

	#bottomBtn {
		z-index: 10;
		position: absolute;
		bottom: 60px;
		left: 50%;
		margin-left: -470px;
		width: 940px;
	}

	#btnBack {
		cursor: pointer;
		width: 180px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		font-weight: bold;
		letter-spacing: 2px;
		background: #f79;
	}

#header:not(:target), #footer:not(:target) { /* IE9半透明対策 */
	filter: none;
	-ms-filter: none;
}

#mainphoto {
	margin: 0 196px 30px;
}

#mainphoto img {
	border: 10px solid #fff;	
}