	@charset "utf-8";
	/* formatting styls
	------------------------------*/
	
	body  {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		background: #666666;
		margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
		padding: 0;
		text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
		color: #000000;
	}
	.thrColFixHdr #container { 
		width: 929px; /*780px;*/  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
/*		height:1300px; /*1200px; /*auto;*/ 
		height:auto;
		
		background: #FFFFFF;
		margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
		border: 1px solid #000000;
		/*text-align: left;*/ /* この設定は body エレメントの text-align: center より優先されます。 */
		text-align: center; /* この設定は body エレメントの text-align: center より優先されます。 */
	} 
	.thrColFixHdr #container1 { 
		width: 929px; /*780px;*/  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
/*		height:1496px;/*1300px; /*1200px; /*auto;*/
		height:1600px;
		
		background: #FFFFFF;
		margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
		border: 1px solid #000000;
		/*text-align: left;*/ /* この設定は body エレメントの text-align: center より優先されます。 */
		text-align: center; /* この設定は body エレメントの text-align: center より優先されます。 */
	} 
	.thrColFixHdr #container2 { 
		width: 929px; /*780px;*/  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
		height:1600px; /*1300px; /*1200px; /*auto;*/
		
		background: #FFFFFF;
		margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
		border: 1px solid #000000;
		/*text-align: left;*/ /* この設定は body エレメントの text-align: center より優先されます。 */
		text-align: center; /* この設定は body エレメントの text-align: center より優先されます。 */
	} 
	.thrColFixHdr #header { 
		background: #F6AD3C;/*#F49800;/*#DDDDDD;*/ 
		padding: 0px 10px 0px 15px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
		height: 26px;
	} 
	.thrColFixHdr #header2 { 
		background: #00000;/*#DDDDDD;*/ 
		display:block;
		margin:auto;
	} 
	.thrColFixHdr #header h1 {
		font-size: 12px;
		margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
		padding: 5px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
		text-align: left;
	}

	.thrColFixHdr #sidebar12 {
		float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
		width: 318px;/*150px;*/ /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
		height: 653px;
		
		color: #000000;
		background: #f5ffff;/*#ffffff; /*#eaffff;/*#EBEBEB*/ /* 背景色は、列内のコンテンツの長さにわたって表示されます */
		padding: 15px 10px 15px 20px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	}
	.thrColFixHdr #sidebar12 h1 {
		font-size: 12px;
		margin: 0;
		text-align: left;
		font-weight:300;
	}
	.thrColFixHdr #sidebar12 h2 {
		font-size: 16px;/*13px;*/
		margin: 0;
		text-align: left;
		font-weight:300;
	}
	.thrColFixHdr #sidebar12 h3 {
		font-size: 12px;
		margin: 0;
		text-align: left;
		font-weight:300;
	}

	.thrColFixHdr #sidebar1 {
		float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
		width: 318px;/*150px;*/ /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
		height: 653px;
		
		color: #FFFFFF;
		background: #020204;/*#EBEBEB*/; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
		padding: 15px 10px 15px 20px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	}
	.thrColFixHdr #sidebar1 h1 {
		font-size: 12px;
		margin: 0;
		text-align: left;
		font-weight:300;
	}
	.thrColFixHdr #sidebar1 h2 {
		font-size: 13px;
		margin: 0;
		text-align: left;
		font-weight:300;
	}
	.thrColFixHdr #sidebar1 h3 {
		font-size: 12px;
		margin: 0;
		text-align: left;
		font-weight:300;
	}
	.thrColFixHdr #sidebar1001 {
		margin: 20px 5px 0 0;
		float: left;
		width: 318px;
		padding: 15px 10px 15px 20px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	}
	.thrColFixHdr #sidebar1001 h1 {
		font-size: 12px;
		margin: 0;
		text-align: left;
		color: #1e90ff;
	}
	.thrColFixHdr #sidebar1001 h2 {
		font-size: 12px;
		margin: 0;
		text-align: left;
		font-weight:300;
		color: #ff6347;
	}
	.thrColFixHdr #sidebar1001 h3 {
	   padding:3px;
	   font-size:13px;
	   font-weight:bold;
	   color:#fff;
	   background:url("../img/bg_sub_h2.gif") 50% 50%;
	}	
	.thrColFixHdr #sidebar1001 p{ 
		margin: 0px 0px 7px 0px;
	}
	
	.thrColFixHdr #sidebar1002 {
		margin: 20px 5px 0 0;
		float: left;
		width: 318px;
		padding: 15px 10px 15px 20px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	}
	.thrColFixHdr #sidebar1002 h1 {
		font-size: 12px;
		color: #F49800;
		margin: 0;
		text-align: left;
	}
	.thrColFixHdr #sidebar1002 h2 {
		font-size: 12px;
		margin: 0;
		text-align: left;
		font-weight:300;
	}
	.thrColFixHdr #sidebar1002 p{ 
		margin: 0px 0px 7px 0px;
	}

	.thrColFixHdr #contact1002 {
		margin: 20px 5px 0 0;
		/*float: left;*/
		width: 618px;
		padding: 15px 10px 15px 20px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	}
	.thrColFixHdr #contact1002 h1 {
		font-size: 12px;
		color: #F49800;
		margin: 0;
		text-align: left;
	}
	.thrColFixHdr #contact1002 h2 {
		font-size: 12px;
		margin: 0;
		text-align: left;
		font-weight:300;
	}
	.thrColFixHdr #contact1002 p{ 
		margin: 0px 0px 7px 0px;
	}

	.thrColFixHdr #sidebarnews {
		margin: 20px 5px 0 0;
		float: left;
		width: 618px;
		padding: 15px 10px 15px 20px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	}
	
	.thrColFixHdr #sidebarnews h1 {
		font-size: 12px;
		color: #F49800;
		margin: 0;
		text-align: left;
	}
	.thrColFixHdr #sidebarnews h2 {
		font-size: 12px;
		margin: 0;
		text-align: left;
		font-weight:300;
	}
	.thrColFixHdr #sidebarnews p{ 
		margin: 0px 0px 7px 0px;
	}
	.thrColFixHdr #sidebar1 p{
		text-align: left;
	}
	.thrColFixHdr #sidebar2 {
		float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
		width: 160px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
		background: #EBEBEB; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
		padding: 15px 10px 15px 20px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	}
	.thrColFixHdr #sidebar2b { 
		background: #FFFFFF;/*#DDDDDD;*/ 
		float: right;
		width: 201px;
		margin: 20px 10px 0 0; /*20px 5px 0 0;*/
		/* filter: shadow(color=#999999, direction=135); */
		/*display:block;
		margin:auto;*/
	}
	.thrColFixHdr #sidebar2b p{ 
		margin: 0px 0px 7px 0px;
	}
	/*.thrColFixHdr #sidebar2b img{ 
		margin: 0 0 0 31px; 
	} */

	.thrColFixHdr #sidebar2b h4 {
		text-align: center;
	   	font-size: 12px;
	   	font-weight: lighter;
		margin 0 0 0 20px;
		color: #003399;
	}
	 
	.thrColFixHdr #mainContent { 
		/*margin: 0 200px; */ 
		/*margin: 20px 200px;*/ 
		
		/* この div エレメントの右マージンと左マージンにより、ページの両側に 2 つのサイドバーが設定されます。#sidebar1 div と #sidebar2 div に含まれるコンテンツの量に関係なく、列のスペースは維持されます。サイドバーのコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
		
		padding: 0 10px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	} 
	.thrColFixHdr #mainContent img{ 
		/*margin: 0 0 0 19px;*/ 
		margin: 0 0 0 8px; 
	}
	.thrColFixHdr #mainNewsg{
		margin: 20px 5px 0 0;
		position: relative;
		/*top: 50px;*/
		left: 19px;
		width: 322px;
		height: 653px;
		/*border: 1px solid #ff0000;*/
	
		/*display:inline;*/
		overflow:hidden;
		_zoom:1;
	}
	.thrColFixHdr #mainNewsgs01{
		margin: 20px 5px 0 0;
		position: relative;
		left: 19px;
		width: 322px;
/*		height: 753px;   */
/*		height: 953px;   */
		height: auto;/*996px;/*993px;*/
		overflow:hidden;
		_zoom:1;
	}
	.thrColFixHdr #mainNewsgs01 p{
		text-align: left;
	}
	.thrColFixHdr #mainNewsgs01 h2 {
	   padding:3px;
	   font-size:13px;
	   font-weight:bold;
	   color:#fff;
	   background:url("../img/bg_sub_h2.gif") 50% 50%;
	}
	.thrColFixHdr #mainNewsgs01 h3 {
		text-align: left;
	   	font-size: 13px;
	   	font-weight: lighter;
		margin 0 0 0 10px;
	}
	.thrColFixHdr #mainNewsgs01 h4 {
		font-size: 12px;
		margin: 0;
		text-align: left;
		font-weight:300;
		color: #191970;
	}
	
	.thrColFixHdr #mainNewsgs01q{
		margin: 20px 5px 0 0;
		position: relative;
		left: 19px;
		width: 675px;/*322px;*/
		height: 999px;/*993px;*/
		overflow:hidden;
		_zoom:1;
	}
	.thrColFixHdr #mainNewsgs01q p{
		margin: 0 0 0 20px;
		text-align: left;
	}
	.thrColFixHdr #mainNewsgs01q h2 {
	   padding:3px;
	   font-size:13px;
	   font-weight:bold;
	   color:#fff;
	   background:url("../img/bg_sub_h2.gif") 50% 50%;
	}
	.thrColFixHdr #mainNewsgs01q h3 {
		text-align: left;
	   	font-size: 13px;
	   	font-weight: lighter;
		margin 0 0 0 20px;
	}

	.thrColFixHdr #mainNewsflow{
		margin: 20px 5px 0 0;
		position: relative;
		left: 19px;
		width: 675px;/*322px;*/
		height: 1080px;/*999px;/*993px;*/
		overflow:hidden;
		_zoom:1;
	}
	.thrColFixHdr #mainNewsflow p{
		margin: 0 0 0 20px;
		text-align: left;
	}
	.thrColFixHdr #mainNewsflow h2 {
	   padding:3px;
	   font-size:13px;
	   font-weight:bold;
	   color:#fff;
	   background:url("../img/bg_sub_h2.gif") 50% 50%;
	}
	.thrColFixHdr #mainNewsflow h3 {
		text-align: left;
	   	font-size: 13px;
	   	font-weight: lighter;
		margin 0 0 0 20px;
	}
	
	.thrColFixHdr #mainNewsgs01eco{
	margin: 20px 5px 0 0;
	position: relative;
	left: 19px;
	width: 322px;
	/*		height: 753px;   */
/*		height: 953px;   */
		height: 810px; /*auto;/*996px;/*993px;*/
	overflow:hidden;
	_zoom:1;
	}
	.thrColFixHdr #mainNewsgs01eco p{
		text-align: left;
	}
	.thrColFixHdr #mainNewsgs01eco h2 {
	   padding:3px;
	   font-size:13px;
	   font-weight:bold;
	   color:#fff;
	   background:url("../img/bg_sub_h2.gif") 50% 50%;
	}
	.thrColFixHdr #mainNewsgs01eco h3 {
		text-align: left;
	   	font-size: 13px;
	   	font-weight: lighter;
		margin 0 0 0 10px;
	}
	.thrColFixHdr #mainNewsgs01eco h4 {
		font-size: 12px;
		margin: 0;
		text-align: left;
		font-weight:300;
		color: #191970;
	}
		
	.thrColFixHdr #jisk01Newsgs01{
		/*	margin: 20px 5px 0 0;*/
		margin: 20px 15px 0 0;
		float: left;
		position: relative;
		left: 19px;
		width: 322px;
		height: 753px;
		overflow:hidden;
		_zoom:1;
	}
	.thrColFixHdr #jisk01Newsgs01 p{
		text-align: left;
	}
	
	.thrColFixHdr #jisk01Newsgs01 h2 {
	   padding:3px;
	   font-size:13px;
	   font-weight:bold;
	   color:#fff;
	   background:url("../img/bg_sub_h2.gif") 50% 50%;
	}
	.thrColFixHdr #jisk01Newsgs01 h3 {
	   font-size: 10px;
	   font-weight: lighter;
	}
	.thrColFixHdr ##jisk01Newsgs01_div {
	position: absolute;
	left: 50%;
	height: 100%;
	width: 1000px;
	margin-left: -500px; /* MUST be half the width */
	}
	
	
	
	.thrColFixHdr #mainNews {
	position: absolute;
	top: 6px;
	left: 24px;
	/*
		position: relative;
		top: -600px;
		left: 173px;
	*/
		width: 287px;
	text-align: left;
	/*		height: 591px; */
		height: 673px;
	font-size: 12px;
	font-weight:700;
	z-index: 1;
	/*display:inline;*/
	/*overflow:hidden;*/
		_zoom:1;
	
	}
	.thrColFixHdr #mainNewss01 {
		position: absolute;
		top: 7px;
		left: 23px;
		width: 287px;
		border: 1px solid #6495ed;
		text-align: left;
		height: 100px;
		font-size: 12px;
		font-weight:300;
		z-index: 1;
		_zoom:1;
	}
	.thrColFixHdr #freek {
		width: 901px;
		font-size: 12px;
		font-weight:300;
		margin-top: 40px;
		margin-right: 0;
		margin-bottom: 5px;
		margin-left: 350px;
	} 
	
	.thrColFixHdr #ft {
	}
	.thrColFixHdr #ft h3{
		padding:3px;
		font-size:12px;
		font-weight:200;
		/*color:#fff;*/
		text-align: center;
	/*   	background:url("../img/fotbar.gif") 50% 50%;*/
	/*	background:url("../img/fotbar.gif") 50% 50%;*/
		background:url("../img/topg01b_711_35.gif") 50% 50%;
	}
	.thrColFixHdr #footer { 
		padding: 0 10px 0 20px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
		background:#DDDDDD;
	} 
	.thrColFixHdr #footer p {
		margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
		padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	}
	.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
		float: right;
		margin-left: 8px;
	}
	.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
		float: left;
		margin-right: 8px;
	}
	.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
	}
	.style1 {color: #F49800}
	
	
	
	
	
	/* soft_ar */
	#software_ar {
		float: left;
		width: 314px;
		margin-left: 14px;
		height: 370px;
	}
	.top_software {
		margin: 0px;
		line-height: 125%;
		font-size: 12px;
		padding-top: 5px;
		padding-left: 5px;
	}
	.top_software table {
		margin: 0px;
		padding: 0px;
		color: #003399;
		width: 270px;
	}
	.top_software table th {
		margin: 0px;
		padding: 7px 0px 0px 7px;
		vertical-align: top;
		text-align: left;
		width: 16px;
	}
	.top_software table td {
		margin: 0px;
		padding: 7px 0px;
	}
	.top_software table tr {
		background-image: url(../img/line.gif);
		background-repeat: repeat-x;
		background-position: left bottom;
	}
	.top_software a:link {
		color: #333333;
		text-decoration:underline
	}
	.top_software a:visited {
		color: #333333;
		text-decoration:underline
	}
	.top_software a:hover {
		color: #FF9900;
		text-decoration:none;
	}
	.top_software a:active {
		color: #FF9900;
		text-decoration:none;
	}
	
	
	
	
	
	dl#sample1 dl,dt,dd {
		margin: 0;
		padding: 0;
	}
	
	dl#sample1 dl {
		border: 1px solid #333;
		border-top: none;
		width: 300px;
		background: #e7e7e7;
	}
	
	dl#sample1 dt,dd {
		padding: 3px;
	}
	
	dl#sample1 dt {
		border-top: 1px solid #333;
		clear: left;
		float: left;
		width: 80px;
	}
	
	dl#sample1 dd {
		margin-left: 80px;
		border-top: 1px solid #333;
		border-left: 1px solid #333;
		background: #fff;
	}
	
div	#mwhat {
   margin-bottom:3px;
   padding:0 0 3px 8px;
   font-size:10px; /*13px;*/
   border-top:1px solid #3298D3;
   border-left:1px solid #3298D3;
   border-right:1px solid #3298D3;
   border-bottom:1px solid #3298D3;
   background: url("../img/tp_nack01.gif") 0 50% no-repeat;
}

div	#mwhat2 {
   margin-bottom:3px;
/* padding:0 0 3px 8px; */
   padding:8px 0 3px 8px;
   font-size:13px;
   border-top:1px solid #3298D3;
   border-left:1px solid #3298D3;
   border-right:1px solid #3298D3;
   border-bottom:1px solid #3298D3;
   background: url("../img/tp_nack01l.gif") 0 0 no-repeat;
}

div	#mwhatdoni {
   margin-bottom:3px;
/* padding:0 0 3px 8px; */
   padding:8px 0 3px 8px;
   font-size:13px;
   border-top:1px solid #3298D3;
   border-left:1px solid #3298D3;
   border-right:1px solid #3298D3;
   border-bottom:1px solid #3298D3;
/* background: url("../img/tp_nack01l.gif") 0 0 no-repeat; */
}

div	#contact {
   margin-bottom:3px;
   padding:0 0 3px 8px;
   font-size:12px;
   text-align: left;
   border-top:1px solid #3298D3;
   border-left:1px solid #3298D3;
   border-right:1px solid #3298D3;
   border-bottom:1px solid #3298D3;
   background: url("../img/tp_nack01l.gif") 0 0 no-repeat;
}

	.thrColFixHdr #mwhatdoni p {
		font-size: 12px;
		margin: 0;
		text-align: center;
		font-weight:300;
		color: #191970;
	}
	
.line {
	background-image: url(../img/line_bg_01.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}


#iframe {
/*	width:275px;
	height:297px; */
	width:675px; /*600px;*/
	height:929px;/*992px; /*77px;*/
	overflow:auto;
/*	padding: 5px; */
	font-size: 8px;
	border-style: none;

		/*overflow:hidden;*/
		/*_zoom:1;*/
}

#iframe2 {
/*	width:275px;
	height:297px; */
	width:675px; /*600px;*/
	height:1010px;/*929px;/*992px; /*77px;*/
	overflow:auto;
/*	padding: 5px; */
	font-size: 8px;
	border-style: none;

		/*overflow:hidden;*/
		/*_zoom:1;*/
}
	
	.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
	.thrColFixHdr #mainContent { zoom: 1; }


table#table-02 {
    width: 100%;/*530px;*/
    border: 1px #E3E3E3 solid;
    border-spacing: 0;
    background: #D5F0F0 url(img/bg_02.gif) repeat-x 0 100%;
	font-size: 13px;
}




table#table-02 th {
    padding: 5px;
    border: #98DCDC solid;
    border-width: 0 0 1px 1px;
    background: #73CECE url(img/bg_02_header.gif) repeat-x 0 100%;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-02 td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF #8ED9D9 #8ED9D9 #FFFFFF;
    color: #1A4444;
    text-align: center;
}


.Title { background-color: #cccccc; font-weight: bold; }
.Point { background-color: #ffcccc; }
.Price { background-color: #ffcc80; text-align: right; width: 6em; }
.Other { text-align: right; width: 4em; }
.Check { color: red; }

 
