@charset "Shift_JIS";

/**********************************************************************
AUTHOR          Shuichi Saito
CSS構成書:
Last Modified: 2008.05.07

***********************************************************************/

/*　階層構造図
#container
	#container_2
			#header					width:
			#navi					width:
			#top_flash				width:
			#contents				width:
					#top_left		width:
					#top_right		width:
			#footer					width:
*/




/*-----------------------------------------------------------------------
		TOPページ専用	2008.05.07	Shuichi Saito
-----------------------------------------------------------------------*/



/*-----------------------------------------------------------------------
		フラッシュ(#flash)
-----------------------------------------------------------------------*/
/*  #flash配置 */
#flash {
	width: 746px;
	margin: 0px auto 15px auto;
	clear: both; 	
}





/*-----------------------------------------------------------------------
		コンテンツ
-----------------------------------------------------------------------*/
/*  #top_left */
#top_left {
	width: 528px;
	min-height: 450px;
	float: left;
	background-image: url(../img/contents_bg.png);
	background-repeat: repeat;
	behavior: expression(IEPNGFIX.fix(this));
	border: 1px #454141 solid;
}


#midashi_topnews {
	width: 520px;
	height: 39px;
	margin: 5px 0px 0px 5px;
	background-image: url(../img/midashi_top_news.png);
	background-repeat: no-repeat;
	behavior: expression(IEPNGFIX.fix(this));
}

#top_left dl {
	margin: 5px 20px 0px 20px;
	line-height: 2em;
	border-bottom: 1px #454141 dotted;
}

#top_left dt {
	width: 7em;
	padding-left:1.2em;
	background-image: url(../img/list_mark.gif);
	float: left;
	background-repeat: no-repeat;
	background-position: left center;

}

#top_left dd {
}


h4#midashi_topnews span {
	display: none;
}


/*  カーコーティング・バナー */
#top_left img.top_banner_01 {
	display: block;
	width: 514px;
	height: 141px;
	margin: 30px auto 5px auto;
}

/*  高性能窓ガラス遮断フィルム */
#top_left img.top_banner_02 {
	display: block;
	width: 514px;
	height: 141px;
	margin: 5px auto 10px auto;
}

/*  #top_right */
#top_right {
	width: 196px;
	height: 450px;
	float: right;
	background-image: url(../img/contents_bg.png);
	background-repeat: repeat;
	behavior: expression(IEPNGFIX.fix(this));
	border: 1px #454141 solid;	
}







