@charset "utf-8"; 
 
/* 繝医ャ繝励う繝｡繝ｼ繧ｸ */ 

#pageTitle {
	background-image: url(images/header_image.jpg);
	background-position: center;
}
 
/* 繝医ャ繝励Μ繝ｳ繧ｯ */ 

#topGalleriesList {
	width: 100%;
	margin-top: 20px;
}

#topGalleriesList li {
	float: left;
	width: 460px;
	height: 240px;
	overflow: hidden;
	margin: 10px 10px;
	background-color: #000;
}

#topGalleriesList li a {
	display: block;
	position: relative;
}

#topGalleriesList li img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#topGalleriesList span {
	display: block;
	position: absolute;
	width: 100%;
	top: 100px;
	left: 0px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Stardos Stencil', cursive;
	text-align: center;
}
 
/* 蜀咏悄 */ 

#photoList {
	float: left;
	width: 700px;
}

#photoList li {
	float: left;
	width: 130px;
	height: 130px;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 10px;
}
 
/* 繧ｮ繝｣繝ｩ繝ｪ繝ｼ繝ｪ繝ｳ繧ｯ */ 

#galleriesList {
	float: right;
	width: 240px;
	padding-top: 10px;
}

#galleriesList li a {
	display: block;
	padding: 15px 50px;
	text-decoration: none;
	background-image: url(images/article-arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	border-bottom: 1px solid #000;
}
#galleriesList li a:hover {
	color: #a6c220;
}

#galleriesList li.current a {
	color: #a6c220;
	background-image: url(images/article-arrow-active.gif);
	background-color: #000;
}

#galleriesList li.comment {
	padding: 30px 0px;
	line-height: 1.8;
}
 	
