@charset "euc-jp";
/*¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡ú¡¡CSS¡¡¥È¥Ã¥×¥Ú¡¼¥¸ÀßÄê¡¡¡ú
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á*/



/*¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¢££±¡¥¥¿¥¤¥È¥ë
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á*/

#top-content h3{
	padding:0px;
	margin:0px;
}


#top-content h4{
	padding:0px;
	margin:0px;
}

#top-content .top_bnr {
	margin-left: -20px;
	margin-bottom: 10px;
}

#top-content .top_bnr a:hover {
	opacity: 0.7;
}


/*¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¢££²-1¡¥¥È¥Ã¥×¥á¥¤¥ó²èÁü
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á*/


#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;

	/* CSS3 Rounded Corners */

	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;

	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;

	border:1px solid white;

	background:url(img/panel.jpg) repeat-x bottom center #ffffff;

	/* The width of the gallery */
	width:1040px;
	margin:0 auto 10px;
	overflow:hidden;
}
#slides{
	/* This is the slide area */
	height:350px;

	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:1040px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	width:58px;
	height:45px;
	margin:0 auto;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	float:left;
	/* Every thumbnail is a li element */
	display:inline-block;
	list-style:none;
	overflow:hidden;
	margin:0 5px 0 0;
}




/*¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¢££²-2¡¥¥È¥Ã¥×ÍÑ¥³¥ó¥Æ¥ó¥Ä
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á*/

#top-content{
	float:left;
	width:712px;
	font-size:12px;
	line-height:1.5;
}

#t-content1 li{
	float:left;
	margin:0 0 28px;
}

#t-content1 li.ma{
	margin:0 20px 28px 0;
}



/*¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¢££²-7¡¥¿·Ãå¾ðÊó
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á*/


#t_news_wrap{
	width:225px;
	margin-bottom:20px;
	background-color:#FFFFFF;

}


#t_news_wrap h3{
	margin:0px 0px 5px;
	padding:0px;
	background:none;
}


#t_news_wrap .t_news_content{
	width:210px;
	height:158px;
	overflow:auto;
	padding:0px 10px 0px 5px;
}


#t_news_wrap .t_news_content dl dt {
	padding:3px 0px 0px 10px;
	font-size:12px;
	line-height:1.5;
	color:#333333;
	background:url(../images/n_icon1.gif) no-repeat left 7px;
}

#t_news_wrap .t_news_content dl dd {
	font-size:12px;
	line-height:1.5;
	color:#333333;
	padding:0 0 15px 10px;
}

#t_news_wrap .t_news_content dl dd a,
#t_news_wrap .t_news_content dl dd a:link,
#t_news_wrap .t_news_content dl dd a:visited {
	color:#333333;
	text-decoration:none;
}

#t_news_wrap .t_news_content dl dd a:hover,
#t_news_wrap .t_news_content dl dd a:active {
	color:#666666;
	text-decoration:underline;
}
