﻿/* CSS レイアウト */

#page_content {
	width: 800px;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#footer{
	width: 800px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 900px;
	margin-right: 0px;
	margin-left: 0px;
	border-style:solid;
	border-width:2px;
	border-color:darkred;
	background:white;
	font-size:10pt;
	color:black;
	text-align:center;
}

#license{
	width: 800px;
	height: 50px;
	position: absolute;
	left: 0px;
	/*top: 750px;*/
	margin-right: 0px;
	margin-left: 0px;
	background:white;
	font-size:10pt;
	color:black;
}

#map_con1 {
	
 float: left;
 margin-left: 20px;
	
}

#map_con2 {
	
 float:inherit;
 margin-left: 360px;
	
}

#container {
	position: absolute; /* relative;*/
	width: 800px;
	height: auto;
}

html, body{
height: auto; 
/*font-family: "ＭＳ Ｐゴシック", "Osaka";*/
font-size:14px;
font-weight:normal;
font-style:normal;
color:#000;
line-height:1.2em;
text-decoration:none;
scrollbar-arrow-color: #808080; 
scrollbar-face-color: #ffffff;
scrollbar-3dlight-color: #cfcfcf;
scrollbar-darkshadow-color: #cfcfcf;
scrollbar-highlight-color: #eeeeee;
scrollbar-shadow-color: #eeeeee;
}

#ichi1 { vertical-align: baseline; } 
#ichi2 { vertical-align: top; } 
#ichi3 { vertical-align: middle; } 
#ichi4 { vertical-align: bottom; } 
#ichi5 { vertical-align: text-top; } 
#ichi6 { vertical-align: text-bottom; } 
#ichi7 { vertical-align: -30px; } 
#ichi8 { vertical-align: 200%; } 

a:link{
text-decoration:none;
color:black;
}

a:visited{
text-decoration:none;
color:black;
}

a:active{
text-decoration:none;
color:black;
}

a:hover{
background-color:black;
text-decoration:none;
color:white
}

img {
border-style:none;
/*vertical-align: text-bottom;*/
/*vertical-align: text-top;*/
}

h1{
font-size:24px; font-weight:bold; font-style:normal;
text-decoration:none; text-align:left; vertical-align:middle;
}

h2{
font-size:20px; font-weight:bold; font-style:normal;
text-decoration:none; text-align:left; vertical-align:middle;
}

h3{
font-size:16px; font-weight:bold; font-style:normal;
text-decoration:none; text-align:left; vertical-align:middle;
}

h4{
font-size:14px; font-weight:bold; font-style:normal;
text-decoration:none; text-align:left; vertical-align:middle;
}

/* カラー指定 */
.red {color : red ;}
.blue{color : navy ;}
.white{color : white ;}
.black{color : black ;}
.orange{color : #ff6600 ;}
.green{color : green ;}
.gray{color : #cccccc ;} 

