﻿/* 全体 */
body {
	margin: 0px;
	background:url(body-bg.jpg) repeat-x;
	text-align: center;
	width: auto;
}

img {
	border: 0px none;
}

a {
	color: #06a;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

#base {
	width: 740px;
	margin:0px auto;
	text-align: left;
}


#hairu01 {


}



/* ヘッダー */
#header {
	width:740px;
	height:120px;
}

h1 {
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	line-height: 120%;
}

#sponser {
	display: block;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
}

/* メニュー */
#menu {
	clear: both;
	background: #fff;
}

#main-menu {
	clear: both;
	width: 740px;
	height: 30px;

	text-align: center;
}

#main-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#main-menu li{
	float: left;
}

#main-menu li a{
	display: block;
	margin: 0px 0px 0px 0px;
	border:  0px none;
	width: 184px;
	height: 30px;
	font-size: 16px;
}

#main-menu1 a			{background: url(../common5/main-menu1.gif) top left no-repeat;}
#main-menu1 a:hover		{background: url(../common5/main-menu1_h.gif) top left no-repeat;}
#main-menu1 a:active	{background: url(../common5/main-menu1_a.gif) top left no-repeat;}
#main-menu2 a			{background: url(../common5/main-menu2.gif) top left no-repeat;}
#main-menu2 a:hover		{background: url(../common5/main-menu2_h.gif) top left no-repeat;}
#main-menu2 a:active	{background: url(../common5/main-menu2_a.gif) top left no-repeat;}
#main-menu3 a			{background: url(../common5/main-menu3.gif) top left no-repeat;}
#main-menu3 a:hover		{background: url(../common5/main-menu3_h.gif) top left no-repeat;}
#main-menu3 a:active	{background: url(../common5/main-menu3_a.gif) top left no-repeat;}
#main-menu4 a			{background: url(../common5/main-menu4.gif) top left no-repeat;}
#main-menu4 a:hover		{background: url(../common5/main-menu4_h.gif) top left no-repeat;}
#main-menu4 a:active	{background: url(../common5/main-menu4_a.gif) top left no-repeat;}
#main-menu5 a			{background: url(../common5/main-menu5.gif) top left no-repeat;}
#main-menu5 a:hover		{background: url(../common5/main-menu5_h.gif) top left no-repeat;}
#main-menu5 a:active	{background: url(../common5/main-menu5_a.gif) top left no-repeat;}

#sub-menu {
	clear: both;
	float: right;
	height: 13px;
	margin: 15px 0px 0px 0px;
	font-size: 13px;
}

#sub-menu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
}

#sub-menu li{
	float: left;
	margin: 0px 1px 0px 1px;
	border-left: #ccc 1px solid;
	font-size: 12px;
}
#sub-menu li a{
	display: block;
	margin: 0px 10px 1px 10px;
}

/* フッター */
#footer {
	clear: both;
	margin: 0px;
}

#copyright {
	margin: 5px 0px 5px 0px;
	border-top: #999 1px solid;
	padding: 2px 0px 0px 0px;
	text-align: right;
	font-size: 10px;
}

