@charset "UTF-8";
/*********************************************************************************************/
/* [ 製品紹介ページ用 CSS ]
/*
/* (c)2008 Jungle, Inc. All Rights Reserved.
/*********************************************************************************************/
body {
	text-align:center;
}

#container {
	margin: 0 auto;
}


#contents {
	width:700px;
	margin: 0 auto;
	text-align:left;
}

	/* ページ上部へ戻る */
	#contents .page_up {
		clear:both;
		margin:0 0 5px 0;

	}

	#contents ul{ margin: 0 0 0 20px; }
	#contents ul li{ list-style:disc; margin: 0; }


/* 製品ヘッダー */

#phead {
	margin:0 0 20px 0;
}

	#phead h1 {
		margin:0;
	}



/* 導入部分 */

#intro {
	clear:both;
	padding:0;
}

	#intro .trial{
			float:right;
			margin:0 0 20px 20px;
			width:200px;
			display:inline;
	}

	#intro p{
		font-size:110%;
	}

	#intro h2{
		margin:0 0 10px 0;
	}


/* 製品の特長 */

#lineup {
	padding:20px 0 0 0;
}

	#lineup .lineup_l {
		width:340px;
		height:217px;
		float:left;
		display:inline;
		background:url(../images/lineup_bg.gif) no-repeat bottom left;
	}

	#lineup .lineup_r {
		width:340px;
		height:217px;
		float:right;
		display:inline;
		background:url(../images/lineup_bg.gif) no-repeat bottom left;
	}

	#lineup .lineup_sd {
		width:340px;
		height:217px;
		float:left;
		display:inline;
		background:url(../images/lineup_sd_bg.gif) no-repeat bottom left;
	}
	
	#lineup .pkg {
		float:left;
		width:115px;
		text-align:right;
		display:inline;
	}

	#lineup .status {
		float:left;
		width:220px;
		display:inline;
	}

	#lineup .trial {
		clear:both;
		padding:10px 0 0 0;
		text-align:center;
	}


	#lineup .banner {
		margin-bottom: 30px;
		text-align: center;
	}



/* 動作環境 */

#require {
	padding:30px 0 0 0;
}

	#require h2 {
		margin:5px 0 20px 0;
	}

	#require h3 {
		font-weight:bold;
		margin:0 0 3px 0;
	}

	#require p {
		margin:0 0 5px 0;
	}
	
	#require table {
		margin:0 0 20px 0;
		width:700px;
		border-top: 1px solid #AAAAAA;
		border-left: 1px solid #AAAAAA;
	}
	
	#require th {
		width:120px;
		padding:5px;
		font-weight:normal;
		text-align:center;
		vertical-align:middle;
		background-color:#F9F9F3;
		border-bottom: 1px solid #AAAAAA;
		border-right: 1px solid #AAAAAA;
	
	}
	
	#require td {
		padding:5px;
		border-bottom: 1px solid #AAAAAA;
		border-right: 1px solid #AAAAAA;
	}


/* 製品フッター */

#pfoot {
	margin:0 0 30px 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;
		font-size:110%;
		margin: 0 0 5px 0;
		padding-left:18px;
	}
	
	#pfoot .notice_tm li{
		margin: 0 0 5px 0;
		font-size:85%;
		*font-size:77%;
		font-family: "Verdana";
	}

