@charset "UTF-8";

@import "/common/css/base.css";
@import "/common/css/font.css";

h1 {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7abcd0;
	margin-bottom: 20px;

}

.leftnavi li {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #B8D7DE;
	list-style-type: none;
}
.leftnavi li a {
	background-image: url(/common/img/leftbullet.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
	display: block;
	font-size: 85%;
	line-height: 130%;
	text-decoration: none;
	color: #00779e;
}
.contentsname {
	padding-bottom: 10px;
	padding-top: 10px;
}
.categoryname {
	background-color: #e2d9c7;
	font-size: 100%;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	font-weight: bold;
	color: #414141;
}
.photogallery {
	background-color: #f3ede5;
	padding-top: 20px;
	padding-left: 10px;
}
.photogallery ul{
	list-style-type: none;
}
.photogallery li{
	float: left;
	height: 200px;
	width: 165px;
}

.photogallery li img.menuphoto {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #d8d2c7;
	overflow: hidden;
}
.photogallery p {
	width: 160px;
	font-size: 93%;
	padding-top: 5px;
}
.photogallery a {
	text-decoration: none;
}
.photogallery a:visited {
	text-decoration: none;
}

