@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: 40px 0 15px;
	font-size: 210%;
	font-weight: bold;
	color: #003E8C;
	border-bottom: 2px solid #003E8C;
	line-height: 1.5em;
	}

#jungle #features h3 {
	color: #003E8C;
	font-weight: bold;
	font-size: 150%;
	}

#jungle #features h4 {
	color: #003E8C;
	font-size: 130%;
	font-weight: bold;
	margin: 30 0 20px 0;
	padding-bottom: 10px;
	line-height: 1.3em;
	}


#jungle #features p{
	margin: 0 0 20px 0;
	font-size: 107.7%;
	line-height: 1.9em;
	}

#jungle #features figure{
    float: right;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 20px;    
	}

	#jungle #features .function {
    	width: 700px;
		height: auto;
	}

	#jungle #features .function img {
    float: left;
    padding-right: 20px;
	}

	#jungle #features .textbox {
    margin-top: 30px;
    margin-bottom: 50px;
	}

	#jungle #features .other {
	width: 700px;
	border: 2px solid #003E8C;
	border-radius: 8px;
	height: auto;
	margin-top: 50px;
	}

	#jungle #features .maru {
		font-size: 120%;
		font-weight: bold;
		color: #003E8C;
	}

	#jungle #features .new {
	}


/* 動作環境 */
	#jungle #require {
	padding:30px 0 0 0;
	}
	
	#jungle #require h2 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 130%;
	}
	
		#jungle #require h3 {
			font-weight:bold;
			font-size: 110%;
			margin:0 0 5px 0;
		}
	
		#jungle #require p {
			margin:0px 0 20px 0;
		}

		#jungle #require table {
			margin:0 0 30px 0;
			width:700px;
			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:5px;
	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";
	}


