﻿@charset "utf-8";

#top_header0 {
	width: 100%;
	height: 75px;
	background-image: url(../images/header_back.jpg);
	background-repeat: repeat-x;
}

#top_header {
	width: 1000px;
	height: 75px;
	margin: 0 auto;
	padding: 0px;
	clear: both;
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#logo,#top_header h1,#top_header h2{
	position:absolute;
}

#top_header h1,
#top_header h2{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	width:420px;
	color:#333333;
	top:17px;
	right:0px;
	display:block;
	line-height:14px;
}

#header_cont{
	position:absolute;
	top:34px;
	right:0px;
}

#top_header a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#top_header a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* logo位置
***************************/
#logo {
	top: 0px;
	left:0;
	display: block;
	height: 75px;
	width: 517px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#logo a {
	top: 0px;
	left:0;
	display: block;
	height: 75px;
	width: 517px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*----------------------------------------------------
　global menu
----------------------------------------------------*/
#global_menu0 {
	width: 100%;
	height: 32px;
	background-image: url(../images/navi_back.jpg);
	background-repeat: repeat-x;
}

#global_menu {
	height: 32px;
	width: 1000px;
	margin:0 auto 0;
	padding: 0;
	_overflow: hidden; /*IE6用*/
	_display: inline;
	clear: both;
}

#global_menu ul{
	height: 32px;
	width: 1000px;
	padding: 0;
	margin:0;
	clear: both;
}

#global_menu ul li{
	float:left;
	height: 32px;
	width: 200px;
	padding: 0;
	margin: 0;
	list-style-type:none;
	line-height:0;
	_display:inline; /*IE6用*/
	_line-height:2em; /*IE6用*/
}

#global_menu ul li a{
	display: block;
	height: 32px;
	width: 200px;
	margin: 0;
	background-image: url(../images/global_menu.jpg);
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	_overflow: hidden; /*IE6用*/
}

/* オフマウス */
.global_menu01 a{background-position: 0px 0;}
.global_menu02 a{background-position: -200px 0;}
.global_menu03 a{background-position: -400px 0;}
.global_menu04 a{background-position: -600px 0;}
.global_menu05 a{background-position: -800px 0;}

/* オンマウス */
.global_menu01 a:hover{background-position: 0px -32px;}
.global_menu02 a:hover{background-position: -200px -32px;}
.global_menu03 a:hover{background-position: -400px -32px;}
.global_menu04 a:hover{background-position: -600px -32px;}
.global_menu05 a:hover{background-position: -800px -32px;}

/*----------------------------------------------------
　flash
----------------------------------------------------*/
#flash0{
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
	background-color: #FFF5C1;
	clear: both;
}

#top_flash {
	width: 800px;
	height: 500px;
	margin: 0 auto 0;
	padding: 0;
}


	
.scroll {
	display: block;
	height: 500px;
	overflow: auto;
	clear: both;
	width: 1000px;
	vertical-align: top;
}
