
/******************************************************************

	catalog
	カタログ扉ページ用スタイルシート
	ver1.1 06/02/10

*****************************************************************/

	


/*	ページ上部ボタン
**********************************/

#catalogbtnlist{
	background: url(images/btn_background.gif) repeat-x;
	width: 488px;
	height: 22px;
	
	margin-top: -7px;
	}

	
#catalogbtnlist li{
	float: left;
	list-style: none;
	}

#catalogbtnlist a {
	display:block;
	height: 12px;
	
	margin: 6px 20px 15px 0;
	}

#catalogbtnlist .catalog a {
	margin-left: 128px;
	background: url(images/btn_catalogkeisai.gif);
	width: 94px;
	}

#catalogbtnlist .dxfpdf a {
	background: url(images/btn_dxfpdf.gif);
	width: 101px;
	}
	
	

/*	カタログ各パーツ
**********************************/


/*　イメージ　*/
/*.catalogimage {
	clear: both;
	float: left;
	display:block;
	width: 125px;
	height: 177px;
	margin: 0 13px 20px 0;
	}
*/
.catalogimage {
	clear: both;
	float: left;
	display:block;
	width: 220px;
	height: 312px;
	margin: 0 13px 20px 0;
	}


/*　タイトル　*/
.catalogtitle {
/*	width: 350px;
	
	background: url(images/line_catalogparts.gif) repeat-x;
	padding-top: 15px;
	margin-bottom: 5px;
*/	
	width: 488px;
	
	padding-top: 15px;
	margin-bottom: 5px;
	font-size: small;
	font-weight: bold;
	line-height: 1.2em;
	}

.catalogtitle span {
	padding-left:1.2em;
	color:#b32801;
	}

.catalogline {
	width: 470px;
	
	background: url(images/line_catalogparts.gif) repeat-x;
	padding-top: 15px;
	margin-bottom: 5px;
	}


/*　テキスト　*/
#catalogtext {
/*	float: left;
	width: 350px;
*/
	font-size: small;
	line-height: 1.4em;
	}

#catalogtext .color {
	color: #0000FF;
	}


/*　ボタン　*/


.catalogbtn1,
.catalogbtn2 {
/*	float: left;

	float: right;
	width: 350px;
*/	
	margin-top: 5px;
	margin-bottom: 20px;
	}

.catalogbtn1 a {
/*	margin-left: 166px;
*/	
	display:block;
	width: 184px;
	height: 25px;
	background: url(images/btn_catarog1.gif);
	}


.catalogbtn2 a {
/*	margin-left: 241px;
*/	
	display:block;
	width: 109px;
	height: 25px;
	background: url(images/btn_catarog2.gif);
	}