/* CSS Document */
/*

=====================================*/
div#header h2 {
	position: absolute;
	top: 9px;
	left: 149px;
	width: 345px;
	height: 48px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://04510.jp/_img/S/header_h1_bg.gif);
	background-repeat: no-repeat;
	z-index: 6;
}
div#header h2 span {
	display: block;
	margin: 0px;
	padding: 10px 5px 5px 45px;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.4em;
}
/*

=====================================*/
div#contents div#mainContents h1#catalogH1 {
	position: relative;
	top:0;
	left:0;
	margin:0 0 15px;
	height:115px;
}
.catalogBox01 {
	border:3px solid #A6CE39;
	background:#F5FFE5;
	padding:20px 20px 0;
	margin-bottom:25px;
}
.catalogBox01 h2 {
	margin:0 0 15px;
	padding:0;
}
.catalogBox01 h3 {
	margin:0 0 5px;
	padding:0;
}
.catalogBox01 p {
	line-height:1.7em;
	margin-bottom:2em;
}
/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.btn {
	text-align: center;
}
.center {
	text-align:center;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	display:none;
}
.fltrt {
	float: right;
	margin-left: 0px;
}
.fltlft {
	float: left;
	margin-right: 0px;
}
/* 外部リンクは別窓用の指定 */
.externalIcon {
	padding-left: 5px;
	vertical-align: middle;
}
/* clearfix */
.pkg:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
* html .pkg {
	display: inline-block;
}
/* no ie mac \*/
* html .pkg {
	height: 1%;
}
.pkg {
	display: block;
}

/* */
