@charset "utf-8";

/*
CSS information
	FileName    : catalog.css
	Description : カタログスタイル用
	Version     : 1.0.0(20100622)
	Author      : szk
*/

/*====================================================================================================
	SiteMap
====================================================================================================*/
#container {
  line-height: 1.5;
}

#contents h2 {
	margin-bottom: 30px;
}

h3 {
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: solid 1px #CCBAA3;
	clear: left;
}

.catalogShell {
	padding: 35px 35px 0;
}

#catalogBox {
	width: 840px;
	padding-left: 40px;
}
.leftBox {
	float: left;
	width: 500px;
}
.rightBox {
	float: right;
	width: 280px;
	text-align: center;
}

.footNote {
	color: #999999;
	padding: 0;
}

.articleBox {
	padding: 0 40px;
}

