/*-- レイアウト --*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
}

/*-- トップバナー --*/

#top_banner {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 400px;
	display: block;
}

h1 {
	font-size: 16px;
	width: 740px;
	height: 400px;
	margin: 0px;
	padding: 0px;
	position: relative;
}

h1 span {
	background-image:  url(../images/top_ph.jpg);
	height: 400px;
	width: 739px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

/*-- トップメニュー --*/

h2 {
	display: none;
	font-size: 12px;
}

#top_menu {
	background: #666666;
	width: 100%;
	height: 24px;
	margin: 0px;
	padding: 0px;
}

#top_menu ul {
	width: 740px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #000000;
}

#top_menu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.panel1, .panel2, .panel3, .panel4 {
	margin: 0px;
	padding: 0px;
	width: 185px;
	height: 24px;
	display: block;
	text-indent: -1000px;
}

.panel1 a {
	background-image: url(../images/menu01_1.png);
	margin: 0px;
	padding: 0px;
	width: 185px;
	height: 24px;
	position: relative;
	display: block;
}

.panel1 a:hover {
	background-image: url(../images/menu01_2.png);
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 185px;
	height: 24px;
	display: block;
}

.panel2 a {
	background-image: url(../images/menu02_1.png);
	margin: 0px;
	padding: 0px;
	width: 185px;
	height: 24px;
	position: relative;
	display: block;
}

.panel2 a:hover {
	background-image: url(../images/menu02_2.png);
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 185px;
	height: 24px;
	display: block;
}

.panel3 a {
	background-image: url(../images/menu03_1.png);
	margin: 0px;
	padding: 0px;
	width: 185px;
	height: 24px;
	position: relative;
	display: block;
}

.panel3 a:hover {
	background-image: url(../images/menu03_2.png);
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 185px;
	height: 24px;
	display: block;
}

.panel4 a {
	background-image: url(../images/menu04_1.png);
	margin: 0px;
	padding: 0px;
	width: 185px;
	height: 24px;
	position: relative;
	display: block;
}

.panel4 a:hover {
	background-image: url(../images/menu04_2.png);
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 185px;
	height: 24px;
	display: block;
}

/*-- 検索ボックス --*/

#seach {
	width: 130px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 20px;
	top: 180px;
	display: block;
}

#seach_t {
	width: 130px;
	height: 12px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}

h4 {
	width: 130px;
	height: 12px;
	display: block;
	position: relative;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

h4 span {
	width: 130px;
	height: 12px;
	display: block;
	background-image: url(../images/find_t.gif);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	position: absolute;
}

#seach_b {
	width: 130px;
	height: 10px;
	display: block;
	position: relative;
}

#seach_b span {
	width: 130px;
	height: 10px;
	display: block;
	background-image: url(../images/find_b.gif);
	background-repeat: no-repeat;
}

#seach p {
	font-size: 10px;
	color: #666666;
	text-align: justify;
	background-image: url(../images/find_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	line-height: 120%;
	padding: 2px 5px;
}

/*-- メニュー共通クラス --*/

h3 {
	display: none;
	font-size: 12px;
}

.menu {
	position: absolute;
	visibility: hidden;
	left: 1px;
	top: 504px;
}

.menu_line {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 185px;
}

/*-- メニュー1 --*/

#menu1 {
	background-color: #666666;
	height: 150px;
	width: 185px;
	position: absolute;
	left: 0px;
	top: 250px;
}

#menu1 ul {
	width: 185px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu1 ul li {
	width: 185px;
	display: block;
	margin: 0px;
	padding: 5px 0px 0px;
}

#menu1 ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	text-align: right;
	margin: 0px 10px 0px 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #3366FF;
}

#menu1 ul li a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	text-align: right;
	margin: 0px;
	background-color: #0033CC;
	border: none;
}

/*-- メニュー2 --*/

#menu2 {
	background-color: #666666;
	height: 400px;
	width: 555px;
	position: absolute;
	left: 185px;
	top: 0px;
}

#menu2 ul {
	width: 185px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu2 ul li {
	width: 185px;
	display: block;
	margin: 0px;
	padding: 5px 0px 0px;
}

#menu2 ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	text-align: right;
	margin: 0px 10px 0px 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CC3366;
}

#menu2 ul li a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	text-align: right;
	margin: 0px;
	background-color: #993333;
	border: none;
}

/*-- メニュー3 --*/

#menu3 {
	background-color: #666666;
	height: 400px;
	width: 555px;
	position: absolute;
	left: 185px;
	top: 0px;
}

#menu3 ul {
	width: 185px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu3 ul li {
	width: 185px;
	display: block;
	margin: 0px;
	padding: 5px 0px 0px;
}

#menu3 ul li a {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px 5px;
	text-align: right;
	margin: 0px 10px 0px 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #669933;
}

#menu3 ul li a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: right;
	margin: 0px;
	background-color: #666633;
	border: none;
	padding: 2px 5px;
}

/*-- メニュー4 --*/

#menu4 {
	background-color: #666666;
	height: 400px;
	width: 185px;
	position: absolute;
	left: 555px;
	top: 0px;
}

#menu4 ul {
	width: 185px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu4 ul li {
	width: 185px;
	display: block;
	margin: 0px;
	padding: 5px 0px 0px;
}

#menu4 ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	text-align: right;
	margin: 0px 10px 0px 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CCCC33;
}

#menu4 ul li a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	text-align: right;
	margin: 0px;
	background-color: #CC9933;
	border: none;
}

/*-- フッター --*/

#top_bottom {
	width: 100%;
	height: 76px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #DDDDDD;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

h6 {
	font-size: 10px;
	font-weight: normal;
	height: 76px;
	width: 740px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}

h6 span {
	background-image: url(../images/top_bot.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	width: 740px;
	height: 76px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
#footmenu {
	margin: 0px;
	padding: 0px 10px;
	width: 720px;
	text-align: right;
	font-size: 10px;
	display: block;
	left: 0px;
	top: 500px;
	background-color: #FFFFFF;
	position: absolute;
	height: 1000px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
