@charset "utf-8";
/* CSS Document */

/* 全体用のCSSです。 */
* {
	margin: 0px;
	padding: 0px;
}

html{
    height:100%;
}
body{
	height:100%;
	text-align: center;
	background-image: url(CSS_image/bg1.gif);
}
em {
	color: #FF0000;
}

div#container{
	width: 80%;
	margin:0px auto;
	position:relative;
	min-height: 100%;
	text-align: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	height: auto;
}
div#main{
	padding-bottom:30px;
	height: 100%;
	min-height: 100%;
	position: relative;
	overflow: auto;
}
body > #main {
    height: auto;
}

#header {
	background: #000000;
	padding: 0px;
	height: 50px;
}
.top_logo {
	background: url(CSS_image/logo_top.gif) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 245px;
	float: left;
}
.text_non {
	display: none;
}
.top_comment {
	color: #FFFFFF;
	text-align: right;
	padding-top: 25px;
}

#menu_box1 {
	background: #FFCC00;
	width: 100%;
	height: 30px;
	text-align: center;
}
#menu {
	padding: 0px;
	height: 30px;
	width: 660px;
	margin: 0px auto;
}
#menu ul {
	margin: 0px;
	padding: 0;
}
#menu li {
	list-style:none;
	float:left;
}
#menu a {
	width:110px;
	height:30px;
	display: block;
}
a.home {
	background-image:url(CSS_image/tb_home_off.gif);
}
a:hover.home {
	background-image:url(CSS_image/tb_home_on.gif);
}

a.mail {
	background-image:url(CSS_image/tb_mail_off.gif);
}
a:hover.mail {
	background-image:url(CSS_image/tb_mail_on.gif);
}
a.cm {
	background-image:url(CSS_image/tb_cm_off.gif);
}
a:hover.cm {
	background-image:url(CSS_image/tb_cm_on.gif);
}
a.counter {
	background-image:url(CSS_image/tb_counter_off.gif);
}
a:hover.counter {
	background-image:url(CSS_image/tb_counter_on.gif);
}
a.onegai {
	background: url(CSS_image/tb_okotowari_off.gif);
}
a:hover.onegai {
	background-image:url(CSS_image/tb_okotowari_on.gif);
}
a.sitemap {
	background-image:url(CSS_image/tb_sitemap_off.gif);
}
a:hover.sitemap {
	background-image:url(CSS_image/tb_sitemap_on.gif);
}
a.bn_ruike {
	background-image: url(CSS_image/bn_ruike.gif);
}
a.bn_numadate {
	background-image: url(CSS_image/bn_numadate.gif);
}
.bn_wattu {
	background-image: url(CSS_image/wattuomoroi.gif);
	height: 100px;
	width: 150px;
}
a.bn_mail {
	background-image: url(CSS_image/bn_mail.gif);
}
a.bn_counter {
	background-image: url(CSS_image/bn_counter.gif);
}
a.bn_onegai {
	background-image: url(CSS_image/bn_onegai.gif);
}
#left_box {
	float: left;
	width: 160px;
}
#main_contents {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#machine-2 {
	overflow: scroll;
}

#left_box a {
	display: block;
	height: 100px;
	width: 150px;
}
#left_box ul {
	margin: 3px;
	padding: 0px;
}
#left_box li {
	list-style: none;
	margin: 2px;
}
#foot{
	color: #FFFFFF;
	background: #000000;
	position:absolute;
	bottom:0px;
	height:30px;
	width:100%;
	text-align: center;
}
.midasi {
	font: italic bold 18px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #666666;
	background: url(CSS_image/h2.gif);
	height: 25px;
	width: auto;
	padding-left: 20px;
	margin-top: 4px;
}
#center_box dt {
	color: #FF0000;
	font-size: large;
	font-weight: bold;
	padding-top: 5px;
}
#center_box dd {
	margin-left: 20px;
	margin-top: 4px;
}
