﻿/*ファイル名＝test3.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:400px;
	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;
}

h3.daimei{
clear: left ;
background-color: lime;
}

div.annai p{
width: 400px;height: 150px;
float: left;
}

div.annai ul{
width: 400px;height: 150px;
float: left;
}


div.shashin{
width: 130px;
height: 173px;
float: left;
}

div#renraku{
	clear:left ;
}


div#footer{
	height: 42px;
	clear: both;
	text-align: center;
}
