@charset "utf-8";
/* --------------------------------------------------------------------------------------
	Style 
----------------------------------------------------------------------------------------- */

body {
	background: #fff;
	color: #000000;
}
a {	color: #000055;}
a:hover {	color: #c40000;}

#wrap {
	text-align: center;
}


/* ==== header ========================================================================== */
#header {
	background: #ffffff url(../images/bg_menu2.gif) left bottom repeat-x;
	text-align: center;
	height: 103px;
}
	#header #headerInner {
		text-align: left;
		position: relative;
		margin: 0 auto;
		padding-top: 0px;
		width: 950px;
	}
			#header #headerInner #headerList {
				background: url(../images/menu_sepa.gif) right center no-repeat;
				position: absolute;
				left: 0;
				top: 75px;
				line-height: 29px;
				height: 29px;
			}
				#header #headerInner #headerList li {
					background: url(../images/menu_sepa.gif) left center no-repeat;
					float :left;
					height: 29px;
				}
					#header #headerInner #headerList li a {
						color: #808080;
						font-weight: bold;
						font-size: 11px;
						display: block;
						float :left;
						text-decoration: none;
						line-height: 30px;
						padding: 0 18px;
						height: 30px;
					}
						#header #headerInner #headerList li a:hover {
							background: url(../images/menu_bg2.gif) 2px top no-repeat;
							color: #ffffff;
						}
						
						#header #headerInner #headerList li.current a {
							background: url(../images/menu_bg2.gif) 2px top no-repeat;
							color: #ffffff;
						}
					
			#header #headerInner #headerSubList1 {
				position: absolute;
				top: 0;
				right: 5px;
				padding-top: 0px;
			}

			#header #headerInner #headerSubList2 {
				position: absolute;
				top: 23px;
				right: 8px;
				padding-top: 0px;
				text-align: right;

			}

				#header #headerInner #headerSubList1 li {
					display: inline;
					margin-left:5px;
				}


/* ==== container ======================================================================= */

#container {
	background: #f2f2f2 url(../images/bg_body.gif) left top repeat;
	clear: both;
	text-align: center;
}

	#container #containerInner {
		text-align: left;
		margin: 0 auto;
		padding-top: 12px;
		padding-bottom: 15px;
		width:950px;
		zoom: 1;
		background-color: #ffffff;
		border-right-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #000000;
		border-left-color: #000000;
	}

		#container #containerInner:after {
			content: ".";
			clear: both;
			display: block;
			height: 0;
			visibility: hidden;
		}

/* ==== mainContents ==================================================================== */

#mainContents {
		margin: 6px;
		width:940px;
}

#mainContentsInner {
		margin-bottom: 5px;
  height: 325px;
}

/* ==== topImage ================================================= */

#topImage {
		float: left;
		margin-right: 9px;
		margin-left: 5px;
		width: 515px;
}

#topImage #topImageInner {
	height: 325px;
	border:none;
	}


/* ==== slider ================================================= */

#slider {
		float: left;
		margin-right: 9px;
		margin-left: 5px;
		width: 512px;
	height: 325px;
	position: relative;
	overflow: hidden;
	background: #ffffff url(../images/slide/v_logo.jpg) left top no-repeat;

}

#sliderContent {
	width: 512px;
	position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;

}

.sliderImage span {
	position: absolute;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	line-height:18px;
	width: 492px;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #e2e2e2;
	display: none;
}

.sliderImage a {
	color: #a0ac68;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 13px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
	left: 0;
}
ul { list-style-type: none;}


/* ==== tabMenu ================================================= */

#tabMenu {
		float: left;
		margin-right: 3px;
		width: 405px;
}

#tabMenu p{
		font-size: 10.5px;
		line-height: 120%;
		margin-right: 3px;
		margin-top: 3px;
		padding-left: 3px;
}

#tabMenu.lastColumn  {
		margin-right: -5px;
	}

#tabMenu #tabMenuInner {
		background: url(../images/600_sub_b.gif) left bottom no-repeat;
		margin-bottom: 5px;
		margin-left: 5px;
		height: 240px;
	}

#tabMenu h2  {
		background: #000000;
		color: #fff;
		font-size: 140%;
		font-weight: bold;
		line-height: 22px;
		padding-left: 10px;
	}

#tabMenu h3  {
		background: #0c72d7;
		font-family: "メイリオ","Meiryo","ＭＳ ゴシック",Verdana, Osaka, "ヒラギノ角ゴ Pro W3";
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		line-height: 18px;
		padding-left: 10px;
		margin-bottom: 7px;
		margin-top: 7px;
	}

#tabMenu table {
	width: 380px;
	font-size: 11px;
	margin-left: 7px;
}

#tabMenu table td{
	padding: 3px;
}

#tabMenu a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

.subMenu {
	padding: 8px 5px 5px 5px;
}

.subMenu li {
	margin-bottom: 5px;
}

.subMenu li a {
	background: url(../images/ico_submenu.gif) left top no-repeat;
	padding-left: 18px;
	text-decoration: none;
}

.subMenu li .date {
	font-size: 80%;
	padding-left: 3px;
}


/* ==== banner ================================================= */
#banner{
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}


/* ==== subContents ============================================================================ */

#subContents {
		margin: 6px;
		width:940px;
}

/* ==== logoList =============================================== */
#logoList {
		color: #000000;
		font-size: 10px;
		line-height: 130%;
		font-family: "メイリオ","Meiryo","ＭＳ ゴシック",Verdana, Osaka, "ヒラギノ角ゴ Pro W3";
		float: left;
		margin-right: 5px;
		margin-left: 4px;
		margin-bottom: 10px;
		width: 513px;
		border-bottom:4px inset #cecece;
}

#logoList #logoListInner {
		text-align: center;
		height: 685px;
}

/* ==== logobanner =================================== */
#logobanner{
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
}

#logobanner table{
	width: 510px;
}

#logobanner img{
	padding:3px;
}

#logobanner a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


/* ==== videoYoutube ============================ */
	#videoYoutube {
		text-align: center;
		margin-top: 3px;
}

	#videoYoutube .movie {
		width:502px;
		height:312px;
		text-align: center;
	}

/* ==== newsTopics ============================================= */

#newsTopics {
		float: left;
		font-size: 11px;
		line-height:130%;
		margin-left: 5px;
		margin-bottom:15px;
		width: 403px;
}

#newsTopics #newsTopicsInner  {
  height: 660px;
		border:solid 1px #d2d2d2;
	}

#newsTopics h2{
		background: url(../images/bg409_title2.gif) left top no-repeat;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		line-height: 25px;
		padding-left: 10px;
	}

#newsTopics.lastColumn  {
		margin-right: -9px;
	}

#newsTopics subMenu {
	padding: 3px 15px 5px 5px;
	height: 120px;
}

	#newsTopics subMenu li,	#video subMenu li{
		margin-bottom: 10px;

	}
		#newsTopics subMenu li a ,	#video subMenu li a {
			background: url(../images/ico_submenu.gif) left top no-repeat;
			padding-right: 12px;
			text-decoration: none;

		}
			#newsTopics subMenu li .date , 	#video subMenu li .date {
				font-size: 82%;
				padding-left: 10px;
			}



/* ==== EVENT PHOTHO GALLERY ================================================= */

#eventphoto {
		background: url(../images/513_body.gif) left top repeat-y;
		float: left;
		margin-right: 8px;
		margin-left: 5px;
		width: 510px;
}

#eventphoto.lastColumn  {
		margin-right: -9px;
	}

#eventphoto #eventphotoInner {
		background: url(../images/600_photo_b.gif) left bottom no-repeat;
		height: 1024px;
	}

#eventphoto h2  {
		background:#000;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		line-height: 24px;
		padding-left: 10px;
		margin-bottom:5px;
	}

.photo {
		float: left;
		margin-bottom: 5px;
		margin-top: 5px;
	}

.photo1 {
		float: right;
		margin-bottom: 10px;
		margin-top: 5px;
	}

.photo img{
		margin-top: 8px;
		border:solid 1px #000;
	}

.photo a {
		padding-left: 10px;
		text-decoration: none;
	}

.photo a:hover img{
		opacity:0.8;
		filter: alpha(opacity=80);
	}

.photo .date {
		font-size: 82%;
		padding-left: 15px;
}


/* ==== shop ================================================== */

#shop {
		background: url(../images/404_sub_body.gif) left top repeat-y;
		color: #1a1a1a;
		float: left;
		margin-left: 4px;
		width: 404px;
}

#shop.lastColumn {
		margin-right: -9px;
	}

#shop h2 {
		background:#000;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		line-height: 24px;
		padding-left: 10px;
	}

	#shop #shopInner {
		background: url(../images/404_sub_b.gif) left bottom no-repeat;
		height: 1000px;
	}

#shop #shopInner table {
		font-size: 11px;
		margin: 15px;
		width: 380px;
		border:none;		
}

#shop #shopInner table img{
		margin-left:1px;
		margin-top:3px;
		border:solid 1px #690000;
}

#shop #shopInner p {
		margin-left: 8px;
		margin-right: 12px;
		margin-bottom: 15px;
}

#shop #shopInner p img{
		margin-top: 20px;
		margin-left: 0px;
		margin-bottom: 10px;
}

#shop h3 {
		background:#ffffff;
		color: #ab0000;
		font-size: 12px;
		line-height: 20px;
		padding-left: 20px;
		padding-top: 20px;
		margin-left:2px;
	}


#shop #shopInner table a:hover img{
		border:solid 1px #555;
		opacity:0.8;
		filter: alpha(opacity=80);
		margin-right:0px;
}

#shop #shopInner .sps{
		padding-left: 10px;
}



#shop #shopInner .staff{
		padding-left: 0px;
		margin-bottom: 5px;
}

#shop #shopInner .map{
		padding-left: 10px;

}

#shop #shopInner .map a{
		padding-left: 10px;

}



/* ==== footer ========================================================================== */
#footer {
	background: #000 url(../images/footer_bg.gif) left top repeat-x;;
	text-align: center;
}
	#footer #footerInner {
		margin: 0 auto;
		padding: 18px 0 12px 0;
		width: 960px;
	}
	
	#footer #footerList {
		margin-bottom: 10px;
	}
		#footer #footerList li {
			background: url(../images/footer_sepa.gif) right center no-repeat;
			display: inline;
			padding: 0 10px;
	}
	
	#footer a {
		color: #fff;
	}
			#footer a:hover {
			text-decoration: none;
	}
	#footer .copyRight {
		color: #d4d4d4;
		font-size: 10px;
	}


#mail {

	text-align: center;
	width: 900px;
}
	#mail #mailInner {
	margin: 0 auto;
	text-align: center;
	}


#containerSub .main_bace .09summersale{
	text-align: center;
	width: 900px;
}