﻿/* gallery */

/* GALLERY */

div.gallery {
	width: 100%;
	margin: 0 0 20px 0;
	background: url('../images/topicMiddle.jpg') left top repeat-y;
}

div.gallery div.tContents {
	width: auto;
	background: url('../images/galleryTop.jpg') left top no-repeat;
}

div.gallery div.tContents h3 {
	height: 50px;
}

div.gallery div.tContents h3 span {
	display: none;

}

div.gallery div.tContents p {
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
	background:  url('../images/topicBottom.gif') right bottom no-repeat;
}

div.gallery img {
	border-style: solid;
	border-color: #eeeeee;
	border-width: 4px;
	margin: 5px;
}


/* banner */

div.banner {
	width: auto;
	height: 146px;
	background: #ffffff url('../images/bannerArea.jpg') left top no-repeat;
}

div.banner ul {
	list-style: none;
	position: relative;
}

div.banner ul li {
	width: 234px;
	height: 60px;
}

div.banner ul li img {
	width: 234px;
	height: 60px;
	border-style: none;
}

div.banner ul li.li1 {
	position: absolute;
	top: 10px;
	left: 40px;
}

div.banner ul li.li2 {
	position: absolute;
	top: 10px;
	left: 300px;
}

div.banner ul li.li3 {
	position: absolute;
	top: 75px;
	left: 40px;
}

div.banner ul li.li4 {
	position: absolute;
	top: 75x;
	left: 300px;
}