html {
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	font-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	xmargin-top: 0px;
	xmargin-bottom: 0px;
	xmargin: 10px;
	xpadding: 20px;
	text-align: left;
	line-height: 1.4em;
	font-size: 1.0em;
	xwidth: 830px;
	xbackground-color: white;
}
span.logout {
	color: #ff0000;
	position: fixed;
	xleft: 730px;
	top: 20px;
	margin-left: 300px;
	left: 50%;
	text-align: center;
}
span.blue {
	color: #0000ff;
}
span.red {
	color: #ff0000;
}
.caution{
	xfont-size: 1.5em;
	xfont-weight: bold;
	margin: 50px 50px;
	padding: 20px 20px;
	border: #ff0000 5px solid;
	border-collapse: collapse;
	border-spacing: 0px;
}
a:hover {
	background-color: #FFFF00;
}
.header {
	background-color: #ffc080;
	color: #000000;
	xmargin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 20px 5px 20px;
	border-left: #000000 1px outset;
	border-right: #000000 1px outset;
	width: 790px;
}
.footer {
	background-color: #ffc080;
	color: #000000;
	xmargin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 20px 5px 20px;
	border-left: #000000 1px outset;
	border-right: #000000 1px outset;
	width: 790px;
	text-align: center;
}
.main {
	margin-top: 0px;
	margin-bottom: 0px;
	xmargin-top: 5px;
	xmargin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 20px 5px 20px;
	width: 790px;
	background-color: #ffffff;
	xborder-style: ridge;
	border-left: #000000 1px outset;
	border-right: #000000 1px outset;
}
.map {
	xwidth: 520px;
	height: 400px;
	border: 1px solid #999;
}
.side_bar {
	xwidth: 200px;
	height: 400px;
	overflow: auto;
}
input#btn {
	padding: 2px;
	margin: 10px;
	xfont-size: 1.0em;
	xfont-weight: bold;
	vertical-align: middle;
}
/*　見出しフォント　*/
h1,h2,h3,h4{
	xfont-family: 'Lucida Grande','Lucida Sans Unicode','ヒラギノ角ゴ Pro W3',HiraKakuPro-W3,'MS Pゴシック','MSゴシック',Helvetica,Verdana;
	xfont-family: Arial,'ＭＳ Ｐゴシック',sans-serif;
}
h1{
	font-size: 1.5em;
	font-weight: bold;
	xcolor: #ffffff;
	xbackground-color: #4682b4;
	padding: 30px 10px;
	xmargin: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	xtext-align: justify;
	xtext-justify: distribute-all-lines;
}
h2{
	font-size: 1.5em;
	font-weight: bold;
	xcolor: #0000ff;
	padding: 0px 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	xtext-decoration: underline;
	xborder-bottom: medium solid #ff00ff;
	border-left: 10px solid #ffc080;
}
h3{
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
h4{
	font-size: 1em;
	font-weight: bold;
	padding: 0px 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 30px;
	margin-right: 30px;
}
/*　各要素の段組み　*/
p,dl,ol{
	margin:10px 50px 10px 50px;
	xtext-align: justify;
	xtext-justify: distribute-all-lines;
}
ul{
	margin-left: 0px;
}
/*　テーブル　*/
table{
	margin: 10px 20px;
	border: #f5f5f5 10px solid;
	border-collapse: collapse;
	border-spacing: 0px;
}
th,td{
	background-color: #f5f5f5;
	/*border: 1px solid #ddd;*/
	padding: 5px 2px;
}
/*　説明文　*/
dt{
	border-bottom:1px #a1a1a1 dotted;
}
dd{
	padding:4px 10px 4px 10px;
}
/*.box {
  background: #FFFFFF;
} */
/* .boxtop {
  background: url(./config/ne.gif) no-repeat top right;
} */
/* .boxtop div {
  font-size: 0;
  height: 20px;
  background: url(./config/nw.gif) no-repeat top left;
} */
/* .boxbottom {
  background: url(./config/se.gif) no-repeat bottom right;
} */
/* .boxbottom div {
  font-size: 0;
  height: 20px;
  background: url(./config/sw.gif) no-repeat bottom left;
} */
/*.boxcontent {
  padding: 0px 20px 0px 20px;
} */

