/* 初期化 */
body, div, p, h1, h2, h3, h4, h5, h6,ul,li,a,img {
	margin		: 0;
	padding		: 0;
	-webkit-text-size-adjust: 100%;
} 
h1, h2, h3, h4, h5, h6 {
	font-size	: 1em;
	font-weight	: normal;
}

/* ヘッダー ********************************  */

#header {
	min-width:950px;
	box-shadow: 2px 2px 5px #664a3c; 
	z-index: 100000;
}


/* ボディ   ********************************  */

body {
	min-width: 950px;
	color				: #573c2e;
	font-size			: 10pt;
	font-family			: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
	line-height 		: 1.4;
	margin				: 0 auto;
	text-align			: center;
	background-color	:#573c2e;
}

span.open {
	font-weight:bold;
	font-size:60pt;
	color:#ffffff;
	text-shadow: 1px 1px 5px #664a3c; 
}

span.open2 {
	font-weight:bold;
	font-size:35pt;
	color:#ffffff;
	text-shadow: 1px 1px 5px #664a3c; 
}

span.open3 {
	font-weight:bold;
	font-size:40pt;
	color:#0a964e;
	line-height: 1.2;
}

span.catch {
	font-size: 15pt;
	color	: #359d4a;
}

div.hp {
	font-size :16pt;
	background-color:#573c2e;
	color:#F9ECE1;
	display: block;
	width: 280px;
	margin: 0 auto;
	border-radius: 10px;
	padding:5px 0px 2px 20px;
}

#main {
	margin:0 auto;
	padding-top:50px;
	width:100%;
}

div.logo {
	background-color:#F9ECE1;
	width:400px;
	height:350px;
	border-radius: 200px;
	margin: 0 auto;
	padding-top:50px;
	box-shadow: 2px 2px 5px #664a3c; 
}


div.main_wight {
	margin-top	: 20px;
	padding-bottom:80px;
	width:100%;
	background-color:#ffffff;
    background: rgba(255, 255, 255, 0.9);

/*	background-color:#ffffff;
     filter:alpha(opacity=85);
     -moz-opacity:0.85;
     -khtml-opacity: 0.85;
     opacity:0.85;
*/
}

div.main_wight2 {
	padding:30px;
	border-radius:10px;
	box-shadow: 2px 2px 5px #664a3c; 
	background-color:#ffffff;
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

div.main_center {
	width:900px;
	margin:0 auto;
	text-align: left;
	padding-top:50px;
}

img.top_banner {
	margin-bottom:10px;
	background-color:#ffffff;
	border:solid 5px rgba(255, 255, 255, 0.9);
	border-radius:10px;
	box-shadow: 2px 2px 5px #664a3c; 
}

h2 {
/*	color:#649b50;*/
	font-size: 15pt;
	border-bottom: dotted 2px #573c2e;
	margin-bottom:30px;
	
}

span.webfont {
	font-family: 'Special Elite', cursive;
	font-size:30pt;
}

img {
	border:0;
}

/* フッター   ********************************  */

div#footer {
	background-color:#3e2a1f;
	color:#ffffff;
}


#footer a:link {
	color : #ffffff;
	text-decoration: underline;
}

#footer a:visited{
	color : #ffffff;
	text-decoration: underline;
}

#footer a:hover{
	color : #ffffff;
	text-decoration: none;
	
}

table td {
	font-size:10pt;
	text-align: left;
}

span.event {
	font-weight: bold;
	font-size: 12pt;
	color	:#3e2a1f;
	text-decoration: none;
}

span.event a:link{
	color	:#3e2a1f;
	text-decoration: none;
}

span.event a:visited{
	color	:#3e2a1f;
	text-decoration: none;
}

span.event a:hover{
    color	:#359d4a;
	text-decoration: none;
}

table.news th {
	vertical-align: top;
	padding-right:20px;
	font-size:10pt;
}

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background : url(img/progress.gif) no-repeat center center;}
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background : #111111 url(img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
