/*----------	フォント指定サンプル	----------*/
/*	font-family:"ＭＳ Ｐゴシック","osaka","sans-serif";		/*　フォント（ゴシック）　*/
/*	font-family:"ＭＳ Ｐ明朝","平成明朝","serif";			/*　フォント（明朝）　	*/
/*	font-family:"COURIER NEW","Comic Sans MS","ARIAL","Times New Roman","monospace";	/*　等幅フォント　*/

/* For IE Box (NN 対応用)*/
*{ box-sizing : border-box}
*{ -moz-box-sizing : border-box}

/*---------		背景の指定		----------*/
body	{
	/*	background-image:url(../image/Header.jpg);	*/
	/*	background-repeat: no-repeat;	*/
	/*	background-attachment:scroll;	*/
	/*	background-color:#ffffff;	*/
	/*	for IE & NN	*/
	margin: 0;
	/*margin-left:0px;*/
	/*margin-right:0px;*/
	/*margin-top:0px;*/
	/*margin-bottom:0px;*/
	/*	for OPERA	*/
	/*padding-left:0px;*/
	/*padding-right:0px;*/
	/:padding-top:0px;*/
	/*padding-bottom:0px;*/
	font-family:"ＭＳ Ｐゴシック","osaka","sans-serif";
	font-size:10pt;	
	color:#505050;
	/*	scrollbar-face-color:#e2e2e2;	*/
	/*	scrollbar-track-color:#e2e2e2;	*/
	/*	scrollbar-highlight-color:#c0c0c0;	*/
	/*	scrollbar-darkshadow-color:#c0c0c0;	*/
	/*	scrollbar-arrow-color:#505050; 	*/
	/*	scrollbar-shadow-color:#505050; 	*/
	/*	scrollbar-3dlight-color:#505050;	*/
	}

/*---------		ヘッダー部の指定		----------*/
#header	{
	background: url(../image/Header.jpg) no-repeat left top;
	width: 800px;
	height: 80px;
	}

#header_logo1	{
	position: absolute;;
	top: 15px;
	left: 10px;
	z-index: 1;
	}

#header_logo2	{
	position: absolute;;
	top: 45px;
	left: 660px;
	}

#body01	{
	padding-top: 10px;
	padding-left: 20px;
	}
	
#dealer_subbody01	{
	padding-top: 20px;
	padding-left: 50px;
	}
	
	
/*---------		ナビ部の指定		----------*/
#gNavi {   
	font-family:"Verdana";
	font-size:10pt;	
	font-weight:600;
    margin:0px;   
    padding:0px;   
    width:800px;   
    height:25px;   
	position: relative;
    overflow:hidden;   
    background:#ff9933;
	filter: alpha(opacity=100,finishopacity=70,style=1,startx=0,starty=0,finishx=0,finishy=100);
	}  
#gNavi li { 
	list-style:none;
	width:133px; 
	float:left; 
	} 
#gNavi li a {   
    display:block;   
    line-height:25px;   
    color:#fff;   
    text-align:center;   
}   
#gNavi li a:hover { background:#66c; } 

#gNavi_gray	{											/*タイトル部分*/
  	font-size: 10pt;									/*文字サイズ*/
  	font-family: "Century","Lucida Sans Unicode",Verdana,Arial,sans-serif;
/*  color: #FFFFFF;	*/								/*文字色*/
  	background-color: #778899;						/*背景色*/
  	width: 800px;
	height: 20px;
	margin: 0px;
  	padding: 0px;
    overflow:hidden; 
  	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100,finishopacity=50,style=1,startx=0,starty=0,finishx=0,finishy=100);
  	}

#gNavi_gray li	{
	display: inline;
	line-height: 20px;
	list-style: none;
	padding-right: 10px;
	}
#gNavi_gray li a	{
	color: #000000;											/*文字色*/
	font-weight: 600;
	}
#gNavi_gray li a:hover { background:#66c; } 

#gNavi_gray_2	{
	width: 800px;
	height: 2px;
	font-size: 2px;
	background-color: #808080;
	}
	
.red	{
	background: #ff7f50;
	}

	
/*---------		リンクの指定		----------*/
A.top_1:link	{			/* 未訪問のリンク色 */
	text-decoration:none;
	color:#505050;
	}
A.top_1:visited	{		/* すでに訪問したリンク色 */
	text-decoration:none;
	color:#505050;
	}
A.top_1:active	{			/* クリック中のリンク色 */
	text-decoration:none;
	color:#505050;
	}
A.top_1:hover	{		/* オンマウス時のリンク色 */
	text-decoration:none;
	color:#505050;
	}

A.menu_1:link	{			/* 未訪問のリンク色 */
	text-decoration:none;
	color:#ffffff;
	}
A.menu_1:visited	{		/* すでに訪問したリンク色 */
	text-decoration:none;
	color:#ffffff;
	}
A.menu_1:active	{			/* クリック中のリンク色 */
	text-decoration:none;
	color: #ff6600;
	/*	color:#505050	*/;
	}
A.menu_1:hover		{		/* オンマウス時のリンク色 */
	text-decoration:none;
	color:#ff6600;
	/*	color:#505050	*/;
	}

A.menu_2:link	{			/* 未訪問のリンク色 */
	text-decoration:none;
	color:#000000;
	/*	color:#FF9430;	*/
	}
A.menu_2:visited	{		/* すでに訪問したリンク色 */
	text-decoration:none;
	color:#000000;
	/*	color:#FF9430;	*/
	}
A.menu_2:active	{			/* クリック中のリンク色 */
	text-decoration:none;
	color:#505050;
	}
A.menu_2:hover		{		/* オンマウス時のリンク色 */
	text-decoration:none;
	color:#505050;
	}

A.link_1:link	{			/* 未訪問のリンク色 */
	text-decoration:none;
	color:#dd0000;
	font-weight:600;
	}
A.link_1:visited	{		/* すでに訪問したリンク色 */
	text-decoration:none;
	color:#dd0000;
	font-weight:600;
	}
A.link_1:active	{			/* クリック中のリンク色 */
	text-decoration:none;
	color:#505050;
	font-weight:600;
	}
A.link_1:hover		{		/* オンマウス時のリンク色 */
	text-decoration:none;
	color:#505050;
	font-weight:600;
	}

A.link_2:link	{			/* 未訪問のリンク色 */
	text-decoration:none;
	color:#505050;
	font-weight:600;
	}
A.link_2:visited	{		/* すでに訪問したリンク色 */
	text-decoration:none;
	color:#505050;
	font-weight:600;
	}
A.link_2:active	{			/* クリック中のリンク色 */
	text-decoration:none;
	color:#dd0000;
	font-weight:600;
	}
A.link_2:hover		{		/* オンマウス時のリンク色 */
	text-decoration:none;
	color:#dd0000;
	font-weight:600;
	}

A.link_3:link	{			/* 未訪問のリンク色 */
	text-decoration:none;
	color:#000080;
	font-weight:600;
	}
A.link_3:visited	{		/* すでに訪問したリンク色 */
	text-decoration:none;
	color:#000080;
	font-weight:600;
	}
A.link_3:active	{			/* クリック中のリンク色 */
	text-decoration:none;
	color:#dd0000;
	font-weight:600;
	}
A.link_3:hover		{		/* オンマウス時のリンク色 */
	text-decoration:none;
	color:#dd0000;
	font-weight:600;
	}

/*---------		テーブルの指定		----------*/

table.w800_1	{
	/*	background-color:#ffffff;	*/
	border-color:#505050;	
	border-width:0px;	
	border-style:solid;
	width:800px;
	height:16px;
	}

table.w800_2	{
	/*	background-color:#ffffff;	*/
	border-color:#505050;	
	border-width:0px;	
	border-style:solid;
	font-size:10pt;	
	width:800px;
	}

table.w750_1	{
	/*	background-color:#ffffff;	*/
	border-color:#505050;	
	border-width:0px;	
	border-style:solid;
	font-size:10pt;
	width:767px;	
	}

table.w720_1	{
	/*	background-color:#ffffff;	*/
	border-color:#505050;	
	border-width:0px;	
	border-style:solid;
	font-size:10pt;	
	width:720px;
	line-height:12pt;
	}

table.w700_1	{
	/*	background-color:#ffffff;	*/
	border-color:#505050;	
	border-width:0px;	
	border-style:solid;
	font-size:10pt;	
	width:698px;
	}

table.w630_1	{
	/*	background-color:#ffffff;	*/
	border-color:#505050;	
	border-width:0px;	
	border-style:solid;
	font-size:10pt;	
	width:628px;
	}

table.w500_1	{
	/*	background-color:#ffffff;	*/
	border-color:#505050;	
	border-width:0px;	
	border-style:solid;
	font-size:10pt;	
	width:698px;
	line-height:12pt;
	}

table.w500_2	{
	/*	background-color:#ffffff;	*/
	border-color:#505050;	
	border-width:0px;	
	border-style:solid;
	font-size:10pt;	
	width:700px;
	line-height:12pt;
	}

table.w500_3	{
	/*	background-color:#ffffff;	*/
	border-color:#505050;	
	border-width:0px;	
	border-style:solid;
	font-size:10pt;	
	width:600px;
	line-height:12pt;
	}

table.w500_4	{
	border-color:#505050;	
	border-width:0px;	
	border-style:solid;
	font-size:10pt;
	width:100%
	}

table.w500_5	{
	border-color:#505050;	
	border-width:0px;	
	border-style:solid;
	font-size:10pt;
	width:525
	}


td.t_gray	{
	/*	padding-left:1em;	*/
	font-family:"OCR A Extended","Lucida Sans Unicode";
	font-size:18px;
	background-color:#c0c0c0;
	border-color:#505050;
	border-width:0px;
	border-style:none;
	color:#505050;
	text-align:center;
	}

td.t_gray_2	{
	background-color:#505050;
	border-color:#505050;
	border-width:0px;
	border-style:none;
	color:#505050;
	}

td.t_gray_3	{
	font-family:"Verdana";
	font-size:10pt;	
	font-weight:600;
	background-color:#505050;
	border-color:#c0c0c0;
	border-width:2px;
	border-style:solid;
	color:#ffffff;
	}

td.t_orange_3	{
	font-family:"Verdana";
	font-size:10pt;	
	font-weight:600;
	background-color:#ff9933;
	border-color:#ffcc00;
	/*	border-color:#c0c0c0;	*/
	border-width:2px;
	border-style:solid;
	color:#ffffff;
	}

	
td.gray	{
	/*	padding-left:1em;	*/
	border-color:#505050;
	border-width:1px;
	border-style:solid;
	color:#505050;
	}

td.b_gray	{
	/*	padding-left:1em;	*/
	border-color:#505050;
	border-width:1px;
	border-style:solid;
	font-weight:600;
	color:#505050;
	}

th.gray	{
	/*	padding-left:1em;	*/
	background-color:#e2e2e2;
	border-color:#505050;
	border-width:1px;
	border-style:solid;
	color:#505050;
	}

th.gray_2	{
	/*	padding-left:1em;	*/
	background-color:#e2e2e2;
	border-color:#505050;
	border-width:1px;
	border-style:solid;
	color:#505050;
	text-align:left;
	}



div.waku	{										/*全体枠*/
  	/*	width: 748px;	*/									/*全体の幅*/
  	border-left: solid 4px #505050;					/*枠色*/
  	border-bottom: solid 1px #505050;
  }

div.title_red	{											/*タイトル部分*/
  	width: 744px;
  	font-size: 11pt;									/*文字サイズ*/
  	font-family: "OCR A Extended","Lucida Sans Unicode",Verdana,Arial,sans-serif;
  	letter-spacing: 0.1em;
  	color: #FFFFFF;									/*文字色*/
  	background-color: #505050;						/*背景色*/
  	padding: 2px 0px 2px 10px;
  	border-left: solid 5px #ff0000;
  	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100,finishopacity=10,style=1);
  	}

div.title_gray	{											/*タイトル部分*/
  	width: 800px;
  	font-size: 11pt;									/*文字サイズ*/
  	font-family: "OCR A Extended","Lucida Sans Unicode",Verdana,Arial,sans-serif;
  	letter-spacing: 0.1em;
  	color: #FFFFFF;									/*文字色*/
  	background-color: #778899;						/*背景色*/
  	/*background-color: #505050;*/						/*背景色*/
  	padding: 1px 0px 1px 0px;
  	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100,finishopacity=50,style=1,startx=0,starty=0,finishx=0,finishy=80);
  	}

div.title_gray_2	{
	width: 800px;
	font-size: 2px;
	background-color: #c0c0c0;
	}
	
div.text	{										/*内容部分*/
	width: 744px;
  	font-size: 9pt;									/*文字サイズ*/
  	color: #151515;									/*文字色*/
	letter-spacing: 0.1em;
	padding: 4px 0px 3px 10px;
  	border-top: solid 1px #505050;					/*枠色*/
  	/*	border-right: solid 1px #F5F5F5;	*/
  	border-left: solid 3px #c0c0c0;
  	}

div.lh_13		{
	line-height:13pt;
	}

div.lh_13_2		{
	text-align:left; 
	left:30px;
	position:relative;
	line-height:13pt;
	}

div.lh_13_3		{
	font-size: 12pt;
	text-align:left; 
	left:30px;
	position:relative;
	/*	line-height:13pt;	*/
	}

div.gray	{
	font-family:"OCR A Extended","Lucida Sans Unicode",Verdana, Arial,"sans-serif";
	font-size:11pt;		
	color:#505050;
	font-weight:700;	
	line-height:12pt;
	text-align:left;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:5px;
	/*	margin-right:70px;	*/
	border-width:0px 0px 2px 22px;
	border-style:none none solid solid;
	border-color:#c0c0c0;
	}

div.gray_2	{
	font-family:"OCR A Extended","Lucida Sans Unicode",Verdana, Arial,"sans-serif";
	font-size:10pt;		
	color:#505050;
	font-weight:600;	
	line-height:12pt;
	text-align:left;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:5px;
	margin-right:70px;
	border-width:0px 0px 2px 10px;
	border-style:none none solid double;
	border-color:#c0c0c0;
	}

div.space	{
	position: absolute;
	top: 80px;
	}
	
div.header	{
	width: 800px;
	height: 80px;
	}
	
div.body01	{
	padding-top: 10px;
	padding-left: 20px;
	}

div.subbody01	{
	padding-top: 20px;
	padding-left: 50px;
	}

	
.logo1	{
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 1;
	}

.logo2	{
	position: relative;
	top: 45px;
	left: 660px;
	}
	
.logo_0	{
	font-family:"Helvetica","Verdana","Chicago";
	font-weight:700;	
	}

.logo_1	{
	font-family:"OCR A Extended","Lucida Sans Unicode",Verdana, Arial,"sans-serif";
	font-size:11pt;		
	color:#505050;
	font-weight:700;	
	line-height:12pt;
	text-align:left;
	}

.logo_2	{
	font-family:"OCR A Extended","Lucida Sans Unicode",Verdana, Arial,"sans-serif";
	font-size:10pt;		
	color:#505050;
	font-weight:700;	
	line-height:13pt;
	text-align:left;
	}

.logo_3	{
	font-family:"OCR A Extended","Lucida Sans Unicode",Verdana, Arial,"sans-serif";
	font-weight:700;
	letter-spacing: 10%;
	}

font.f_red	{
	color:#dd0000;
	font-weight:bold;
	}

font.f_navy	{
	color:#000080;
	font-weight:bold;
	}

font.f_red_2	{
	color:#dd0000;
	}

font.f_navy_2	{
	color:#000080;
	}

.f_9pt	{
	color:#505050;
	line-height:12pt;		
	font-size:9pt;
	}

textarea.ta_size	{
	font-size: 9pt;
	width:505px;
	height:170px;
	rows:12;
	cols:60;
	}

font.under	{
	font-size: 24pt;
	color:#dd0000;
	font-weight:bold;
	font-family:"Verdana";
	}


