@charset "Shift_JIS";

/* Reset
------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

/* Basic
------------------------------------------------------------------------------------- */

body {
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "MS P ゴシック", sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.2em;
	text-align: center;
	background-color: #000;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	background-position: center;
}
* html body {
  /* for WinIE6*/
  /*font-size: 75%;*/
  font-size: 12px;
  font-family: Verdana, "MS P ゴシック", sans-serif;
}
*:first-child+html body {
  /* for WinIE7*/
  /*font-size: 75%;*/
  font-size: 12px;
  font-family: 'メイリオ', Meiryo, sans-serif;
}



/* link style
------------------------------------------------------------------------------------- */

a:link {
	color: #006633;
	text-decoration: underline;
}
a:visited {
	color: #617467;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #497C61;
}
a:active {
  left: 1px;
  top: 1px;
  position: relative;
}
.btn { }

/* basic style
------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: bold; }
p {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
em,
strong { font-weight: bold; }
pre,
address { font-style:normal; }
blockquote {
  margin:0 0 1em 2em;
  padding: 0;
}
blockquote p {
  margin: 1em 0 1em 0;
  padding: 0 1em;
}
blockquote blockquote {
  margin: 0.2em 0;
  padding: 0.2em 0 0.2em 0.2em;
}

/*
 * Mac IE は pre 要素で overflow すると、初期値である visible 以外の場合、要素の中身が見えなくなる */

pre {
  width: 95%;
  overflow: visible;
  /*\*/
  overflow: scroll;
  /**/
  margin: 1.5em 0;
  padding: 0.5em 0.8em;
  font-size: 95%;
}
del {
  color: #CCC;
  font-weight: normal;
  text-decoration: line-through;
}
ins {
  display: block;
  margin: 0;
  padding: 1em;
  color: #333;
}

/* img
------------------------------------------------------------------------------------- */
img {
  margin: 0;
  padding: 0;
  vertical-align:bottom;
}


/* コンテンツブロック分け
------------------------------------------------------------------------------------- */
/*ページ全体ブロック*/
#container {
	width: 620px;
	text-align: left;
	height:100%;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/bg2.gif);
	background-repeat: repeat-y;
}
/*ヘッダー
#header {
	position: relative;
	height:32px;
	background:url(img/waku_header.png) no-repeat 0 10px;
}*/
/*メインコンテンツ*/
#contents {
	background-image: none;
	background-repeat: repeat-y;
}
/*フッター*/
#footer {
	position: relative;
	height:60px;
	background:url(img/waku_footer.png) no-repeat;
	display: block;
	padding-bottom: 30px;
}



/* メインコンテンツ
------------------------------------------------------------------------------------- */
/*タイトルロゴエリア*/
#mainPhoto {
	background: url(none);
	height: 343px;
	width: 620px;
	margin: 0px;
	padding: 0px;
}
#mainAbout {
	text-align: center;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#mainAbout #a_left {
	text-align: center;
	width: 290px;
}
#mainAbout #a_right {
	text-align: center;
	width: 282px;
	float: right;
	margin-right: 25px;
}
/*注意事項*/
#mainAbout #txt1 {
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 5px;
	color: #666666;
}
#mainAbout #txt1 table td{
	padding-left: 1px;
	padding-top: 2px;
	padding-bottom: 4px;
}

#mainAbout #txt2 {
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 4px;
	color: #7B785A;
}
#mainAbout #txt3 {
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 1.2em;
}
#mainAbout #txt3 table{
	text-align: left;
	background-image: none;
	/*width: 280px;*/
	color: #333333;
}
#mainAbout #txt3 table td{
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#mainAbout .time{
	font-size: 12px;
}
/*ページ下部インフォメーション*/
#mainAbout #info1 {
	text-align: left;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
}
#mainAbout #info1 #info_txt1 {
	line-height: 1.4em;
	color: #333;
	width: 400px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
}
#mainAbout #info1 #info_txt2 {
	line-height: 1.4em;
	color: #666;
	margin-top: 8px;
}
#mainAbout #info1 #info_txt3 {
	float: left;
	line-height: 1.4em;
	color: #333;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#mainAbout #card {
	float: right;
	margin-right: 20px;
	width: 130px;
}

/*グッズエリア*/
#mainGoods {
	background: url(none);
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3em;
}
#mainGoods #goods01,
#mainGoods #goods02,
#mainGoods #goods03,
#mainGoods #goods04,
#mainGoods #goods05,
#mainGoods #goods06,
#mainGoods #goods07,
#mainGoods #goods08,
#mainGoods #goods09,
#mainGoods #goods10,
#mainGoods #goods11,
#mainGoods #goods_y01,
#mainGoods #goods_y02,
#mainGoods #goods_y03{
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	position: relative;
	clear: both;
	color: #D2DDD2;
}


#mainGoods #goods01 {
	background-image: url(img/goods01.jpg);
	height: 308px;
}
#mainGoods #goods02 {
	background-image: url(img/goods02.jpg);
	height: 288px;
}
#mainGoods #goods03 {
	background-image: url(img/goods03.jpg);
	height: 332px;
}
#mainGoods #goods04 {
	background-image: url(img/goods04.jpg);
	height: 376px;
}
#mainGoods #goods05 {
	background-image: url(img/goods05.jpg);
	height: 388px;
}
#mainGoods #goods06 {
	background-image: url(img/goods06.jpg);
	height: 393px;
}
#mainGoods #goods07 {
	background-image: url(img/goods07.jpg);
	height: 383px;
}
#mainGoods #goods08 {
	background-image: url(img/goods08.jpg);
	height: 371px;
}
#mainGoods #goods09 {
	background-image: url(img/goods09.jpg);
	height: 367px;
}
#mainGoods #goods10 {
	background-image: url(img/goods10.jpg);
	height: 402px;
}
#mainGoods #goods11 {
	background-image: url(img/goods11.jpg);
	height: 370px;
}
#mainGoods #goods_y01 {
	background-image: url(img/goods_y01.jpg);
	height: 418px;
}
#mainGoods #goods_y02 {
	background-image: url(img/goods_y02.jpg);
	height: 393px;
}
#mainGoods #goods_y03 {
	background-image: url(img/goods_y03.jpg);
	height: 380px;
}

#mainGoods #txt1Left {
	padding-left: 25px;
	padding-top: 248px;
	width: 255px;
	padding-bottom: 2px;
}
#mainGoods #txt1Right {
	padding-left: 10px;
	padding-top: 248px;
	width: 260px;
	float: right;
	padding-right: 20px;
	padding-bottom: 5px;
}
#mainGoods #txt2Left {
	padding-left: 35px;
	padding-top: 260px;
	width: 530px;
	padding-bottom: 2px;
}
#mainGoods #txt3Left {
	padding-left: 25px;
	padding-top: 265px;
	width: 260px;
}
#mainGoods #txt3Right {
	padding-left: 10px;
	padding-top: 265px;
	width: 260px;
	float: right;
	padding-right: 20px;
}
#mainGoods #txt4Left {
	padding-left: 30px;
	padding-top: 305px;
	width: 250px;
}
#mainGoods #txt4Right {
	padding-left: 10px;
	padding-top: 305px;
	width: 255px;
	float: right;
	padding-right: 25px;
}
#mainGoods #txt5Left {
	padding-left: 30px;
	padding-top: 315px;
	width: 250px;
}
#mainGoods #txt5Right {
	padding-left: 10px;
	padding-top: 315px;
	width: 255px;
	float: right;
	padding-right: 25px;
}
#mainGoods #txt6Left {
	padding-left: 40px;
	padding-top: 310px;
	width: 245px;
}
#mainGoods #txt6Right {
	padding-left: 10px;
	padding-top: 310px;
	width: 250px;
	float: right;
	padding-right: 30px;
}
#mainGoods #txt7Left {
	padding-left: 30px;
	padding-top: 290px;
	width: 250px;
}
#mainGoods #txt7Right {
	padding-left: 10px;
	padding-top: 290px;
	width: 260px;
	float: right;
	padding-right: 20px;
}
#mainGoods #txt8Left {
	padding-left: 30px;
	padding-top: 290px;
	width: 250px;
}
#mainGoods #txt8Right {
	padding-left: 10px;
	padding-top: 290px;
	width: 250px;
	float: right;
	padding-right: 30px;
}
#mainGoods #txt9Left {
	padding-left: 30px;
	padding-top: 310px;
	width: 250px;
}
#mainGoods #txt9Right {
	padding-left: 20px;
	padding-top: 310px;
	width: 245px;
	float: right;
	padding-right: 30px;
}
#mainGoods #txt10Left {
	padding-left: 45px;
	padding-top: 310px;
	width: 260px;
}
#mainGoods #txt10Right {
	padding-left: 10px;
	padding-top: 310px;
	width: 260px;
	float: right;
	padding-right: 30px;
}
#mainGoods #txt11Left {
	padding-left: 40px;
	padding-top: 230px;
	width: 290px;
}
#mainGoods #txt11Right {
	padding-left: 10px;
	padding-top: 230px;
	width: 260px;
	float: right;
	padding-right: 30px;
}
#mainGoods #txt_y1Left {
	padding-left: 25px;
	padding-top: 325px;
	width: 257px;
}
#mainGoods #txt_y1Right {
	padding-left: 15px;
	padding-top: 310px;
	width: 250px;
	float: right;
	padding-right: 30px;
}
#mainGoods #txt_y2Left {
	padding-left: 20px;
	padding-top: 300px;
	width: 270px;
}
#mainGoods #txt_y2Right {
	padding-left: 10px;
	padding-top: 300px;
	width: 260px;
	float: right;
	padding-right: 20px;
}
#mainGoods #txt_y3Left {
	padding-left: 30px;
	padding-top: 310px;
	width: 260px;
}

