@charset "utf-8";
/* ===================================================================
CSS information

 file name  :delrecord.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/*グローバルメニューオン表示*/
#delrecord #header #gnav li.nav_delrecord a{
	background: url(../images/gnav.gif) -210px 35px;
}

/*サブメニューオン表示*/
#delrecord #sub #subnav li.sub_delrecord a{
	background: url(../images/subnav.gif) -220px -43px;
}

/*ページタイトル*/
#delrecord #main h2{
	background: url(../delrecord/images/title.gif) left top no-repeat;
}

/* 旧サインタイルサイトからのニュース記事css移植
----------------------------------------------------------- */

/*記事コンテンツ*/
#delrecord .delrecord_content {
	width: 595px;
	margin: 0 0 40px;
	color: #464646;
}

/*タイトル*/
#delrecord .delrecord_content .delrecord_title {
	width: 585px;
	margin: 0 0 15px;
	padding: 10px 0 10px 10px;
	background: #E9E9E9;
	celar: both;
}

/*タイトルテキスト*/
#delrecord .delrecord_content .delrecord_title h3 {
	padding: 0 0 0 10px;
	border-left: 3px solid #666;
	font-size: 15px;
	line-height: 15px;
	float: left;
}

/*日付*/
#delrecord .delrecord_content .delrecord_title p.date {
	padding: 0 10px 0 0;
	font-size: 10px;
	line-height: 10px;
	text-align: right;
	font-weight: bold;
	float: right;
}

/*納入実績場所*/
#delrecord .delrecord_content p.del_place {
	margin: 0 0 20px;
}

/*本文*/
#delrecord .delrecord_content p.text {
	width: 580px;
	margin: 0 0 10px;
}

/*画像*/
#delrecord  .delrecord_content img {
	margin: 0 0 20px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

