body {
	background-image: url(../image/bg_body.jpg);
	background-repeat: repeat-x;
}
#page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


#contents {
	margin : 10px 0px 20px 0px;
}

#first-column {
	float: left;
	width: 200px;
	margin-right: 10px;
}

#second-column {
	float: left;
	width: 790px;
}
.normal{
	font-size: 12px;
	line-height: 125%;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}


#bottom {
	clear: both;
	background: url(/image/footer_bgi.png) repeat;
	padding-top: 20px;
	padding-bottom: 18px;
	margin-top: 10px;
}
#bottom .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height  : 150px;
}
/* page_navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.page_navigation {
	clear: both;
}
/* icon_gotop
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.icon_gotop {
	width: 84px;
	height: 29px;
	position: absolute;
	left: 866px;
	top: -36px;
}


/* icon_gotop
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#bottom a:link		{ color: #FFF; }
#bottom a:visited	{ color: #FFF; }
#bottom a:hover		{ color: #ddd; }
#bottom a:active	{ color: #FFF; }

#bottom .navigation {
	float: left;
	height: 150px;
	display: linline; /* ie6 double margin */
	padding-right: 40px;
	width: 150px;
}
#bottom .navigation_wide {
	height: 150px;
	padding-right: 0;
	width: 150px;
}
#bottom .navigation ul {
	padding-top: 3px;
	padding-left: 5px;
}
#bottom .navigation ul li {
	font-size: 93%;
	line-height: 122%;
	color: #797979;
}
#bottom .navigation ul li a {
	font-size: 93%;
	line-height: 122%;
	text-decoration: none;
}
#bottom .inner .footer_img {
	position: absolute;
	left  : 749px;
	top   : 50px;
	width : 218px;
	height: 153px;
	overflow: hidden;
}


/* footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer {
	clear: both;
	background: url(/image/footer.png) repeat-x bottom left;
	padding-top: 14px;
	padding-bottom: 27px;
}
#footer .inner {
	width: 942px;
	padding-left: 8px;
	margin: 0 auto;
	position: relative;
}
#footer .inner .info {
	float: left;
	height: 38px;
}
#footer .inner .info p {
	font-size: 108%;
	_font-size: 100%;
	line-height: 19px;
	font-weight: bold;
}
#footer .inner .footer_navi {
	display: block;
	position: absolute;
	left  : 230px;
	top : 21px;
	height: 20px;
	line-height: 100%;
	font-size: 93%;
	font-weight: bold;
}
#footer .inner .footer_navi li {
	display: inline;
	float: left;
}
#footer .inner .footer_navi li a {
	color: #000;
	text-decoration: none;
}
#footer .inner .address {
	clear: both;
	line-height: 100%;
	font-size: 93%;
}
#footer .inner .information_img {
	position: absolute;
	left  : 796px;
	top : 1px;
	width : 145px;
	height: 51px;
	overflow: hidden;
}

