@charset "utf-8";
/* CSS Document */

body
{
	background-color: #1A1A1A;
	font-size: 120%;
}

.loadingWrap
{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

.loadingWrap img
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -69px 0 0 -69px;
	width: auto;
}

/*==================================================*/
/*
　　　　　　　　　　　　見出し
*/
/*==================================================*/

h1
{
	z-index: 3;
	position: absolute;
	right: 0;
	width: 300px;
	height: 150px;
	background-image: url("../design/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}

h2
{
	font-size: 200%;
	padding: 10px;
	margin-bottom: 30px;
	color: #ffffff;
	background-color: #E87E88;
	text-align: center;
}

h3
{
	font-size: 150%;
	margin-bottom: 10px;
	color: #E87E88;
	text-align: center;
	margin-bottom: 30px;
}

h4
{
	font-size: 130%;
	color: #006934;
	text-align: center;
	margin-bottom: 10px;
}

h5
{
	margin-bottom: 10px;
}

h6
{
	margin-bottom: 10px;
}

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

header
{
	background-image: url("../design/bg_image.png");
	background-position: top;
}

header #header_contents
{
	position: relative;
	width: 1280px;
	margin: 0 auto;
}

header #header_contents p
{
	margin: 0;
	padding: 0;
}

header #news
{
	z-index: 2;
	position: absolute;
	bottom: 20px;
	padding: 20px 20px 10px 20px;
	width: 440px;
	background-color: rgba(1,1,1,0.5);
	color: #ffffff;
}

header #news dl
{
}

header #news dl dt
{
	width: 120px;
	float: left;
	clear: both;
}

header #news dl dd
{
	margin-bottom: 10px;
	margin-left: 20px;
	width: 300px;
	float: left;
}

.main_image
{
	z-index: 1;
	height: 720px;
	line-height: 0%;
	position: relative;
	overflow: hidden;
}

.main_image img
{
	position: absolute;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

/*==================================================*/
/*
　　　　　　　　　　　　グローバルメニュー
*/
/*==================================================*/

#gmenu
{
	z-index: 4;
	clear: both;
	margin: 30px auto 0 auto;
	width: 1280px;
	font-size: 160%;
}

#gmenu ul
{
	margin: 0;
}

#gmenu ul li
{
	margin: 0 15px 30px 15px;
	display: block;
	width: 226px;
	float: left;
}

#gmenu ul li a
{
	padding: 12px 5px;
	display: block;
	width: 216px;
	background-color: #1a1a1a;
	color: #ffffff;
	text-align: center;
	border-radius: 18px;  
	-webkit-border-radius: 18px;  
	-moz-border-radius: 18px;  
}

#gmenu ul li.sel a,
#gmenu ul li a:hover
{
	color: #000000;
	background-color: #ffffff;
}

/*==================================================*/
/*
　　　　　　　　　　　　コンテンツ
*/
/*==================================================*/

#main
{
	z-index: 4;
	clear: both;
	width: 1280px;
	margin: 0 auto;
	color: #ffffff;
}

#main .top_table
{
	margin: 0 15px 30px 15px;
}

.remodal
{
	position: relative;
}

.remodal p
{
	margin-bottom: 0;
}

.remodal .tab_contents
{
}

.remodal .tabs
{
	position: absolute;
	bottom: 50px;
}

.remodal .tabs table
{
	width: 900px;
	margin: 0;
}

.remodal .tabs table td a
{
	background-color: #333333;
	color: #ffffff;
	padding: 10px;
}

table.gallery tr td
{
	padding-bottom: 20px;
}

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

footer
{
	margin: 0;
	padding: 1px 0 0 0;
	background-color: #4d4d4d;
	text-align: center;
	color: #aaaaaa;
	font-size: 88%;
}

footer p
{
	margin: 0;
	padding: 10px;
	background-color: #4d4d4d;
}