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

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

	}		

	/* 中央の設定*/
	#main_contents {
					width:648px;
			        height:2175px;
					float:none;
					border-left:0px #000 groove;
					margin-left:25px ;
					}
							
	#main_contents h1 {
						margin-top:10px ;
						text-align: center ;
						}
						



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

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


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

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

			/*テーブル内*/
			.item_tbl th{
						width: auto;
						font-size: 90%;
						background-color: #3399ff;
						color: #000;
						text-align:left;
						}
			             



			/*テーブル１行目：見出し*/
			.item_tbl th.thead {
								width: auto;
								text-align:left;
								background-color: #0033ff ; /*背景色*/
								color: #ff0 ; /*文字色*/
								font-size:100%; 
								}
								
			/*テーブル2行目：見出し*/
			.item_tbl th.thead-a {
								width: auto;
								text-align:left;
								background-color: #0033ff; /*背景色*/
								color: #ff0  ; /*文字色*/
								font-size:100%;
								}

			/*リンク設定した場合の文字色*/
		/*.item_tbl td a, .item_tbl th a{
											line-height: 1.0;
											color: #000;
											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;
				}
	/* ホバー時 */

											


