@charset "UTF-8";
/*
基本レイアウト
2009.09.01

*/

/*body*/
body {
	background-color: #FFFFFF;
}

/*コンテナ*/
#container {
	padding: 0px;
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*ヘッダー*/
#header {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}

/*ヘッダーナビゲーション*/
#headNavi {
	padding: 0px;
	height: 32px;
	width: 542px;
	float: right;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#adNavi {
	background-image: url(../images/topTitle.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	clear: both;
	height: 62px;
	width: 890px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*フッター*/
#footer {
	background-color: #FFFFFF;
	height: 100px;
	clear: both;
	margin: 10px;
	width: 870px;
	background-image: url(../images/footBK890x120.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
}

/*コンテンツ*/
#contents {
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainImage {
	padding: 0px;
	height: 283px;
	width: 894px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 15px;
	margin-left: 8px;
}
#subImage {
	padding: 0px;
	height: 100px;
	width: 890px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

/*メインコンテンツ*/
#main {
	float: left;
	width: 675px;
	margin-top: 0px;
	margin-right: 0px !important;
	margin-right: 0px;/*for IE6*/
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 8px;
	padding: 0px;		
}

/*サイドバー*/
#side {
	float: right;
	width: 178px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px !important;
	margin-left: 0px;/*for IE6*/
	padding: 0px;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
* html .clearfix {
	height: 1%;
	}
*:first-child+html .clearfix {
	min-height: 1px;
	}
.clearfix {
	display: block;
	}
.clear {
	clear: both;
	}
	