﻿@charset "UTF-8";

/* ---- defult css ---- */
* {
	margin: 0px;
	padding: 0px;
	}
html,body {
	height:100%;
	}
body {
	text-justify: distribute;
	font: 83%/1.3 Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	background: #000000 url(../images/body_bg.jpg) repeat-x;
	}
td {
	vertical-align: top;
	}
img {
	border: none;
	}
li {
	list-style: none;
	}
	
.center{
	text-align:center;
}
	
/* ---- contents ---- */
#container {
	background: url(../images/body_bg3.jpg) no-repeat center top;
	width: 100%;
	text-align: center;
	margin-bottom: -36px;
	}
#contents {
	width: 740px;
	text-align: left;
	margin: 0px auto;
	}
#side {
	float: left;
	width: 185px;
	}
#main {
	float: left;
	width: 555px;
	}
#box {
	background: url(../images/tile.gif) repeat-y left top;
	border-bottom: 2px solid #000000;
	height: 555px;
	width: 740px;
	margin:0 auto;
	}
/*	
	#box {
	float: left;
	background: url(../images/tile.gif) repeat-y left top;
	border-bottom: 2px solid #000000;
	height: 555px;
	width: 740px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -370px;
	margin-top: -275px;
	visibility: visible;
	z-index:0;
	}
*/

#flashArea {
	background: url(../images/tile.gif) repeat-y left top;
	border-bottom: 2px solid #000000;
	height: 555px;
	width: 740px;
	margin:0 auto;
	}	
	
#footer {
	background: #FFF url(../images/footer_bg.jpg) repeat-x 0 0;
	height: 36px;
	text-align: center;
}
.stopper {
	height: 36px;
	}

/* ---- gnavi ---- */	
#gnav {
	width: 740px;
	height: 42px;
	}
#gnav ul {
	margin-top: 10px;
	float: right;
	}
#gnav ul li {
	float: left;
	font-size: 0px;
	line-height: 0px;
	}
#gnavbg {
	background: url(../images/gnav_bg.jpg) repeat-x;
	height: 42px;
	width: 100%;
	position: relative;
	z-index:1;
	}
	
/* ---- side navi ---- */
#sidenav {
	width: 165px;
	float: left;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
	}
#sidenav ul {
	}
#sidenav ul li {
	margin: 0px 0px 2px;
	padding: 0px;
	height: 21px;
	font-size: 0px;
	line-height: 0px;
	}
	
/* ---- main navi ---- */	
#main ul {

	}
#main ul li {
	float: left;
	line-height: 0px;
	font-size: 0px;
	}

/* ---- etc ---- */	
#contact {
	margin-left: 11px;
	}

#section_swf{
	margin-bottom:6px;
}

#section_mail{
	text-align:right;
	color:#FFF;
	font-size:0.7em;
	margin-bottom: 6px;
}

#section_mail a{
	color:#FFF;
	font-weight:bold;
}

#section_mail a:hover{
	color:#FF0;
	text-decoration:underline;
	font-weight:bold;
}
