@charset "UTF-8";
/*********************************************************************************************/
/* [ 製品別 CSS ]
/*
/* (c)2009 Jungle, Inc. All Rights Reserved.
/*********************************************************************************************/

/* ----- メイン部分 ----- */
#main {
	width:950px;
}


/* 製品ヘッダー */
#product {

}

	#phead {

	}
	
	#back_products { 
		margin:0 0 5px 0;
	}
	
		#back_products a { 
			display:block;
			overflow: hidden;
			text-indent:-9999px;
	
			width:144px;
			height:16px;
			background: url(../images/back_products.gif) no-repeat top left;
		}
	
		#back_products a:hover { background-position: 0 -16px; }


/* 製品の特長 */
#hikaku {
	width:950px;
	margin: 0 auto;
	text-align:left;
}

	#hikaku table {
		width:949px;
		margin: 5px 0 30px 1px;
		border-top:#AAAAAA 1px solid;
		border-left:#AAAAAA 1px solid;
		background-color:#fff;

	}

		#hikaku table h3 {
			font-size:110%;
			font-weight:bold;
		}

		#hikaku table h4 {
		}

		#hikaku table ul{
			margin: 0 0 0 30px;
		}

		#hikaku table ul li{ list-style:disc; margin: 0; }


		#hikaku table th{
			padding:5px 10px;
			border-right:#AAAAAA 1px solid;
			border-bottom:#AAAAAA 1px solid;

		}
	
		#hikaku table td{
			width:110px;
			font-size:100%;
			padding:5px;
			text-align:center;
			line-height:1.2em;
			border-right:#AAAAAA 1px solid;
			border-bottom:#AAAAAA 1px solid;

		}
		
		#hikaku table td .small {
			font-size: 70%;
		}


		#hikaku table td.title {
			font-weight: bold;
		}






/* 製品フッター */
#pfoot {
	margin:0 0 30px 0;
	padding:0;
}

#pfoot .notice{
	background:#F5F5F5;
	border:1px #AAAAAA solid;
	padding:5px;
	margin:0 0 20px 0;
}

	#pfoot .notice h3{
		background:url(../images/notice.gif) no-repeat left center;
		font-weight:bold;
		margin: 0 0 5px 0;
		padding-left:18px;
	}
	

	#pfoot .notice ul,#pfoot .notice_tm ul{
		margin: 0 0 0 20px;
	}

	#pfoot .notice li,#pfoot .notice_tm li{
		list-style:disc;
		margin: 0 0 5px 0;
		font-size:85%;
		*font-size:77%;
		font-family: "Verdana";
	}

