@charset "UTF-8";
/***********************************************/
/* layout-3col-01.css                          */
/***********************************************/
body {
	margin: 5px 5px 0px;
}
/***********************************************/
/* ヘッダ                                      */
/***********************************************/
div#header {
}
div#header_banner{
	background-image: url(/files/systemo/images/banner/systemo-logo-uki-waku-234-60.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 60px;
	width: 234px;
	float: left;
	margin-right: 10px;
}
div#header_link{
	position: absolute;
	z-index: 2;
	height: 60px;
	width: 234px;
	left: 5px;
	top: 5px;
}
div#header_banner h1{
	display: none;
}
div#header_right{
	width: 250px;
	float: right;
	margin-right: 5px;
}
div#header_right img{
	/*line-height: 40px;
	vertical-align: middle;*/
	margin-bottom: 3px;
}
div#header_description{
	margin-right: 260px;
}
/***********************************************/
/* コンテンツ                                   */
/***********************************************/
div#container {
	position: relative;
	width: 100%;
	clear: both;
	padding-top: 10px;
}
div#main_contents {
	margin-right: 265px;
	margin-left: 135px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/***********************************************/
/* エリア1  左メニュー                          */
/***********************************************/
div#area_1 {
	width: 120px;
	position: absolute;
	left: 5px;
	top: 10px;
}
/***********************************************/
/* エリア2  右メニュー                          */
/***********************************************/
div#area_2 {
	width: 250px;
	position: absolute;
	top: 10px;
	right: 5px;
}
/***********************************************/
/* フッタ                                       */
/***********************************************/
div#footer {
	padding-right: 265px;
	padding-left: 135px;
	/*font-size: 80%;*/
	color: #666666;
	clear: both;
}
div#footer_copyright{
	text-align: center;
}
div#footer_description{
	text-align: center;
}

