﻿/*ファイル名＝test1.css */

@charset "utf-8";

body{
	background-color:#99CCFF;
	text-align: center;
}

div#pagebody{
	width: 796px;margin:0 auto;
	text-align: left;
	background-color: #ffffff;
}

/*ヘッダ*/
div#header{
	height: 94px;
	background-image: url("../image/kanban_top796.jpg");
	background-color: #cccccc;
}
h1 {
/*	padding: :20px 0px 0px 30px;*/
	padding: :0px 0px 0px 0px;
	font-family: :Arial, Helvetica, sans-serif;
	text-align:right;
	color:yellow;
}
h1 a {
	text-decoration: none ;
}
/*メインメニュー*/
ul#menu{
	height: 42px;background-color: #eeeeee;font-weight:bold;
}
li#menu01,li#menu02,li#menu03,li#menu04{
	float: left;
	display: inline ;
	list-style-type:none;
	background-repeat: no-repeat ;
	text-align:center;
}
li#menu01{
	text-align: center ;
	width:164px;height: 42px;	
	background-image:url("../image/bg_menu01.jpg");
}
li#menu02{
	width:156px;height: 42px;
	background-image:url("../image/bg_menu02.jpg")
	
}
li#menu03{
	width:156px;height: 42px;
	background-image:url("../image/bg_menu03.jpg")
	
}
li#menu04{
	width:156px;height: 42px;
	background-image:url("../image/bg_menu04.jpg")
	
}
div#submenu{
	width: 160px;height:848px;
	margin: :10px,10px,10px,25px;
	display: inline ;
	float: left ;
}
li#submenu01{
	width:100px;height: 42px;
}
li#submenu02{
	width:100px;height: 42px;
}
li#submenu03{
	width:100px;height: 42px;
}
li#submenu04{
	width:100px;height: 42px;
}
div#contents{
	width: 636px;
	float: right;
}


div#map-gamen{
	width: :636px;
	height: 750px
}

div#news01 p{
	float: left;
}
img.img01 {
float: right;
}

	
div#news02{
	
}

div#footer{
	height: 42px;
	clear: both;
	text-align: center;
}
	
}
