﻿@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------
 *
 *						profile用スタイル
 *
 *-----------------------------------------------------------*/
	#profileDownload {
		background:url("./../images/dlbox_bg_top.gif") no-repeat left top #e1f0f0;
		padding-top:15px;
		margin-bottom:30px;
		margin-top:37px;
	}
	
	#profileDownload div {
		background:url("./../images/dlbox_bg_bottom.gif") no-repeat left bottom;
		font-size:92%;
		line-height:1.5;
		padding-bottom:3px;
	}
	
	#profileDownload p {
		padding:1px 0px 10px 20px;
		
	}
	
	#profileDownload p span {
		display:inline-block;
		padding:3px 0px 5px 5px;
		font-size:125%;
		color:#161c6b;
		font-weight:bold;
	}
	
	#profileDownload p img {
		vertical-align:top;
	}
	
	.profileListArea {
		margin-bottom:30px;
		width:680px;
	}
	
	.profileListArea p.useTitle {
		border-left:4px solid #161c6b;
		background:#dcdcdc;
		padding:5px 0px 5px 10px;
		font-weight:bold;
		color:#161c6b;
		font-size:110%;
		margin-bottom:15px;
	}
	
	.profileListArea span.seriesName {
		display:block;
		font-size:110%;
		color:#161c6b;
		font-weight:bold;
		margin-bottom:7px;
	}
	
	.profileListArea table {
		margin-bottom:20px;
		border-top:1px solid #dcdcdc;
		border-left:1px solid #dcdcdc;
		width:679px;
		font-size:92%;
		line-height:1.5;
	}
	
	.profileListArea table th {
		padding:5px 0px;
		border-right:1px solid #dcdcdc;
		border-bottom:1px solid #dcdcdc;
		background:#969696;
		color:#ffffff;
		font-weight:normal;
		vertical-align:middle;
	}
	
	.profileListArea table.tableStyle1 th { width:220px; }
	.profileListArea table.tableStyle1 th.left { width:220px; }
	
	.profileListArea table.tableStyle2 th { width:134px; }
	.profileListArea table.tableStyle2 th.w80 { width:80px; }
	.profileListArea table.tableStyle2 th.w50 { width:50px; }
	
	.profileListArea table.tableStyle3 th.thW1 { width:110px; }
	.profileListArea table.tableStyle3 th.thW2 { width:70px; }
	
	.profileListArea table.tableStyle4 th { width:80px; }
	.profileListArea table.tableStyle4 td { word-break: break-all; }

	.profileListArea table.tableStyle5 th { width:80px; }
	.profileListArea table.tableStyle5 td { word-break: break-all; }

	.profileListArea table.tableStyle6 th { width:80px; }
	.profileListArea table.tableStyle6 td { word-break: break-all; }

	.profileListArea table td {
		padding:5px 8px;
		border-right:1px solid #dcdcdc;
		border-bottom:1px solid #dcdcdc;
		vertical-align:middle;
	}
	
	
	
	
	
	
	
	#licenseText p {
		font-size:110%;
		color:#161c6b;
		font-weight:bold;
	}
	
	#licenseLink li {
		width:86px;
		height:24px;
		padding-right:8px;
	}
	
	#licenseLink li a {
		width:86px;
		height:24px;
		display:block;
	}
	
	#licenseLink p {
		margin-top:8px;
		color:#161c6b;
		font-size:92%;
	}
	
	
	/* ---------- ---------- ---------- ---------- ----------
	 *					ドライバーリンク詳細
	 * ---------- ---------- ---------- ---------- ---------- */		
		#licenseLink li.license01			{ background:url("./../driver/images/btn_license_01_on.gif") no-repeat left top; }
		#licenseLink li.license01 a			{ background:url("./../driver/images/btn_license_01_off.gif") no-repeat left top; }
		#licenseLink li.license02			{ background:url("./../driver/images/btn_license_02_on.gif") no-repeat left top; }
		#licenseLink li.license02 a			{ background:url("./../driver/images/btn_license_02_off.gif") no-repeat left top; }
		#licenseLink li a:hover				{ background:none; }
