@charset "utf-8";
/* CSS Document */

#top-menu	{
	margin:0px;
	padding:0px;
}

#top-menu a {
	font-weight:bold;
	text-decoration:none;
}

#top-menu a:link {
	color:gray;
}

#top-menu a:visited {
	color:gray;
}

#top-menu a:active {
	color:dimgray;
}

#top-menu a:hover {
	color:dimgray;
}


#top-menu #top-logo h1	{
	padding-top: 28px;
}

#top-menu .top-menu-sq-area	{
	border: 1px outset #ffffff;
	background: #e6e6e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
	background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #FFFFFF 0 1px 0;
	vertical-align: middle;
	margin:0px;
	padding:0px;
	height:76px;
	line-height:76px;
	width:180px;
	float:left;
	display:block;
	text-align:center;
	font-size:14px;
}

#top-menu #top-logo-sq-area	{
	overflow: hidden;
	background-image: url("/images/body-top/top-logo.png");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#top-menu .top-menu-sq-area h1	{
	height:76px;
	line-height:76px;
}

#top-menu .top-menu-sq-area h1 em	{
	display:block;
	padding-top: 76px;
}

#top-menu .top-menu-sq-area-side-r	{
	border: 1px outset #ffffff;
	background: #e6e6e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
	background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	height:76px;
	width:13px;
	float:left;
}

#top-menu .top-menu-sq-area-side-l	{
	border: 1px outset #ffffff;
	background: #e6e6e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
	background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	height:76px;
	width:13px;
	float:left;
}

#topSlide	{
	clear:both;
	margin:0px;
	padding:0px;
	width:940px;
	height:290px;
	display:block;
}

#topSlide li	{
	margin:0px;
	padding:0px;
	width:940px;
	height:290px;
	display:block;
}

#topSlide li img	{
	margin:0px;
	padding:0px;
	width:940px;
	height:290px;
}

.top-menu-sq-area-s a {

}

.top-menu-sq-area-s a:link {
	color:dimgray;
	text-decoration:none;
}

.top-menu-sq-area-s a:visited {
	color:dimgray;
	text-decoration:none;
}

.top-menu-sq-area-s a:active {
	color:white;
}

.top-menu-sq-area-s a:hover {
	color:white;
}


.container	{
	background-image: url("/images/common/body-main-bg.jpg");
	background-repeat: repeat-y;
}

.container #breadcrumb_navigation	{
	padding: 2px 12px;
	font-size: 14px;
	height: 28px;
	line-height: 24px;
	clear:both;
	background-image:url("../images/common/top-spacer-bar.jpg");
	background-position: center bottom;
	background-repeat: repeat-x;
}

.container #breadcrumb_navigation a {
	text-decoration: underline;
	font-weight: bold;
}

.container #breadcrumb_navigation a:link {
	color: #666666;
}

.container #breadcrumb_navigation a:visited {
	color: #666666;
}

.container #breadcrumb_navigation a:active {
	color:#111111;
}

.container #breadcrumb_navigation a:hover {
	color:#111111;
}
