﻿@charset "UTF-8";

		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

		p { text-align: left; margin: 0 }
		
		p, ul { font-size: 13px; line-height: 1.4em } 
		
		p a, li a { color: #39c; text-decoration: none }
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { 
				position: relative;
				z-index:140;
				float:right; 
		}

p#cross-links a { 
float:left;
display:block;
margin-right:1px;
width:95px;
height:26px;
background:;
}

p#cross-links a:hover { 
color:#c39;
background:url(../img/hover.gif) repeat-x top;
}

		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #fff; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
				
		body {
			font-family: Verdana, Arial;
			background: #000 url(../img/body_background-trans.png) repeat-x top;
			color: #fff;
			width: 950px;
			margin:0 auto 0 auto;
			padding-bottom: 20px;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			width: 100%;
		}

		#slider1 {
			position:absolute;
			top:0;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			top:0;
			z-index:100;
			overflow: hidden; 
			margin: auto;
			width: 950px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 800px;
			clear: both;
			background: #000;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			height:100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 950px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 205px 10px 10px 10px;
			overflow:hidden;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 1px;
			font-weight: bold;
			text-align: center;
			line-height: 0;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			zindex:20;
			right: 0;
		}
		
		.stripNavL {
			background: url("../img/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../img/arrow-right.gif") no-repeat center;

		}

		#logo {
			position: absolute;
			width:469px;
			height:26px;
			background:url(../img/logo_background-trans.png) no-repeat right;
			z-index:150;
			top:0;
			left:0;
		}

		.image_style {
			position: absolute;
			width:950px;
			height:350px;
			z-index:130;
			top:0;
			left:0;
		}

		.image_style span {
			position: absolute;
			z-index:135;
			top:215px;
			left:265px;
		}


		.image_style2 {
			position: absolute;
			width:950px;
			height:260px;
			z-index:130;
			overflow: hidden;
			top:0;
			left:0;
		}
		
		
		.top_information {
			background:url(../img/top_background-trans.png) repeat-x top;
			width:930px;
			height:560px;
			border-bottom:1px solid #000;
			overflow:hidden;
		}

		#portfolio { margin:0;}

		#top_right {
		width:570px;
		float:right;
		margin-left:10px;
		overflow:hidden;
		}

		#top_left {
		width:340px;
		height:480px;
		float:right;
		margin-top:45px;
		overflow:hidden;
		}

		#date {
		width:230px;
		height:35px;
		background:url(../img/date_background-trans.png) no-repeat;
		margin-bottom:10px;
		text-align:center;
		font-size:24px;
		}

		.date_event {
		width:340px;
		height:28px;
		background:url(../img/date_event_background-trans.png) no-repeat;
		margin-bottom:2px;
		padding-top:2px;
		font-size:12px;
		line-height:12px;
		overflow:hidden;
		}
		.date_event2 {
		width:340px;
		height:28px;
		background:url(../img/date_event_background2-trans.png) no-repeat;
		margin-bottom:2px;
		padding-top:2px;
		font-size:12px;
		line-height:12px;
		overflow:hidden;
		}

		.date_event img { width:45px; float:left; margin-right:10px; } 

		.date_event span { 
		color:#ffd900;
		font-size:10px;
		font-weight:bold;
		line-height:11px;
		}
		.date_event2 img { width:45px; float:left; margin-right:10px; } 

		.date_event2 span { 
		color:#ffd900;
		font-size:10px;
		font-weight:bold;
		line-height:11px;
		}

		#toppage_cm { }

		#toppage_cm img {
		float:left;
		margin:10px 10px 0 0;
		}

		.button {
			position: absolute;
			width:300px;
			height:160px;
			z-index:135;
			bottom:0;
			left:20px;
		}

		.button a {
			display:block;
			width:300px;
			height:150px;
		}

		.button a:hover { background:url(../img/blog_icon_hover.gif) no-repeat top; }


		#information {
		float:left;
		width:340px;
		height:170px;
		margin-top:10px;
		margin-right:10px;
		overflow:hidden;
		background:url(../img/info_flame-trans.png) no-repeat top;
		}

		#information img { margin:0; }

		#information ul { margin:0 15px; }

		#information ul li {
		width:310px;
		overflow:hidden;
		font-size:11px;
		line-height:1.8em;
		}

		#information_sub {
		float:left;
		width:210px;
		height:170px;
		margin-top:10px;
		overflow:hidden;
		background:url(../img/info_sub_flame-trans.png) no-repeat top;
		}

		#information_sub p {
		margin:10px 15px;
		width:180px;
		font-size:10px;
		}


		.innerpages {
		padding-top:45px;
		overflow:hidden;
		}

		#shop_about {
		float:right;
		width:320px;
		height:500px;
		margin-left:10px;
		overflow:hidden;
		}

		#shop_about h2 {
		background:#07078F;
		width:310px;
		line-height:20px;
		padding-left:8px;
		}

		#shop_about p {
		font-size:12px;
		margin:10px 0 0 8px;
		padding-bottom:20px;
		}

		#maps {
		float:right;
		width:600px;
		}

		#specials {
		background:url(../img/special_background-trans.png) repeat-x top;
		width:930px;
		height:515px;
		border-bottom:1px solid #000;
		padding-left:10px;
		overflow:hidden;
		}

		#specials_left {
		float:left;
		width:450px;
		height:290px;
		margin-right:10px;
		}

		#specials_right {
		float:left;
		width:450px;
		height:290px;
		}

		#specials_left h2 , #specials_right h2 , #specials_bottom h2 { color:#00A8FF; }
		#specials_left h3 , #specials_right h3 { color:#fff; }
		#specials_left p , #specials_right p  { font-size:12px; margin-top:10px; width:420px; }

		#specials_left a , #specials_right a  { display:block; width:422px; height:137px; opacity:0.7; filter:alpha(opacity=70); margin-top:10px; }
		#specials_left a:hover , #specials_right a:hover  { display:block; width:422px; height:137px; opacity:1; filter:alpha(opacity=100); }

		#specials_bottom {
		clear:both;
		width:910px;
		height:210px;
		padding-top:10px;
		}

		#specials_bottom img { float:left; margin-right:20px; }
		#specials_bottom p { float:left; width:600px; font-size:12px; margin-top:10px;}
		#specials_bottom a { color:#fff;}
		#specials_bottom a:hover { color:#00a8ff; text-decoration:underline; background:#000; }


/* ここから下のCSSをコピペしてください(２４日、更に追加) */

		#footer {
		position: absolute;
		width:100%;
		z-index:-20;
		height:300px;
		top:700px;
		left: 0px;
		overflow:hidden;
		border-top:1px solid #666;
		background:url(../img/footer_background.png) repeat-x top;
		}

		#footer_inside {
		width:950px;
		margin:0 auto 0 auto;
		padding-top:110px;
		}

		#footer_inside p { font-size:12px; text-align:right;}
		#footer_inside img.getflash { float:left; }

		#sound {
			position: absolute;
			width:150px;
			height:26px;
			z-index:160;
			bottom:0;
			right:0;
		}

		.button div {
			position: absolute;
			z-index:136;
			top:0;
			left:0;
		}

/* tokiwai tuika */
.minimenu{
padding: 30px;
line-height: 200%;
}

.minimenu a{
color:#ffffff;}

/* ------------------------------
header
------------------------------ */

#header {
height:200px;
overflow:hidden;
clear: both;
}


/* ------------------------------
contents
------------------------------ */

#contents {
background: url(../img/eventer_background-trans.png) fixed no-repeat top center ;
color: #fff;
width: 950px;
height:100%;
margin:0 auto 0;
padding: 20px 0 0 0;
overflow:hidden;
}

#contents2 {
background-color: transparent;
color: #fff;
width: 950px;
height:100%;
margin:0 auto 0;
padding: 20px 0 0 0;
overflow:hidden;
}

#contents2 a{
background-color: transparent;
color: #fff;
}

#contents2 a:hover{
background-color: #fff;
color: #000;
}

.w_tit{
width: auto;
height: auto;
padding:0 0 0 15px;
font-size: 18px;
line-height: 150%;
overflow: hidden;
}

.gallerybox{
width: 950px;
height: 500px;
overflow: hidden;
clear: both;
}

#flashcontent {
width: 100%;
height: 100%;
}


#fla_image {
float:left;
width:220px;
height:150px;
overflow:hidden
}

h1 { float:left; width:410px; }

.eventer_x { clear:both; margin-top:10px; overflow:hidden; }

.eventer_box {
width:310px;
height:510px;
float:left;
margin-right:10px;
overflow:hidden;
}

.eventer_box_right {
width:310px;
height:510px;
float:left;
overflow:hidden;
}

.eventer_box2 {
width:310px;
height:510px;
float:left;
background:url(../img/eventer_box_flame-trans.png) no-repeat;
overflow:hidden;
}

.eventer_box_right {
width:310px;
height:510px;
float:left;
background:url(../img/eventer_box_flame-trans.png) no-repeat;
overflow:hidden;
}

.eventer_box2 h2 , .eventer_box_right h2 {
background:#066;
width:280px;
line-height:23px;
margin-top:15px;
border-left:1px solid #666;
padding-left:10px;
}

.eventer_box2 img , .eventer_box_right img {
margin:10px 20px;

}

.eventbin{
padding:5px 15px;
overflow: hidden;
line-height: 100%;
font-size: 14px;
}
.eventer_box2 table tr td {
margin: 0;
padding: 3px;
font-size: 14px;
overflow: hidden;
}
.eventer_box2 table tr td a{
color: #FFFFFF;
}
.eventer_box2 table tr td a:hover{
color: #FFF999;
}

.eventer_box_right table tr td {
margin: 0;
padding: 3px;
font-size: 14px;
}
.eventer_box_right table tr td a{
color: #FFFFFF;
}
.eventer_box_right table tr td a:hover{
color: #FFF999;
}

.eventer_box2 p , .eventer_box_right p , .eventer_box2 ul , .eventer_box_right ul , .eventer_box_right li {
margin:5px 15px;
}

/* ------------------------------
navigation
------------------------------ */


/* ------------------------------
image & main contents
------------------------------ */


/* ------------------------------
img
------------------------------ */


/* ------------------------------
footer
------------------------------ */

#eventer_footer {
clear:both;
width:950px;
overflow:hidden;
height:200px;
background:url(../img/eventer_footer-trans.png) no-repeat top;
}

#eventer_footer p {
text-align:right;
padding-top:20px;
}

/* ------------------------------
↑ぬテンプレ終わり
------------------------------ */
