/* ページ全体 */

*{
  margin:0;
  padding:0;
  border:1;
  text-decoration:none;
  line-height:1;
  font-size:100%;
  font-style:normal;
  font-weight:normal;
  list-style-type:none;
}

#container {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	height: auto;
}

#wrap {
	width: 820px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 850px;
}

#contents {
	width: 820px;
	height: auto;
	clear: both;
}

#leftcolumn {
	float: left;
	width: 190px;
	clear: right;
}
#leftcolumn li {
	background-image: url(images/bg_leftmenu.gif);
	display: block;
	height: 55px;
	width: 175px;
	text-align: right;
	padding-right: 15px;
	font-size: 80%;
}

#leftcolumn li a {
	line-height: 55px;
	text-decoration: none;
	color: #000000;
}

#leftcolumn li a:hover {
	line-height: 55px;
	text-decoration: none;
	color: #003300;
	background-color: #89A26B;

}

#maincolumn {
	float: right;
	width: 629px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #006600;
}

#area-info {
	background-image: url(images/bg_information.gif);
	background-repeat: no-repeat;
	width: 629px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#area-info li {
	font-size: 80%;
	line-height: 2em;
}
#area-info ul {
	margin-right: 50px;
	margin-left: 40px;
}


#area-support {
	background-image: url(images/bg_support.gif);
	background-repeat: no-repeat;
	width: 629px;
	padding-top: 10px;
	padding-bottom: 20px;
}

#area-support li {
	font-size: 80%;
	line-height: 2em;
}
#area-support ul {
	margin-right: 50px;
	margin-left: 40px;
}

#footer-address {
	height: 25px;
	width: 820px;
	clear: both;
	background-image: url(images/footer_address.gif);
	font-size: 80%;
	line-height: 35px;
	color: #663300;
	text-align: center;
	padding-top: 10px;
}

#footer {
	height: 25px;
	width: 820px;
	clear: both;
	background-image: url(images/footer.gif);
	line-height: 25px;
	text-align: center;
	padding-top: 10px;
	font-size: 80%;
}



