body{
	text-align:center;
	background-color:#FFF5EE
}

#header{
	width: 800px;
	color:#000;
}

#menu{
	float:left;
	width:800px;
	background-color:#00bfff;
}

ul.main_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.main_menu li {
	float: left;
	width: 6em;
	margin-right: 2px;
	padding: 8px;
	text-align: center;
}

#menu a{
	text-decoration: none;
	border:none;
	color:#ffffff;
}

#menu ul a:hover{
	color:#fc0;
	position: relative;
	top: 1px;
	left: 5px;
}

#menu ul a:visited{
	color:#ffffff;

}

/*
ここのメニューは修正次第差し替えを行うメニュー。アップの際には削除しあげる。
#menu{
	text-align:center;
}

#menu a{
	border:none;
}

#menu ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
}


#menu ul a{
	display:block;
	padding:1em 3em;
	background:#00bfff;
	color:#ffffff;
	border-left:2px groove #f0ffff;
	test-decoration: none;
	white-space: nowrap;
	width:.1em;
}

#menu ul a:hover{
	background:#fc0;
	color:#ffffff;
}

#menu li {
	float:left;
}
*/
#container{
	width:800px;
	margin:0 auto;
	background-color:#ffffff;
	color:#000;
	text-align:left;
}

#main{
	height: auto;
	min-height: 600px;
	width:600px;
	font-size:10pt;
	float:right;
}

#main h1{
	margin-top:0px;
	background-color:#fc0;
	font-size:13pt;
}

#main h2{
	font-size:12pt;
	border-width:0px 0px 1px 10px;
	border-style:solid;
	border-color:#333399;
	clear:both;
}

#main p{
	font-size:11pt;
}

img.left{
	float:left;
}


div.comment{
	float:left;
	width:400px;
	background-color:#ffffcc;
}


h3.comment_title{
	margin-top:0px;
	font-size:11pt;
	color:blue;
	letter-spacing:5pt;
 	background-color:#99ccff;
 	width:100%;
}

p.comment_body{
	font-size:11pt;
	color:black;
}

p.end_comment{
	float:left;
	width:575px;
	border-style:solid;
	border-color:#ff9933;
	border-width:0px 3px 3px 0px;
	color:black;
	background-color:#ffcc66;
}


#sub_menu{
	height: auto;
	min-height: 600px;
	width:200px;
	float:left;
	background-color:#E0FFFF;
}

#sub_menu img{
	margin-top: auto;
	margin-left: 10px;
}


div.sub_menu_box{
	margin-top: 15px;
	margin-left: 10px;
	background-color: #ffffff;
	font-size:10pt;
	width:180px;
	float:left;
}

div.sub_menu_box span{
	font-size:12pt;
	color:#ffffff;
	width:180px;
	float:left;
	background-color:#00bfff;
}

ul.sub_menu_businesstime {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

li.sub_menu_businesstime {
	border-width:1.5px 0px 1.5px 0px;
	border-style:dotted;
	border-color:#333399;
	margin: 0 0 0 0;
	padding: 1px;
	list-style-type: none;
	font-size:10pt;
}

#footer{
	width:800px;
	clear:both;
	background-color:#00bfff;
	font-size:8pt;
	color:#ffffff;
	text-align: center;
}
