@charset "utf-8";
/* CSS Document */

#topContent {
	overflow: hidden;
}
 
 /**//**//**//**//**//**//**//**/
 /* TOPページ商品ボックス表示用 */
h2{
	margin:0;
	padding:0;
}
 /* 紫背景ボックス／上段 */
#tabbox1 {
	background-color: #CCCCFF;
	width: 760px;
	height: 187px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
 /* 紫背景ボックス／下段左 */
#tabbox2 {
	background-color: #CCCCFF;
	width: 502px;
	height: 147px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
 /* 紫背景ボックス／下段右 */
#tabbox3 {
	background-color: #CCCCFF;
	width: 225px;
	height: 147px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
 /* 施工管理用枠 */
.waku1 {
	border: 1px solid #333399;
	width: 243px;
	margin: 0px;
	background-color: #FFFFFF;
	position: relative;
	padding: 0px;
	left: 0px;
	top: 0px;
	height: 145px;
	overflow: hidden;
}
 /* 電工用用枠 */
.waku2 {
	border: 1px solid #333399;
	width: 243px;
	margin: 0px;
	background-color: #FFFFFF;
	position: relative;
	padding: 0px;
	height: 107px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
 /* 建築DVD用枠 */
.waku3 {
	border: 1px solid #333399;
	width: 223px;
	margin: 0px;
	background-color: #FFFFFF;
	position: relative;
	padding: 0px;
	height: 127px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
 /* ↑枠をさらに囲むボックス～左にフロート*/
.wakubox {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 245px;
}
.wakubox img{
	padding: 0px;
	margin: 0px;
}
 /* ↑枠をさらに囲むボックス～右にフロート*/
.wakubox_r {
	padding: 0px;
	float: right;
	margin: 0px;
	width: 245px;
}
.wakubox_r img{
	padding: 0px;
	margin: 0px;
}
 /*施工管理リンクボタン位置～1級用*/
.btn_a {
	height: 125px;
	position: absolute;
	left: 32px;
	top: 10px;
	width: 77px;
	margin: 0px;
	padding: 0px;
}
 /*施工管理リンクボタン位置～2級用*/
.btn_b {
	height: 125px;
	position: absolute;
	left:135px;
	top: 10px;
	width: 77px;
	margin: 0px;
	padding: 0px;
}
 /*電工を左寄せレイアウト*/
#box_left {
	float: left;
	width: 530px;
	padding: 0px;
}
 /*建築DVDを右寄せレイアウト*/
#box_right {
	float: right;
	width: 265px;
}
 /*電工・建築DVDの商品写真位置*/
.sbox_c {
	position: absolute;
	left: 10px;
	top: 10px;
}
 /*電工のテキスト位置*/
.sbox_text {
	width: 105px;
	position: absolute;
	left: 130px;
	top: 10px;
	font-size: 11px;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
 /*建築DVDのテキスト位置*/
.sbox_text2 {
	width: 105px;
	position: absolute;
	left: 110px;
	top: 10px;
	font-size: 11px;
	line-height: 1.2em;
}
 /*電工の商品詳細リンクボタン位置*/
.sbox_btn {
	width: 105px;
	position: absolute;
	left: 130px;
	top: 55px;
	height: 40px;
}
 /*建築DVDの商品詳細リンクボタン位置*/
.sbox_btn2 {
	width: 106px;
	position: absolute;
	left: 110px;
	top: 76px;
	height: 40px;
}

 /**//**//**//**//**//**//**//**/
/* NEWS&TOPICS */
.newstopics {
	padding-top: 20px;
	padding-bottom: 40px;
}
.newstopics p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.date {
	margin-right: 15px;
}
