@charset "UTF-8";
/* CSS Document */

.g_indexflash {
	margin-bottom: 5px;
	width:860px;
	height:68px;
	display:block;
}

.news {
	float: left;
	width: 630px;
	position:relative;
}
.news h2 {
	height: 40px;
	background: url("../img/home/back_news_top.gif") no-repeat left top;
}
.news .ichiran {
	position:absolute;
	top:15px;
	left:555px;
	height: 20px;
	width: 70px;
}
.news .ichiran a {
	display: block;
	height: 20px;
	width: 70px;
}
.news .news_center {
	background: url("../img/home/back_news_center.gif") repeat-y left top;
	text-align:center;
	width:590px;
	padding:0 20px 0 20px;
}
.news .news_bottom {
	background: url("../img/home/back_news_bottom.gif") no-repeat 0 0;
	height: 10px;
	width:630px;
}

.member {
	float: right;
	width: 220px;
	position:relative;
}
.member h2 {
	height: 40px;
	background: url("../img/home/back_member_top.gif") no-repeat left top;
}
.member .ichiran {
	position:absolute;
	top:15px;
	left:145px;
	height: 20px;
	width: 70px;
}
.member .ichiran a {
	display: block;
	height: 20px;
	width: 70px;
}
.member .member_center {
	background: url("../img/home/back_member_center.gif") repeat-y left top;
}
.member .member_bottom {
	background: url("../img/home/back_member_bottom.gif") no-repeat left bottom;
	height: 10px;
}
.dl_member {
	margin: 0px;
	padding: 10px 12px 5px 12px;
	display:block;
	width:190px;
}
.dl_member dt {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 5px;
	border-left: 2px solid #655F4D;
	color:#666;
	font-size: 10px;
	line-height: 120%;
}
.dl_member dd {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 5px;
	border-bottom: 1px dotted #CCC;
	font-size: 12px;
	line-height: 140%;
}
.banner_space {
	margin: 10px 0px 20px 0px;
}
.banner_space img {
	display: block;
}
.banner_space img {
	margin-bottom: 5px;
}

#main {
	position: relative;
	width: 860px;
}

/* ---- add 20100223 ---- */

Body#home{
	background-color:white;
}

#homeBottom{
	background-color:#efede0;
	background-image:url("../img/common/back_top.gif");
	background-repeat:repeat-x;
}

#homeBottom #homeTop{
	width:860px;
	margin:0 auto;
}
	
/* ---- Print ---- */

.globalMenuImg{
	display:none;
}

@media print {
	.g_indexflash{
		display:none;
	}
	.globalMenuImg{
		display:block;
	}
}