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

/* 製品ヘッダー */
#jungle #phead {
	margin:0 0 30px 0;
	text-align:right;
}

	#jungle #phead h1 {
		margin:0 0 0 0;
	}



/* 製品の特長 */
#jungle #features {
		padding:0 0 20px 0;
}

	#jungle #features h2 {
		margin:0 0 30px 0;
	}

	#jungle #features h3 {
		margin: 75px 0 15px 0px;
	}

	#jungle #features h2 + h3,
	#jungle #features h3 + h4 {
		margin-top: 0;
	}

	#jungle #features h4 {
		margin: 65px 0 15px 0px;
	}

	#jungle #features h4.h4text {
		font-size: 138.5%;
		font-weight: bold;
		margin: 25px 0 0 0px;
	}
	#jungle #features h4.h4text + h4.h4text {
		margin: 10px 0 0 0px;
	}

	#jungle #features h4.h4text span.hd {
		color: #009fe8;
	}

	#jungle #features h4.h4text span.file {
		color: #009c84;
	}


	#jungle #features p{
		font-size: 107.7%;
		line-height: 1.8;
	}

	#jungle #features .scr {
		margin:30px 0 0 0;
		text-align: center;
	}

	#jungle #features #mynumber {
		background: #fffae6;
		padding: 15px;
		margin-top: 25px;
	}


	#jungle #features .font12 {
		font-size:92.3%;
	}

	/* 動作環境 */
	#jungle .require {
		padding:30px 0 0 0;
	}
	
		#jungle .require h2 {
			margin:0 0 20px 0;
		}
	
		#jungle .require h3 {
			font-weight:bold;
			font-size: 110%;
			margin:0 0 5px 0;
		}
	
		#jungle .require p {
			margin:10px 0 30px 0;
		}
	
		#jungle .require table {
			margin:0;
			width:540px;
			border-top: 1px solid #AAAAAA;
			border-left: 1px solid #AAAAAA;
		}
		
			#jungle .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;
			}
			
			#jungle .require td {
				padding:5px;
				border-bottom: 1px solid #AAAAAA;
				border-right: 1px solid #AAAAAA;
			}


/* ページ上部へ戻る */
#jungle .page_up {
	text-align:right;
	margin:0 0 5px 0;
}

	#jungle .page_up a{
		font-size:85%;
		*font-size:77%;
		font-family: "Verdana";
	}


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

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

	#jungle .pfoot .notice h3{
		font-weight:bold;
		font-size:110%;
		margin: 0 0 5px 0;
		padding-left:18px;
	}
	
	#jungle .pfoot .notice li, #jungle .pfoot .notice_tm li{
		margin: 0 0 5px 0;
		font-size:85%;
		*font-size:77%;
		font-family: "Verdana";
	}
