@charset "utf-8"; /* 文字コード指定 */
/* 定義済スタイルシートの読み込み */
@import url("reset.css"); /* resetスタイルシート */
@import url("common.css"); /* 共通スタイルシート */


	#contents{
		
		height:3800px;
		
		}
	#side_navi{
			height:3800px;

	}

	/* 中央の設定*/
	#main_contents {
					width:690px;
					float:none;
					border-left: 1px #000 groove;
					}
							
	#main_contents h3 {
						margin-top: 0px ;
						text-align: center ;
						}
						
		/* アイテム・テーブル */
		.item_tbl-1 {
					width:650px ;
					border: 2px solid #000 ;	/*外枠の幅と線種と色*/
					border-collapse: separate; /* 罫線を離して表示 */
					border-spacing:2px; /* 罫線を離す距離*/
					line-height: 2;
					/*color: #369;*//*文字色*/
					
					margin-left: auto ;
					margin-right: auto ;
					
					}

			.item_tbl-1 td, .item_tbl-1 th{
									border: 1px solid #000;	/*内枠の幅と線種と色*/
									padding-bottom: 15px;	/*テーブル内の余白*/
									line-height: 1.2;
									background-color: #fff000  ; /*背景色*/
									color: #ff3300;
									
									}



			/*リンク設定した場合の文字色*/
			.item_tbl-1 td a, .item_tbl-1 th a{
											line-height:1.0;
											color: #000;
											}

			/*テーブル内の左側の見出し部分にリンク設定した場合の文字色*/
			/*.item_tbl th.thead a{
								color: #fff;
	


		/* アイテム・テーブル */
		.item_tbl {
					width:650px ;
					border: 2px solid #000 ;	/*外枠の幅と線種と色*/
					border-collapse: separate; /* 罫線を離して表示 */
					border-spacing:2px; /* 罫線を離す距離*/
					line-height: 2;
					/*color: #369;*//*文字色*/
					
					margin-left: auto ;
					margin-right: auto ;
					
					}

			.item_tbl td, .item_tbl th{
									border: 1px solid #000;	/*内枠の幅と線種と色*/
									padding: 10px;	/*テーブル内の余白*/
									line-height: 1.2;									
									}

			/*テーブル内の左側（見出し）*/
			.item_tbl th{
						font-size: 90%;
						background-color: #3399ff;	
						}

			/*テーブル左側（見出し） */
			.thead th {
						width: 200px;				/*幅*/
						text-align: center;			/*文字をセンタリング*/
						background-color: #000;		/*背景色*/
						}


			/*テーブル右側（データ）*/
			.item_tbl td{
						text-align: left ;
						width: 400px;				/*幅*/
						background-color:  #fff; /*背景色*/
						}

			/*テーブル１行目：見出し*/
			.item_tbl th.thead {
								width: auto;
								text-align:center;
								background-color: #2062ac; /*背景色*/
								color: #fff ; /*文字色*/
								font-size:180%;
								}
			/*テーブル１行目：タイヤ種類見出し*/
			.item_tbl th.thead-a {
								width: auto;
								text-align:center;
								background-color: #000; /*背景色*/
								color: #2062ac; /*文字色*/
								font-size:130%;
								}
			/*テーブル１行目：タイヤ全種類書き出し*/
			.item_tbl th.thead-b {
								width: auto;
								text-align:left;
								
								background-color: #000; /*背景色*/
								color: #fff000; /*文字色*/
								font-size:80%; 
								}
			/*テーブル１行目：タイヤ全種類書き出し*/
			.item_tbl th.thead-d {
								width: auto;
								text-align:left;
								background-color:  #000; /*背景色*/
								color:  #2062ac; /*文字色*/
								font-size:80%; 
								}
								
			/*テーブル１行目：comennto*/
			.item_tbl th.thead-c {
								width: auto;
								text-align:left;	
								background-color:#fff000 ; /*背景色*/
								color: #000 ; /*文字色*/
								font-size:80%; 
								}
			
											

			.comment {
					font-size:50%;
							}

			/*リンク設定した場合の文字色*/
		/*	.item_tbl td a, .item_tbl th a{
											line-height: 1.0;
											color: #f30;
											font-size: 80%;
											}*/

			/*テーブル内の左側の見出し部分にリンク設定した場合の文字色*/
			/*.item_tbl th.thead a{
								color: #fff;
								
								}*/
			/* 戻るボタンの設定 */
	/* 通常 */						
	a#pageback {
				display:block;
				width: 129px ;
				height: 30px ;
				margin-left: auto ;
				margin-right: auto ;
				background-image:url("../image/maeemodoru.png");
				background-position: top left ;
				}
	/* ホバー時 */
	a#pageback:hover {
					background-position: bottom left ;
					}
					
			/* このページのトップに戻るボタンの設定 */
	/* 通常 */						
	a#to-toppage{
				display:inline;
				font-size:80% ;
				float: right;
				padding-right:50px;
				color: #30c;
				}
	/* ホバー時 */

											


