/*Webfonts*/

/*---------枠組み--------*/

* {
	margin:0;
	padding:0;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:100%;
	height:100%;
	}

#wrap {
	margin:0 auto;
	width:910px;
	height:100%;
}

/*---------ヘッダ部--------*/


header {
	width:910px;
	height:auto;
	background:url(img/header.png);
	background-repeat:no-repeat;
	position:fixed;
	top:0;
}


h1 {
	margin-top:10px;
	display:block;
	float:left;
}

/*----------メインメニュー--------*/


#nav {
	float:right;
	margin:5% 3%;
	padding:2% 6%;
	border:red 4px solid;
	border-image:url(img/bg.png);
	border-image-slice:30% 15%;
	border-image-width:auto;
	background:#fff;
	border-radius:10px;
}

#nav img {
	margin:6px;
	float:left;
	width:13px;
	height:13px;
}	

#nav li {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	white-space:nowrap;
	float:left;
	background:#fff;
	list-style:none;
}

#nav a {
	text-decoration:none;
}

#nav a:link {color:#000;}
#nav a:visited { color: #777777; }
#nav a:hover { color:#cccccc; }
#nav a:active { color:#cfebf5; }

/*---------更新履歴--------*/

#topic {
	margin:5% auto;
	width:80%;
	height:100px;
	overflow:scroll;
	border:#717171 2px dotted;
}


/*---------スライダー--------*/

#new-photo {
	width:80%;
	height:160px;
	overflow:hidden;
}

#new-photo img {
	float:left;
}

address {
	text-decoration:none;
	font-style:normal;
}



/*---------コンテナ--------*/

#container {
	margin:25% auto ;
	padding:3% 0%;

}


/*-----------概要ページ用------------*/

#about {
	margin:0% auto;
	width:70%;
	overflow:hidden;
}


#right {
	width:70%;
	float:right;
	padding:50px 0px;
}


/*----------サイドメニュー-----------*/

#side_nav {
	width:200px;
	margin-top:5%;
	float:left;
	position:absolute;
	z-index:-999;
}

#side_nav li  {
	font-size:large;
	margin:10px 0px;
	padding:5px 10px;
	list-style:none;
	border-radius:10px;
}

#side_nav li a{
	color:#fff;
	text-decoration:none;
}

.tel {
	font-size:x-large;
	margin-left:2em;
	color:orange;
}


.link {
	margin:3% 2%;
}
.f {background:#8CD5FF;}
.s{background:#FF9BD1;}
.t{background:#FFD768;}
.fo{background:#D7EC7B;}

/*-----------コンテンツ-------------*/


h2 {
	font-size:xx-large;
	font-weight:normal;
	width:70%;
	margin:0 auto;
	background:url(img/h2-line.png);
	background-repeat:repeat-x;
	background-position:bottom;
}


h3 {
	font-size:x-large;
	font-weight:normal;
	background:url(img/title.png) no-repeat;
	background-position:right;
	width:40%;
	margin:0.3em 0em 0.7em 0em;
}

.content {
	width:60%;
	margin:10% auto;
	border:10px solid #cfebf5;
	border-radius:10px;
	padding:20px;
}

.content .link {
	display:block;
}

.content img {
	width:auto;
}

#about .content {
	width:auto;
}

.foot_link {
	display:block;
	margin:0 auto;
	text-align: center;
}


/*-----------写真ページ-------------*/

#event{
	margin:10% auto;
	width:60%;
}

.toggle {
	border-radius:0px 10px 10px 10px;
	border:3px solid #cfebf5;
}

.past .toggle {
	display:none;
}


.past label {
	width:100%;
}

label {
	width:80%;
	font-size:medium;
	border:2px solid #cfebf5;
	border-radius:8px 8px 0px 0px;
	padding:1% 5%;
	background:#cfebf5;
}



.photo {
	margin:5% 0%;
}

.photo p {
	padding:1.2em 1em;
}

.photo img {
	padding:0.5em 1em;
}

.photo-bg {
	position:fixed;
	left:0;
	top:0;
	height:120%;
	padding:50% 50% 50% 50%;
	background:url(img/photo-bg.png);
	display:none;
}

.photo-orig {
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-400px;
}

.toggle a {
	color:#fff;
}

.footer_link {
	text-align: center;
}

footer {
	color:#fff;
	background:url(img/footer.png) no-repeat;
	padding:40px 0px 60px 0px;
	margin-top:-150px;
	width:910px;
	text-align:center;
}


/*simplebox*/


/*table*/

table.type01 {
	margin:0 auto;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type01 th {
	width: 50px;
	padding: 3px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #cfebf5;
	text-align: center;
}
table.type01 td {
	width: 50px;
	padding: 3px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-align: center;
}