@charset "UTF-8";

/*== 全体 =========================================================*/
body {}
#wrapper {
	min-height:100%;
	margin:0 auto -2em auto;
	height:auto !important;
	height:100%;
	background-image:none;
}



/* --  ----------------------------------------------- */
#top_navi_area {
	float:right;
	margin:40px 40px 40px 0;
	background:url(/img/top_bg_navi.jpg) no-repeat left 80px;
	
	height:470px;
}

#top_navi_area h1 {
	margin:0;
	padding:0;
}

#top_navi_area ul {
	text-align:right;
	list-style-type: none;
}
#top_navi_area li {
	margin-bottom: 10px;
}




/* --  ----------------------------------------------- */
#top_update_area {
	float:left;
	margin:40px 0 0 30px;
}

#top_update_area h2 {
	margin:0 0 20px 0;
	padding:0;
}

#top_update_area h3 {
	margin:0 0 10px 0;
	padding:0;
	border-bottom: thin dashed #999;
}

#top_update_area ul {
	width:300px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top_update_area li {
	border-bottom: thin dashed #999;
	margin-left: 0px;
	padding: 0.3em 0px;
}


/*-- フッタ -------------------------------------------*/
#footer-space {
	background: none;
}
#copyright {
	padding-right: 50px;
}


/*-- 効率アップのご提案 -------------------------------*/
#kouritu_up_area {
	clear: both;
	background-color: #000;
	color: #FFF;
	font-size: smaller;
	text-align: center;
	padding: 5px 50px;
}
.kakko_left {
	background: url(/img/bundleleft_bg.gif) repeat-y;
}
.kakko_right {
	background: url(/img/bundleright_bg.gif) repeat-y;
}



