/* CSS Document */

@charset "EUC-JP";

/* ************************************************ 
 * ------------------------------------------------
 *	基本設定
 * ------------------------------------------------
 * ************************************************ */

body {
	padding: 0;/*opera用にpaddingの指定をする*/
	margin: 0;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	line-height: 1.5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #111111;
}

p, th, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, caption  {
/*文字サイズ、マージン等の初期化設定*/
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	line-height: 1.5;
	text-align: left;
}

/* ************************************************ 
 * ------------------------------------------------
 *	汎用クラス
 * ------------------------------------------------
 * ************************************************ */

.hide{
	display: none;
}

.clear{
	clear: both;
}

.pan {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	height: 20px;
	width: 790px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CC6611;
	font-size: 12px;	
}


/* ************************************************ 
 * ------------------------------------------------
 *	各ブロック設定
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *	containerブロック
 * ------------------------------------- */
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	
	background-repeat: repeat;
	background-position: center top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ------------------------------------- 
 *	headerブロック
 * ------------------------------------- */
#header {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 200px;
	width: 800px;
	position: relative;
}
h1{
	clear: both;
	height: 200px;
	width: 800px;
	z-index: 1;
}
#Layer2 {
	float: left;
	height: 88px;
	width: 229px;
	position: absolute;
	left: 40px;
	top: 40px;
	z-index:4;
}
#Layer3 {
	position:absolute;
	left:0px;
	top:0px;
	width:431px;
	height:200px;
	z-index:3;
}
#Layer4 {
	position:absolute;
	left:25px;
	top:25px;
	width:160px;
	height60px;
	z-index:4;
}

/* ------------------------------------- 
 *	gnaviブロック
 * ------------------------------------- */
ul#gnavi {
	height: 40px;
	width: 800px;
	list-style: none;
}
ul#gnavi li {
	float: left;
}
ul#gnavi li a{
	display: block;
	height: 40px;
	width: 114px;
	text-decoration: none;
}
ul#gnavi #gnavi_top {
	float: left;
}
ul#gnavi #gnavi_About L.B {
	float: left;
}
ul#gnavi #gnavi_Menu {
	float: left;
}
ul#gnavi #gnavi_Event {
	float: left;
}
ul#gnavi #gnavi_Blog {
	float: left;
}
ul#gnavi #gnavi_Link {
	float: left;
}
ul#gnavi #gnavi_Access {
	float: left;
}

/* ------------------------------------- 
 *	wrapperブロック
 * ------------------------------------- */
#wrapper { 
	width: 800px;
	background-color: #FFFFFF;
}

/* ------------------------------------- 
 *	mainブロック
 * ------------------------------------- */
#main {
	width: 485px;
	float: left;
	padding-top: 10px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:0px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right:2px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-right-color: #CC6611;
}
#main h2 {
	height: 30px;
	width: 475px;
	background: url(../img/Information.gif) no-repeat left top;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#news{
	padding-left: 20px;
	padding-right: 30px;
}
#top ul#Information {
	list-style: none;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right:30px;
}
#top ul#Information li {
	padding-left: 40px;
	padding-bottom: 20px;
	padding-right:0px;
	background-image: url(../img/bird_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#more{
	float: right;
}
/* ------------------------------------- 
 *	accessブロック
 * ------------------------------------- */
#access {
	width: 293px;
	float: right;
	padding-top: 10px;
	padding-left:0px;
	padding-right:10px;
	padding-bottom:30px;
	background-color: #FFFFFF;
}
#access h3 {
	height: 30px;
	width: 　283px;
	background: url(../img/Access.gif) no-repeat right top;
	text-indent: -9999px;
}
#inner {
padding-top:20px;
padding-left:20px;
padding-bottom:0px;
padding-right:10px;
}
#zoom{
	float: right;
}
/* ------------------------------------- 
 *	footerブロック
 * ------------------------------------- */
#footer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	height: 30px;
	width: 800px;
}
/* ************************************************ 
 * ------------------------------------------------
 *	各ページ固有設定
 * ------------------------------------------------
 * ************************************************ */
 
 
/* ------------------------------------- 
 *	トップページ
 * ------------------------------------- */
#top{
	border: 1px solid #000000;
	margin: auto;
	width: 800px;
	}


/* ------------------------------------- 
 *	　Aboutページ
 * ------------------------------------- */
 #main2 {
	width: 740px;
	float: left;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	background-color: #FFFFFF;
}
#main2 h3 {
	height: 30px;
	width: 745px;
	background: url(../img/about.gif) no-repeat left top;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#inner2 {
	padding-top:40px;
	padding-left:70px;
	padding-bottom:30px;
	padding-right:70px;
	background-image: url(../img/iron_01.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
} 
#about{
	background-image: url(../img/bird_03.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
/* ------------------------------------- 
 *	　Aboutページ
 * ------------------------------------- */
#main3 {
	width: 740px;
	float: left;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	background-color: #FFFFFF;
}
#main3 h3 {
	height: 30px;
	width: 745px;
	background: url(../img/menu.gif) no-repeat left top;
	text-indent: -9999px;
	margin-bottom: 20px;
}
/* ------------------------------------- 
 *	　Menuページ
 * ------------------------------------- */
#top ul#menulist {
	margin-left: 20px;
	margin-bottom: 20px;
	list-style-image: none;
	list-style-type: disc;
	text-align: left;
}
#top ul#menulist li {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right:0px;
}
#teacup {
	float: right;
}
#more2{
	float: right;
}
/* ------------------------------------- 
 *	　Eventページ
 * ------------------------------------- */
#main4 {
	width: 740px;
	float: left;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	background-color: #FFFFFF;
}
#main4 h3 {
	height: 30px;
	width: 745px;
	background: url(../img/event.gif) no-repeat left top;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#end {
	color: #FF0000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-style: italic;
}
/* ------------------------------------- 
 *	　Linkページ
 * ------------------------------------- */
 #main6 {
	width: 740px;
	float: left;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	background-color: #FFFFFF;
}
#main6 h3 {
	height: 30px;
	width: 745px;
	background: url(../img/link.gif) no-repeat left top;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#top ul#Information2 {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top:10px;
}
#top ul#Information2 li {
	padding-left: 40px;
	padding-bottom: 20px;
	padding-right:30px;
	background-image: url(../img/bird_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* ------------------------------------- 
 *	　Access2ページ
 * ------------------------------------- */
#main7 {
	width: 740px;
	float: left;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	background-color: #FFFFFF;
}
#main7 h3 {
	height: 30px;
	width: 745px;
	background: url(../img/access_02.gif) no-repeat left top;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#store {
	float: right;
}
/* ------------------------------------- 
 *	　Informationページ
 * ------------------------------------- */
 
#main8 {
	width: 740px;
	float: left;
	padding-top: 10px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
	background-color: #FFFFFF;
	font-size: 14px;
}
#main8 h3 {
	height: 30px;
	width: 745px;
	background: url(../img/Information_02.gif) no-repeat left top;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#inner2 {
	padding-top:40px;
	padding-left:70px;
	padding-bottom:30px;
	padding-right:70px;
	background-image: url(../img/iron_01.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
} 