﻿@charset "utf-8";

@import url("/css/layout.css");

/* --Base */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,fieldset,p,button {
	margin:0px;			
	padding:0px;		
}

ul {
	list-style:none;
}

a {
	color:#777777;
	text-decoration:none;
	background:none;
}
a:visited {
	color:#777777;
	text-decoration:none;
	background:none;
}
a:hover, a:active, a:focus{
	color:#777777;
	text-decoration:none;
	background:none;
}

img {
	vertical-align:top;
	border:0;
}

body{
	background:url('/images/main_bg.jpg') top left no-repeat;
}

/* Base-- */

/* --Top */

.main_top_flash{
	background-color: transparent;
}

.main_top_flash object {
	background-color: transparent;
}
.main_top_menu {
	margin-top:-500px;
	width:1000px;
	height:480px;
	background-color: transparent;
}

.main_top_logo {
	margin-top:38px;
	margin-left:23px;
	width:100px;
	height:55px;
	background-color: transparent;
}

.noflash_menu_ul {
	font-size:0.95em;
	height:480px;
	margin-left:220px;
}

.noflash_menu_home {
	float:none;
}

.noflash_menu_ul li {
	float:left;
	font-weight:bolder;
	padding:2px 5px 2px 10px;
}

.noflash_menu_li {
	float:none;
}

.noflash_menu_li li {
	float:none;
	font-weight:normal;
	font-size:0.9em;
}

.noflash_menu_etc {
	float:none;
}

.noflash_menu_etc li {
	float:none;
	font-weight:bolder;
	font-size:1em;
}

.main_top_logo img {
	background-color: transparent;
}

.main_top_link {
	margin-left:425px;
	margin-top:-85px;
	width:300px;
	height:23px;
	background-color: transparent;
	z-index:1;
}
.main_top_link li {
	float:left;
	background-color: transparent;
}

.main_top_link img {
	background-color: transparent;
}

/* Top-- */

/* --contents */
#event
{
  	width:161px;
	float:left;
	list-style-type:none;
	padding-top:5px;
	padding-left:0px;
	margin:0 auto;
}

#event #top
{
  	width:156px;
	float:left;
	padding:0 0 0 3px;
}

#event #middle
{
  	width:161px;
	float:left;
	list-style-type:none;
	padding:0 0 0 5px;
}

#event #middle ul
{
  	width:155px;
  	float:left;
	list-style-type:none;
}

#event #middle li
{
	float:left;
	list-style-type:none;
	height:61px;
}

#event #middle .bg
{
  	width:122px;
	text-align:center;
	padding-top:14px;
}

#event #middle .arrow
{
	padding-top:35px;
}

#event #bottom
{
  width:151px;
	float:left;
	padding-left:40px;
	list-style-type:none;
}

#event #bottom ul
{
  float:left;
	list-style-type:none;
}

#event #bottom ul li
{
	float:left;
	list-style-type:none;
	padding-left:2px;
	padding-top:10px;
}

/* contents-- */


/* --footer */

#foot {
	background:url('/images/bottom_bg.gif') no-repeat;
	top:auto;
	position:relative;
	width:1000px;
	height:150px;
	margin:10px auto 0 auto;
	padding:20px 0 0 0;
	text-align:left;
}
.foot_logo {
	float:left;
	width:214px;
	text-align:center;
	padding:24px 0 0 0;
}

.foot_bar {
	float:left;
	width:40px;
	height:90px;
}

.foot_link {
	float:left;
	width:720px;
	height:42px;
}

.foot_link ul {
	font-size:0.7em;
	padding:17px 0 20px 0;
	border-bottom: 1px solid #e9e7e7;
}

.foot_link li {
	float:left;
}

.foot_link li.li_none {
	background:none;
}

.foot_Info {
	float:left;
	top:10px;
	width:400px;
	height:30px;
	padding:10px 0 0 0;
}

address img {
	margin:0 0 5px 0;
}

.foot_go {
	float:left;
	width:180px;
	height:30px;
	margin:10px 0 0 0;
}
.foot_go select{
	font-size:0.7em;
	color:#808080;
	width:170px;
}
/* footer-- */

