@charset "utf-8";
/* リセットCSS */
@import "reset.css";


/* ハックCSS */
@import "hack.css";

/** 
 * ================================================================================
 * うつくしま医療産業　ホームページ
 * ================================================================================
 * 制作日: 2013-03-04
 * 変更日:
 *  2013-00-00 : yuki-kokubun
 *	Copyright  : エヌケー・テック株式会社
 */


/**
 * ベースCSS　目次
 * ================================================================================
 * =1	 	: 共通スタイル
 * 	=1-1   	: 初期設定
 * 	=1-2   	: ヘッダー
 * 	=1-3   	: メインメニュー
 * 	=1-4   	: メインコンテンツ
 *	=1-5   	: メインイメージ
 *	=1-6   	: トピックス
 * 	=1-7   	: フッター
 
 * =2	 	: 内部ページテンプレート
 * 	=2-1   	: タイトル
 * 	=2-2   	: 下部メニュー
 * 	=2-3   	: メイン
 * 	=2-4   	: サイドメニュー
 * 	=2-5   	: ライトコンテンツ
 * 	=2-6   	: テーブル
 
 * =3	 	: 個別ページ
 * 	=3-1   	: お問い合わせ

 * ================================================================================
 */





/**=1
 * ================================================================================
 * 共通スタイル
 * ================================================================================
 */
	
	/**=1-1
	 * --------------------------------------
	 * 初期設定
	 * --------------------------------------
	 */
			
		/*　クラス
		--------------------------------------*/
			.Posi{position:relative;}
			.Posii {position:absolute; top:0; left:0;}
			.Left{float:left}
			.Right{float:right;}
			.Clear{clear:both;}
		
		
		/*　写真
		--------------------------------------*/
			.Img01{
				float: right;
				margin-bottom: 12px;
				margin-left: 12px;
			}
			
		
		/*　テキスト
		--------------------------------------*/
			.F-Bold{font-weight:bold;}
			.F-Red{color:#FF0000;}
			.F-Blue{color:#06C;}
			.F-SizeS{font-size:77%;}
			.F-SizeM{font-size:124%;}
			.L-Height100{line-height:100%;}
			.L-Height125{line-height:125%;}
		
		
		/*　背景
		--------------------------------------*/
			.Bg01{ background:#f5f5f5;}
			.Bg02{ background:url(../Images/TopPage/bg02.jpg) top left repeat-x;}
		
		
		/*　余白
		--------------------------------------*/
			.Mg05Bottom{margin-bottom:5px;}
			.Mg10Bottom{margin-bottom:10px;}
			.Mg20Bottom{margin-bottom:20px;}
			.Mg30Bottom{margin-bottom:30px;}
			
		
		/*　リンク
		--------------------------------------*/
			a, a:link, a:visited{color:#006699;}
			a:hover, a:focus, a:active {color: #0CF;}
		
		
		/*　ボックス
		--------------------------------------*/
			.Box01{
				border:solid 1px #CCC;
				padding:12px;
				margin-left:12px;
				margin-right:12px;
			}
			
		
		/*　テーブル
		--------------------------------------*/
			.Table01{
				border-top:1px solid #767676;
				border-left:1px solid #767676;
				border-collapse:collapse;
			}
			.Table01 td{
				border-bottom:1px solid #767676;
				border-right:1px solid #767676;
				padding:5px;
			}
		
		
		/*　リスト
		--------------------------------------*/
			.List01{}
		
		
		/*　ライン
		--------------------------------------*/
			.Line01{}
		
	
	/**=1-2
	 * --------------------------------------
	 * ヘッダー
	 * --------------------------------------
	 */
		#Header {
			min-width: 1050px;
			height:160px;
			text-align: left;
			background:url(../Images/All/Background/Header-Bg.gif) top left repeat-x;
		}
		
	/**=1-3
	 * --------------------------------------
	 * メインメニュー
	 * --------------------------------------
	 */
		
		#GlobalTitle {
			height:60px;
			width: 1050px;
			margin: 0 auto;
		}	
		
		#GlobalTitle-t {
			height:60px;
			width: 400px;
			float:left;
			padding-left:50px;
		}
		
		#GlobalTitle-FontS {
			height:60px;
			width: 85px;
			float:left;
		}
		
		
		#GlobalTitle-FontO {
			height:60px;
			width: 110px;
			float:left;
			background:url(../Images/All/Background/Header-FontO.gif) no-repeat bottom;
		}
		
		#GlobalTitle-FontO a{
				height: 60px;
				display:block;
				overflow:hidden;
			}
			
			
			#GlobalTitle-FontO ul{
				float: right;
				width: 110px;
			}
			
			#GlobalTitle-FontO ul li{
				float: left;
				text-indent: -9999px;
			}
			
			#FontO01,#FontO01 a{width: 35px;}
			#FontO02,#FontO02 a{width: 35px;}
			#FontO03,#FontO03 a{width: 40px;}
			
			#GlobalTitle-FontO ul li a{background: url(../Images/All/Background/Header-FontO.gif) no-repeat center top;}
			
		
			#GlobalTitle-FontO ul li#FontO01 a{ background-position: 0 0;}
			#GlobalTitle-FontO ul li#FontO02 a{ background-position: -35px 0;}
			#GlobalTitle-FontO ul li#FontO03 a{ background-position: -70px 0;}
			
			#GlobalTitle-FontO ul li a:hover{ background: none;}

			#GlobalTitle-FontO ul li#FontO01 a:hover{ background-position: 0 -60px;}
			#GlobalTitle-FontO ul li#FontO02 a:hover{ background-position: -35px -60px;}
			#GlobalTitle-FontO ul li#FontO03 a:hover{ background-position: -70px -60px;}
			
		
		#GlobalTitle-Search {
			height:60px;
			width: 215px;
			float:left;
			background:url(../Images/All/Background/Header-Search.jpg) top left no-repeat;
		}
		
		
		#GlobalTitle-Search-Form {
			height:20px;
			width: 155px;
			float:left;
			padding:20px 0 0 15px;
		}
		
		#GlobalTitle-Search-Form03 {
			height:20px;
			width: 30px;
			float:left;
			padding:20px 0 0 0;
		}
		
		
		#GlobalTitle-Search-Form02 {
			height:14px;
			width: 148px;
			border:none;
			float:left;
			margin-top:2px;
			margin-left:2px;
			position:relative;
		}
		
		
		#GlobalTitle-English {
			height:60px;
			width: 145px;
			float:left;
			background:url(../Images/All/Background/Header-English.jpg) no-repeat bottom;
		}
		
		#GlobalTitle-English a{
				height: 60px;
				display:block;
				overflow:hidden;
			}
			
			
			#GlobalTitle-English ul{
				float: right;
				width: 145px;
			}
			
			#GlobalTitle-English ul li{
				float: left;
				text-indent: -9999px;
			}
			
			#English01,#English01 a{width: 145px;}
			
			#GlobalTitle-English ul li a{background: url(../Images/All/Background/Header-English.jpg) no-repeat center top;}
			
		
			#GlobalTitle-English ul li#English01 a{ background-position: 0 0;}
			
			#GlobalTitle-English ul li a:hover{ background: none;}

			#GlobalTitle-English ul li#English01 a:hover{ background-position: 0 -60px;}
		
		
		#GlobalNaviBg{
			height: 64px;
			min-width: 1050px;
			overflow: hidden;
			clear: both;
		}
		
		#GlobalNavi {
			height: 64px;
			width: 1050px;
			margin:0 auto;
			background: url(../Images/All/Background/Header-Manu.jpg) no-repeat bottom;
			
		}
		
			#GlobalNavi a{
				height: 64px;
				display:block;
				overflow:hidden;
			}
			#GlobalNavi ul{
				float: left;
				width: 950px;
				padding:0 50px;
			}
			
			#GlobalNavi ul li{
				float: left;
				text-indent: -9999px;
			}
		
			#GlobalNavi01,#GlobalNavi01 a{width: 200px;}
			#GlobalNavi02,#GlobalNavi02 a{width: 259px;}
			#GlobalNavi03,#GlobalNavi03 a{width: 258px;}
			#GlobalNavi04,#GlobalNavi04 a{width: 233px;}
			
			#GlobalNavi ul li a{background: url(../Images/All/Background/Header-Manu.jpg) no-repeat;}
			
		
			#GlobalNavi ul li#GlobalNavi01 a{ background-position: -50px 0;}
			#GlobalNavi ul li#GlobalNavi02 a{ background-position: -250px 0;}
			#GlobalNavi ul li#GlobalNavi03 a{ background-position: -509px 0;}
			#GlobalNavi ul li#GlobalNavi04 a{ background-position: -767px 0;}
			
			#GlobalNavi ul li a:hover{ background: none;}

			#GlobalNavi ul li#GlobalNavi01 a:hover{ background-position: -50px -64px;}
			#GlobalNavi ul li#GlobalNavi02 a:hover{ background-position: -250px -64px;}
			#GlobalNavi ul li#GlobalNavi03 a:hover{ background-position: -509px -64px;}
			#GlobalNavi ul li#GlobalNavi04 a:hover{ background-position: -767px -64px;}
			
		
		#pankuzu {
			width:950px;
			height:auto;
			margin:0 auto;
			padding:12px 50px 0 50px;
			font-size:80%;
			line-height:1.2em;
		}
			

	
	/**=1-4
	 * --------------------------------------
	 * メインコンテンツ
	 * --------------------------------------
	 */
		#Main{
			margin: 20px 45px 20px 45px;
			float: left;
			width: 960px;
		}
		#Contents{
			width: 950px;
			padding:0 5px;
			float: left;
		}
		
		#Contents-Top{
			width: 956px;
			padding:0 2px;
			float: left;
		}
		
		
		#Contents-Manu-Top{
			width: 956px;
			height:8px;
			float: left;
			background:url(../Images/TopPage/C-Manu-Top.png) top left no-repeat;
		}
		
		
		#Contents-Manu-bottom{
			width: 956px;
			height:8px;
			float: left;
			background:url(../Images/TopPage/C-Manu-Bottom.png) bottom left no-repeat;
		}
		
		
		#Contents-Manu-box{
			width: 916px;
			height:auto;
			float: left;
			padding:12px 20px;
			background:url(../Images/TopPage/C-Manu-Bg.png) top left repeat-y;
		}
		
		
		#Contents-Manu-box-left{
			width: 286px;
			height:auto;
			float: left;
			margin-right:29px;
		}
		
		#Contents-Manu-box-center{
			width: 286px;
			height:auto;
			float: left;
			margin-right:29px;
		}
		
		#Contents-Manu-box-right{
			width: 286px;
			height:auto;
			float:left;
		}
		
		
		#Contents-Manu-box-manu01 {
			height: 61px;
			width: 286px;
			float:left;
			background: url(../Images/TopPage/C-Manu-01.png) no-repeat bottom;
			
		}
			#Contents-Manu-box-manu01 a{
				height: 61px;
				display:block;
				overflow:hidden;
			}
			#Contents-Manu-box-manu01 ul{
				float: left;
				width: 286px;
			}
			#Contents-Manu-box-manu01 ul li{
				float: left;
				text-indent: -9999px;
			}
			#cmanu01,#cmanu01 a{width: 286px;}		
			#Contents-Manu-box-manu01 ul li a{background: url(../Images/TopPage/C-Manu-01.png) no-repeat;}	
			#Contents-Manu-box-manu01 ul li#cmanu01 a{ background-position: 0 0;}		
			#Contents-Manu-box-manu01 ul li a:hover{ background: none;}
			#Contents-Manu-box-manu01 ul li#cmanu01 a:hover{ background-position: 0 -61px;}
			
			
			
		#Contents-Manu-box-manu02 {
			height: 61px;
			width: 286px;
			float:left;
			background: url(../Images/TopPage/C-Manu-02.png) no-repeat bottom;
			
		}
			#Contents-Manu-box-manu02 a{
				height: 61px;
				display:block;
				overflow:hidden;
			}
			#Contents-Manu-box-manu02 ul{
				float: left;
				width: 286px;
			}
			#Contents-Manu-box-manu02 ul li{
				float: left;
				text-indent: -9999px;
			}
			#cmanu02,#cmanu02 a{width: 286px;}		
			#Contents-Manu-box-manu02 ul li a{background: url(../Images/TopPage/C-Manu-02.png) no-repeat;}	
			#Contents-Manu-box-manu02 ul li#cmanu02 a{ background-position: 0 0;}		
			#Contents-Manu-box-manu02 ul li a:hover{ background: none;}
			#Contents-Manu-box-manu02 ul li#cmanu02 a:hover{ background-position: 0 -61px;}
			
			
		#Contents-Manu-box-manu03 {
			height: 61px;
			width: 286px;
			float:left;
			background: url(../Images/TopPage/C-Manu-03.png) no-repeat bottom;
			
		}
			#Contents-Manu-box-manu03 a{
				height: 61px;
				display:block;
				overflow:hidden;
			}
			#Contents-Manu-box-manu03 ul{
				float: left;
				width: 286px;
			}
			#Contents-Manu-box-manu03 ul li{
				float: left;
				text-indent: -9999px;
			}
			#cmanu03,#cmanu03 a{width: 286px;}		
			#Contents-Manu-box-manu03 ul li a{background: url(../Images/TopPage/C-Manu-03.png) no-repeat;}	
			#Contents-Manu-box-manu03 ul li#cmanu03 a{ background-position: 0 0;}		
			#Contents-Manu-box-manu03 ul li a:hover{ background: none;}
			#Contents-Manu-box-manu03 ul li#cmanu03 a:hover{ background-position: 0 -61px;}
			
			
		#Contents-Manu-box-manu04 {
			height: 61px;
			width: 286px;
			margin-top:20px;
			float:left;
			background: url(../Images/TopPage/C-Manu-04.png) no-repeat bottom;
			
		}
			#Contents-Manu-box-manu04 a{
				height: 61px;
				display:block;
				overflow:hidden;
			}
			#Contents-Manu-box-manu04 ul{
				float: left;
				width: 286px;
			}
			#Contents-Manu-box-manu04 ul li{
				float: left;
				text-indent: -9999px;
			}
			#cmanu04,#cmanu04 a{width: 286px;}		
			#Contents-Manu-box-manu04 ul li a{background: url(../Images/TopPage/C-Manu-04.png) no-repeat;}	
			#Contents-Manu-box-manu04 ul li#cmanu01 a{ background-position: 0 0;}		
			#Contents-Manu-box-manu04 ul li a:hover{ background: none;}
			#Contents-Manu-box-manu04 ul li#cmanu01 a:hover{ background-position: 0 -61px;}
			
			
			
		#Contents-Manu-box-manu05 {
			height: 61px;
			width: 286px;
			margin-top:20px;
			float:left;
			background: url(../Images/TopPage/C-Manu-05.png) no-repeat bottom;
			
		}
			#Contents-Manu-box-manu05 a{
				height: 61px;
				display:block;
				overflow:hidden;
			}
			#Contents-Manu-box-manu05 ul{
				float: left;
				width: 286px;
			}
			#Contents-Manu-box-manu05 ul li{
				float: left;
				text-indent: -9999px;
			}
			#cmanu05,#cmanu05 a{width: 286px;}		
			#Contents-Manu-box-manu05 ul li a{background: url(../Images/TopPage/C-Manu-05.png) no-repeat;}	
			#Contents-Manu-box-manu05 ul li#cmanu05 a{ background-position: 0 0;}		
			#Contents-Manu-box-manu05 ul li a:hover{ background: none;}
			#Contents-Manu-box-manu05 ul li#cmanu05 a:hover{ background-position: 0 -61px;}
			
			
			
		#Contents-Manu-box-manu06 {
			height: 101px;
			width: 286px;
			float:left;
			background: url(../Images/TopPage/C-Manu-06.png) no-repeat bottom;
			
		}
			#Contents-Manu-box-manu06 a{
				height: 101px;
				display:block;
				overflow:hidden;
			}
			#Contents-Manu-box-manu06 ul{
				float: left;
				width: 286px;
			}
			#Contents-Manu-box-manu06 ul li{
				float: left;
				text-indent: -9999px;
			}
			#cmanu06,#cmanu06 a{width: 286px;}		
			#Contents-Manu-box-manu06 ul li a{background: url(../Images/TopPage/C-Manu-06.png) no-repeat;}	
			#Contents-Manu-box-manu06 ul li#cmanu06 a{ background-position: 0 0;}		
			#Contents-Manu-box-manu06 ul li a:hover{ background: none;}
			#Contents-Manu-box-manu06 ul li#cmanu06 a:hover{ background-position: 0 -101px;}
			
		
		.Contents-Manu-box-txt-box{
			width: 286px;
			height:190px;
			float: left;
		}	
			
		.Contents-Manu-box-txt{
			width: 280px;
			height:auto;
			float: left;
			padding:7px 3px;
			border-bottom:1px dotted #d5d5d5;
		}
		
		
		.Contents-Manu-box-txt h3{
			font-weight:bold;
		}
		
		.Contents-Manu-box-txt h3 span{
			font-size:60%;
		}
		
		.Contents-Manu-box-txt p{
			font-size:90%;
		}
		
		
		.Contents-Manu-box-txt a h3 {color:#333333}
		.Contents-Manu-box-txt a:hover h3{color:#5fa7cc}
		
		.Contents-Manu-box-txt a h3 span {color:#333333}
		.Contents-Manu-box-txt a:hover h3 span{color:#5fa7cc}
		
		
		.Contents-Manu-box-txt a p.c01 {color:#ff9999}	
		.Contents-Manu-box-txt a:hover p.c01{color:#ff9999}
		
		.Contents-Manu-box-txt a p.c02 {color:#ff9900}	
		.Contents-Manu-box-txt a:hover p.c02{color:#ff9900}
		
		.Contents-Manu-box-txt a p.c03 {color:#99cc66}	
		.Contents-Manu-box-txt a:hover p.c03{color:#99cc66}
		
		.Contents-Manu-box-txt a p.c04 {color:#66cccc}	
		.Contents-Manu-box-txt a:hover p.c04{color:#66cccc}
		
		.Contents-Manu-box-txt a p.c05 {color:#cc99cc}	
		.Contents-Manu-box-txt a:hover p.c05{color:#cc99cc}
		
		
		
		
	/**=1-5
	 * --------------------------------------
	 * メインイメージ
	 * --------------------------------------
	 */
		#MainImg {
			min-width: 1050px;
			height:334px;
			text-align: left;
			background:url(../Images/TopPage/Main-Img-Bg02.gif) top left repeat-x;
		}
		
		#MainImg-Box {
			height:300px;
			width: 960px;
			padding:15px 45px;
			margin: 2px auto;
		}
		
		
		#MainImg-bg {
			height:290px;
			width: 950px;
			float:left;
			padding:5px;
			background:url(../Images/TopPage/Main-Img-Bg.jpg) top left no-repeat;
		}
		
		#MainImg-left {
			height:290px;
			width: 320px;
			float:left;
		}
		
		
		#Merit{
			float: left;
			width: 630px;
		}
		
		
	 	#Merit li{
			width: 630px;
			height: 250px;
			text-indent: -9999px;
			float: left;
		}
	 	#Merit li a{
			width: 630px;
			height: 250px;
			display: block;
		}
	 	#Merit li#Merit01 a{ background: url(../Images/TopPage/TopImg/01.jpg) no-repeat;}
	 	#Merit li#Merit02 a{ background: url(../Images/TopPage/TopImg/02.jpg) no-repeat;}
	 	#Merit li#Merit03 a{ background: url(../Images/TopPage/TopImg/03.jpg) no-repeat;}
	 	#Merit li#Merit04 a{ background: url(../Images/TopPage/TopImg/04.jpg) no-repeat;}
	 	#Merit li#Merit05 a{ background: url(../Images/TopPage/TopImg/05.jpg) no-repeat;}
		#Merit li#Merit06 a{ background: url(../Images/TopPage/TopImg/06.jpg) no-repeat;}
		
	 	#Merit li#Merit01 a:hover{ background: url(../Images/TopPage/TopImg/01.jpg) no-repeat bottom;}
	 	#Merit li#Merit02 a:hover{ background: url(../Images/TopPage/TopImg/02.jpg) no-repeat bottom;}
	 	#Merit li#Merit03 a:hover{ background: url(../Images/TopPage/TopImg/03.jpg) no-repeat bottom;}
	 	#Merit li#Merit04 a:hover{ background: url(../Images/TopPage/TopImg/04.jpg) no-repeat bottom;}
	 	#Merit li#Merit05 a:hover{ background: url(../Images/TopPage/TopImg/05.jpg) no-repeat bottom;}
		#Merit li#Merit06 a:hover{ background: url(../Images/TopPage/TopImg/06.jpg) no-repeat bottom;}


.window {
	height:250px;
	width: 630px;
	clear: both;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
/*--Paging Styles--*/
.paging {
	width:630px;
	height:40px;
	float: left;
	background: url(../Images/TopPage/TopImg/r02.jpg) no-repeat top left;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	width:105px;
	height:40px;
	padding:0;
	margin:0;
}
.paging a.active {
	opacity:0.0;filter:alpha(opacity=0);
}

	/**=1-6
	 * --------------------------------------
	 * トピックス
	 * --------------------------------------
	 */

	
	.Main-Topics-Center {
		min-width:100%;
		height:215px;
		background:url(../Images/All/Background/Main-Topics.gif) TOP LEFT repeat-x;
		margin:0 auto;
		text-align:left;
	}
	
	.Main-Topics-Box {
			height:181px;
			width: 950px;
			padding:17px 50px;
			margin:0 auto;
		}
		
		
	.Topics-box {
			height:181px;
			width: 950px;
			float:left;
		}
		
		
	.Topics-Title {
			height:30px;
			width: 950px;
			float:left;
			border-bottom:1px solid #cccccc;
		}
		
		
	.Topics-Title01 {
			height:30px;
			width: 100px;
			float:left;
		}
		
	.Topics-Title ul#tab {
		height:30px;
			width: 750px;
			float:left;
	}
		
		
		
#tab li {
  float: left;
  width:auto;
  height:20px;
  padding: 7px 10px 2px 10px;
  margin-right:5px;
  list-style: none;
  cursor: pointer;
  background: #fff;
  font-weight:bold;
  color:#666666;
  text-align:center;
  border-top:1px solid #cccccc;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
}
#tab li.select {
  background:#aaaaaa;
  border-top:1px solid #aaaaaa;
  border-left:1px solid #aaaaaa;
  border-right:1px solid #aaaaaa;
}
.disnon {
  display: none;
}
.content_wrap {
  width: 950px;
  height: 140px;
  float:left;
  padding-top:20px;
}

.Topics-list {
  width: 950px;
  height: auto;
  float:left;
  margin-bottom:5px;
}

.Topics-list-icon {
  width: 80px;
  height: auto;
  float:left;
  margin-right:20px;
}

.Topics-list-time {
  width: 90px;
  height: auto;
  float:left;
  margin-right:10px;
  color:#ff0000;
  font-size:90%;
}


.Topics-list-txt {
  width: 750px;
  height: auto;
  float:left;
}


#Topics-itiran {
			height: 30px;
			width: 100px;
			float:right;
			background: url(../Images/All/Background/Topics-Itiran.gif) no-repeat bottom;
			
		}
		
			#Topics-itiran a{
				height: 30px;
				display:block;
				overflow:hidden;
			}
			#Topics-itiran ul{
				float: left;
				width: 100px;
			}
			
			#Topics-itiran ul li{
				float: left;
				text-indent: -9999px;
			}
		
			#itiran01,#itiran01 a{width: 100px;}
			
			#Topics-itiran ul li a{background: url(../Images/All/Background/Topics-Itiran.gif) no-repeat;}
			
		
			#Topics-itiran ul li#itiran01 a{ background-position: 0 0;}
			
			#Topics-itiran ul li a:hover{ background: none;}

			#Topics-itiran ul li#itiran01 a:hover{ background-position: 0 -30px;}
	
	
		
	/**=1-6
	 * --------------------------------------
	 * フッター
	 * --------------------------------------
	 */
	 
	 
		#Footer{
			clear: both;
			font-size: 90%;
			min-width: 1050px;
			height:auto;
			color:#000000;
		}
		
		#Footer02{
			clear: both;
			font-size: 90%;
			min-width: 1050px;
			height:35px;
			background: url(../Images/All/Background/footer.gif) bottom left repeat-x;
			color:#000000;
		}
		
		#Footer-Bottom{
			width:950px;
			height:35px;
			float:left;
			padding:0 50px;
		}
		
		#FooterNavi {
			width:950px;
			height:auto;
			float:left;
			padding:0 50px 20px 50px;
		}
	
		
		#FooterNavi02 {
			width:655px;
			height:auto;
			float:left;
			margin-top:20px;
		}
		
		.FooterNavi02-banner-area{
			width:655px;
			height:auto;
			float:left;
			margin-bottom:10px;
		}
		
		.FooterNavi02-banner{
			width:150px;
			height:50px;
			float:left;
			margin-right:10px;
		}
		
		
		#FooterNavi03 {
			width:295px;
			height:auto;
			float:right;
			margin-top:20px;
			background:url(../Images/All/Background/footer-Line.gif) top left repeat-y;
		}
		
		.FooterNavi03-box {
			width:275px;
			height:auto;
			float:left;
			margin-top:5px;
			margin-left:20px;
			margin-bottom:10px;
			font-size:95%;
		}
		
		.FooterNavi03-box span {
			font-weight:bold;
		}
		
		
		.FooterNavi03-box02 {
			width:275px;
			height:auto;
			float:left;
			margin-top:5px;
			margin-left:20px;
			margin-bottom:5px;
			font-size:95%;
		}
		
		.FooterNavi03-box02 span {
			font-weight:bold;
		}
		
		
		
	#Footer-Manu {
			height: 35px;
			width: 289px;
			background: url(../Images/All/Background/footer-Manu.jpg) no-repeat bottom;
			
		}
		
			#Footer-Manu a{
				height: 35px;
				display:block;
				overflow:hidden;
			}
			#Footer-Manu ul{
				float: left;
				width: 325px;
			}
			
			#Footer-Manu ul li{
				float: left;
				text-indent: -9999px;
			}
		
			#F-Manu01,#F-Manu01 a{width: 85px;}
			#F-Manu02,#F-Manu02 a{width: 85px;}
			#F-Manu03,#F-Manu03 a{width: 119px;}
			
			#Footer-Manu ul li a{background: url(../Images/All/Background/footer-Manu.jpg) no-repeat;}
			
		
			#Footer-Manu ul li#F-Manu01 a{ background-position: 0 0;}
			#Footer-Manu ul li#F-Manu02 a{ background-position: -85px 0;}
			#Footer-Manu ul li#F-Manu03 a{ background-position: -170px 0;}
			#Footer-Manu ul li a:hover{ background: none;}

			#Footer-Manu ul li#F-Manu01 a:hover{ background-position: 0 -35px;}
			#Footer-Manu ul li#F-Manu02 a:hover{ background-position: -85px -35px;}
			#Footer-Manu ul li#F-Manu03 a:hover{ background-position: -170px -35px;}
			
			
		#Footer-txt {
			height: 35px;
			width: 474px;
			float:right;
			text-indent: -9999px;
			background:url(../Images/All/Background/footer-Title.gif) top right no-repeat;
			
		}
		
		
		#FooterNavi04 {
			width:950px;
			height:auto;
			float:left;
			margin-top:20px;
			background:url(../Images/All/Background/footer-Line.gif) top left repeat-y;
		}
		
		.FooterNavi04-box {
			width:auto;
			height:auto;
			float:left;
			margin-top:5px;
			margin-left:20px;
			margin-bottom:10px;
			font-size:95%;
		}
		
		.FooterNavi04-box span {
			font-weight:bold;
		}
		
		
		.FooterNavi04-box02 {
			width:auto;
			height:auto;
			float:left;
			margin-top:5px;
			margin-left:20px;
			margin-bottom:5px;
			font-size:95%;
		}
		
		.FooterNavi04-box02 span {
			font-weight:bold;
		}
 

/**=2
 * ================================================================================
 * 内部ページテンプレート
 * ================================================================================
 */
 
	/**=2-1
	 * --------------------------------------
	 * タイトル
	 * --------------------------------------
	 */
 
	#MainTitle {
			min-width: 1050px;
			height:56px;
			text-align: left;
			background: #ffffff;
		}
		
	#MainTitle-Box {
			height:16px;
			width: 950px;
			padding:20px 50px;
			margin: 0 auto;
		}
		
	#MainTitle02 {
			min-width: 1050px;
			height:60px;
			text-align: left;
			background: #ffffff;
		}
		
	#MainTitle02-Box {
			height:auto;
			width: 950px;
			padding:20px 50px;
			margin: 0 auto;
		}
		
	#MainTitle02-Title {
			height:auto;
			width: 935px;
			padding-left:15px;
			padding-top:5px;
			background:url(../Images/InPage/Tamp-Main-Title-Bg.gif) top left repeat-y;
			font-size:130%;
			color:#555555;
			line-height:0.8em;
			letter-spacing: 0.2em;
		}
		
	#MainTitle02-Title span {
		font-size:60%;
	}
 
  
	/**=2-2
	 * --------------------------------------
	 * 下部メニュー
	 * --------------------------------------
	 */
 
 
 	#Tamp-Bottom-Manu-bg{
			clear: both;
			min-width: 1050px;
			height:56px;
			background:url(../Images/InPage/temp-bottom-manu-bg.gif) top left repeat-x;
			color:#000000;
			padding:2px 0;
		}
		
	#Tamp-Bottom-Manu{
			width: 950px;
			height:28px;
			margin:0 auto;
			text-align:left;
		}
		
	#Tamp-Bottom-Manu-box {
			height: 28px;
			width: 342px;
			background: url(../Images/InPage/temp-bottom-manu.jpg) no-repeat bottom;
			
		}
		
			#Tamp-Bottom-Manu-box a{
				height: 28px;
				display:block;
				overflow:hidden;
			}
			#Tamp-Bottom-Manu-box ul{
				float: left;
				width: 342px;
			}
			
			#Tamp-Bottom-Manu-box ul li{
				float: left;
				text-indent: -9999px;
			}
		
			#T-Manu01,#T-Manu01 a{width: 265px; margin-right:15px;}
			#T-Manu02,#T-Manu02 a{width: 62px;}
			
			#Tamp-Bottom-Manu-box ul li a{background: url(../Images/InPage/temp-bottom-manu.jpg) no-repeat;}
			
		
			#Tamp-Bottom-Manu-box ul li#T-Manu01 a{ background-position: 0 0;}
			#Tamp-Bottom-Manu-box ul li#T-Manu02 a{ background-position: -280px 0;}
			
			#Tamp-Bottom-Manu-box ul li a:hover{ background: none;}

			#Tamp-Bottom-Manu-box ul li#T-Manu01 a:hover{ background-position: 0 -28px;}
			#Tamp-Bottom-Manu-box ul li#T-Manu02 a:hover{ background-position: -280px -28px;}
	
 
 	/**=2-3
	 * --------------------------------------
	 * メイン
	 * --------------------------------------
	 */
	 
	
	#Tamp-Contents{
			width: 900px;
			padding:0 30px;
			float: left;
			background:url(../Images/InPage/tamp-main-center.jpg) top left repeat-y;
		}
		
	#Tamp-Contents-Top{
			width: 960px;
			height:25px;
			float: left;
			background:url(../Images/InPage/tamp-main-top.jpg) top left no-repeat;
		}
		
	#Tamp-Contents-Bottom{
			width: 960px;
			height:25px;
			float: left;
			background:url(../Images/InPage/tamp-main-bottom.jpg) bottom left no-repeat;
		}
		
		
	.Tamp-Box{
			width: 900px;
			height:auto;
			float: left;
		}
		
		
	.Tamp-Box-pt20{
			width: 900px;
			height:auto;
			float: left;
			padding-top:20px;
		}
		
		
	.Tamp-Box01{
			width: 900px;
			height:auto;
			float: left;
			padding-bottom:25px;
			border-bottom:1px solid #dcdcdc;
		}
		
	.Tamp-Box02{
			width: 900px;
			height:auto;
			float: left;
			padding-bottom:25px;
			border-bottom:1px solid #dcdcdc;
			margin-top:25px;
		}
		
	.Tamp-Box01-left{
			width: 450px;
			height:auto;
			float: left;
		}
		
	.Tamp-Box01-right{
			width: 450px;
			height:auto;
			float: right;
		}
		
	.Tamp-Box01-img{
			width: 190px;
			height:auto;
			float: left;
			background:#f5f5f5;
			padding:9px;
			border:1px solid #eeeeee;
		}
		
	.Tamp-Box01-Title{
			width: 200px;
			height:auto;
			float: right;
			padding-left:12px;
			margin-top:10px;
			margin-bottom:20px;
			border-left:4px solid #a7a7a7;
			color:#666666;
			font-weight:bold;
			margin-right:10px;
		}
		
		
	.Tamp-Box01-Txt{
			width: 216px;
			height:auto;
			float: right;
			color:#666666;
			margin-bottom:20px;
			margin-right:10px;
		}
		
		
	.Tamp-Box01-bo {
			height: 20px;
			width: 216px;
			float:right;
			margin-right:10px;
			
		}
		
		
	.Tamp-Box01-bo02 {
			height: 20px;
			width: 55px;
			float:right;
			background: url(../Images/InPage/s-icon.jpg) no-repeat bottom;
		}
		
			.Tamp-Box01-bo02 a{
				height: 20px;
				display:block;
				overflow:hidden;
			}
			.Tamp-Box01-bo02 ul{
				float: right;
				width: 55px;
			}
			
			.Tamp-Box01-bo02 ul li{
				float: left;
				text-indent: -9999px;
			}
		
			.Box01bo,.Box01bo a{width: 55px;}
			
			.Tamp-Box01-bo02 ul li a{background: url(../Images/InPage/s-icon.jpg) no-repeat;}
			
		
			.Tamp-Box01-bo02 ul li.Box01bo a{ background-position: 0 0;}
			
			.Tamp-Box01-bo02 ul li a:hover{ background: none;}

			.Tamp-Box01-bo02 ul li.Box01bo a:hover{ background-position: 0 -20px;}
			
			
			
	#Tamp-Title-Bg {
		width:900px;
		height:auto;
		float:left;
		background:url(../Images/InPage/Tamp-Title-Bg02.gif) bottom left repeat-x;
		margin-bottom:20px;
	}
	
	#Tamp-Title {
		width:870px;
		height:auto;
		float:left;
		background:url(../Images/InPage/Tamp-Title-Bg.gif) top left repeat-y;
		margin-bottom:20px;
		margin-top:10px;
		padding-left:30px;
		padding-top:2px;
		padding-bottom:2px;
		font-size:180%;
		color:#11709f;
	}
	
	
	
	.Tamp-TxtBoxpb20 {
		width:900px;
		height:auto;
		float:left;
		padding:0 10px 20px 10px;
	}
	
	
	#Tamp-MainTitle-Bg {
		width:900px;
		height:auto;
		float:left;
		background:url(../Images/InPage/Tamp-Title-Bg02.gif) bottom left repeat-x;
		margin-bottom:20px;
	}
	
	#Tamp-MainTitle {
		width:870px;
		height:auto;
		float:left;
		background:url(../Images/InPage/Tamp-Title-Bg.gif) top left repeat-y;
		margin-bottom:20px;
		margin-top:10px;
		padding-left:30px;
		padding-top:2px;
		padding-bottom:2px;
		font-size:180%;
		color:#11709f;
		line-height:1.2em;
	}
		
 
 	/**=2-4
	 * --------------------------------------
	 * サイドメニュー
	 * --------------------------------------
	 */
	 
	
	#Tamp-LeftManu {
		width:210px;
		height:auto;
		float:left;
	}
	
	a div.Tamp-LeftManu-Box {
		width:200px;
		height:auto;
		float:left;
		border:1px solid #eeeeee;
		background:#f5f5f5;
		padding:4px;
		margin-bottom:10px;
	}
	
	a:hover div.Tamp-LeftManu-Box {
		width:200px;
		height:auto;
		float:left;
		border:1px solid #dddddd;
		background:#eeeeee;
		padding:4px;
		margin-bottom:10px;
	}
	
	.Tamp-LeftManu-Img {
		width:34px;
		height:34px;
		float:left;
		margin-right:10px;
	}
	
	a p.Tamp-LeftManu-Txt {
		width:136px;
		height:auto;
		float:right;
		padding-left:15px;
		margin-top:8px;
		margin-bottom:8px;
		background:url(../Images/InPage/Side-Manu-Icon01.png) center left no-repeat;
		color:#666666;
		font-weight:bold;
	}
	
	a:hover p.Tamp-LeftManu-Txt {
		width:136px;
		height:auto;
		float:right;
		padding-left:15px;
		margin-top:8px;
		background:url(../Images/InPage/Side-Manu-Icon02.png) center left no-repeat;
		color:#006699;
		font-weight:bold;
	}
	
	
	
	a p.Tamp-LeftManu-Txt-db {
		width:175px;
		height:auto;
		float:right;
		padding-left:15px;
		margin-left:10px;
		margin-top:8px;
		margin-bottom:8px;
		background:url(../Images/InPage/Side-Manu-Icon01.png) center left no-repeat;
		color:#666666;
		font-weight:bold;
	}
	
	a:hover p.Tamp-LeftManu-Txt-db {
		width:175px;
		height:auto;
		float:right;
		padding-left:15px;
		margin-left:10px;
		margin-top:8px;
		background:url(../Images/InPage/Side-Manu-Icon02.png) center left no-repeat;
		color:#006699;
		font-weight:bold;
	}
	
	
	a p.Tamp-LeftManu-Txt-db02 {
		width:175px;
		height:auto;
		float:right;
		padding-left:15px;
		margin-left:10px;
		margin-top:8px;
		margin-bottom:8px;
		background:url(../Images/InPage/Side-Manu-Icon01.png) center left no-repeat;
		color:#666666;
		font-weight:bold;
		font-size:90%
	}
	
	a:hover p.Tamp-LeftManu-Txt-db02 {
		width:175px;
		height:auto;
		float:right;
		padding-left:15px;
		margin-left:10px;
		margin-top:8px;
		background:url(../Images/InPage/Side-Manu-Icon02.png) center left no-repeat;
		color:#006699;
		font-weight:bold;
		font-size:90%
	}
	
	
	
	 a div.Tamp-LeftManu-Box02 {
		width:200px;
		height:auto;
		float:left;
		border:1px solid #eeeeee;
		background:#f5f5f5;
		padding:4px;
		margin-bottom:10px;
	}
	
	a:hover div.Tamp-LeftManu-Box02 {
		width:200px;
		height:auto;
		float:left;
		border:1px solid #dddddd;
		background:#eeeeee;
		padding:4px;
		margin-bottom:10px;
	}
	
	.Tamp-LeftManu-Box03 {
		width:156px;
		height:auto;
		float:left;
		background:url(../Images/InPage/Side-Manu06.jpg) center left no-repeat;
		padding-left:44px;
	}
	
	
	a p.Tamp-LeftManu-Txt-All {
		width:185px;
		height:auto;
		float:left;
		padding-left:15px;
		margin-top:8px;
		margin-bottom:8px;
		background:url(../Images/InPage/Side-Manu-Icon01.png) center left no-repeat;
		color:#666666;
		font-weight:bold;
	}
	
	a:hover p.Tamp-LeftManu-Txt-All {
		width:185px;
		height:auto;
		float:left;
		padding-left:15px;
		margin-top:8px;
		background:url(../Images/InPage/Side-Manu-Icon02.png) center left no-repeat;
		color:#006699;
		font-weight:bold;
	}
	
	

 	/**=2-5
	 * --------------------------------------
	 * ライトコンテンツ
	 * --------------------------------------
	 */
	 
	 
	
	#Tamp-RightContent {
		width:615px;
		height:auto;
		float:right;
		border:1px solid #dddddd;
		padding:19px;
	}
	
	
	.Tamp-RightContent {
		width:615px;
		height:auto;
		float:right;
		border:1px solid #dddddd;
		padding:19px;
		margin-top:20px;
	}
	
	
	
	#Tamp-RightTitle-Bg {
		width:615px;
		height:auto;
		float:left;
		background:url(../Images/InPage/Tamp-Title-Bg02.gif) bottom left repeat-x;
		margin-bottom:20px;
	}
	
	#Tamp-RightTitle {
		width:585px;
		height:auto;
		float:left;
		background:url(../Images/InPage/Tamp-Title-Bg.gif) top left repeat-y;
		margin-bottom:20px;
		margin-top:10px;
		padding-left:30px;
		padding-top:2px;
		padding-bottom:2px;
		font-size:180%;
		color:#11709f;
		line-height:1.2em;
	}
	
	.Tamp-Topics-list {
	  width: 615px;
	  height: auto;
	  float:left;
	  margin-bottom:5px;
	}
	
	.Tamp-Topics-list-icon {
	  width: 80px;
	  height: auto;
	  float:left;
	  margin-right:20px;
	}
	
	.Tamp-Topics-list-time {
	  width: 90px;
	  height: auto;
	  float:left;
	  margin-right:10px;
	  color:#ff0000;
	  font-size:90%;
	}
	
	
	.Tamp-Topics-list-txt {
	  width: 405px;
	  height: auto;
	  float:left;
	}
	
	.Tamp-RightLink {
		width:595px;
		height:auto;
		float:left;
		margin-top:10px;
		padding:5px 10px 0 10px;
		border-top:1px dotted #999999;
	}
	
	.Tamp-RightLink-l {
		width:60px;
		height:auto;
		float:left;
		text-align:left;
	}
	
	.Tamp-RightLink-r {
		width:60px;
		height:auto;
		float:right;
		text-align:right;
	}
	
	.Tamp-RightLink-c {
		width:475px;
		height:auto;
		float:left;
		text-align:center;
	}
	
	.Tamp-RightTxtBox {
		width:615px;
		height:auto;
		float:left;
		padding:0 0 10px 0;
	}
	
	.Tamp-RightTxtBox02 {
		width:410px;
		height:auto;
		float:left;
		padding:0 0 10px 0;
	}
	
	.Tamp-RightTxtBox03 {
		width:593px;
		height:auto;
		float:left;
		padding:20px 10px 20px 10px;
		border-bottom:1px solid #999;
		border-left:1px solid #999;
		border-right:1px solid #999;
		margin-bottom:20px;
	}
	
	
	.Tamp-RightTxtBox05 {
		width:270px;
		height:auto;
		float:left;
		padding:10px;
		border-bottom:1px solid #999;
		border-left:1px solid #999;
		border-right:1px solid #999;
	}
	
	
	.Tamp-RightTxtBox05-img {
		width:120px;
		height:auto;
		float:left;
		padding-right:10px;
	}
	
	.Tamp-RightTxtBox05-txt {
		width:140px;
		height:auto;
		float:right;
	}
	
	.Tamp-RightTxtBox05-txt02 {
		width:140px;
		height:auto;
		float:right;
		padding-top:10px;
		text-align:right;
	}
	
	
	
	.Tamp-RightTxtBoxBase {
		width:292px;
		height:auto;
		float:left;
	}
	
	
	.Tamp-RightTxtBoxBase02 {
		width:292px;
		height:auto;
		float:right;
	}
	
	
	.Tamp-RightTxtBox04 {
		width:615px;
		height:auto;
		float:left;
		text-align:center;
		margin:0 auto;
	}
	
	
	.Tamp-RightTxtBox04 ul li a {
		padding:2px;
		border:1px #999999 dotted;
	}
	
	
	
	.Tamp-RightImgArea-Top {
		width:615px;
		height:auto;
		float:left;
		padding:0 0 10px 0;
	}
	
	.Tamp-RightImgArea-Bottom {
		width:615px;
		height:auto;
		float:left;
		padding:10px 0 0 0;
	}
	
	.Tamp-RightImgArea-Right {
		width:195px;
		height:auto;
		float:right;
		padding:0 0 0 10px;
	}
	
	.Tamp-RightImgArea-Left {
		width:195px;
		height:auto;
		float:left;
		padding:0 10px 0 0;
	}
	
	.Tamp-RightImg {
		width:189px;
		height:189px;
		float:left;
		padding:2px;
		border:1px dotted #999999;
		margin-right:15px;
		margin-bottom:10px;
	}
	
	.Tamp-RightImg02 {
		width:189px;
		height:189px;
		float:left;
		padding:2px;
		border:1px dotted #999999;
		margin-bottom:10px;
	}
	
	
	.Tamp-RightImg03 {
		width:auto;
		height:auto;
		float:right;
		padding:2px;
		border:1px dotted #999999;
		margin-left:10px;
		margin-bottom:10px;
	}
	
	
	
	.Tamp-RightImg04 {
		width:195px;
		height:auto;
		float:left;
		margin-right:15px;
		margin-bottom:10px;
	}
	
	.Tamp-RightImg05 {
		width:195px;
		height:auto;
		float:left;
		margin-bottom:10px;
	}
	
	.Tamp-RightImg06 {
		width:auto;
		height:auto;
		float:right;
		padding:2px;
		border:1px dotted #999999;
		margin-bottom:10px;
	}
	
	
	.Tamp-RightImg04 a img {
		padding:2px;
		border:1px dotted #999999;
	}
	
	.Tamp-RightImg05 a img {
		padding:2px;
		border:1px dotted #999999;
	}
	
	.Tamp-RightImg04 span {
		float:left;
		width:185px;
		padding:5px;
		text-align:center;
	}
	
	.Tamp-RightImg05 span {
		float:left;
		width:185px;
		padding:5px;
		text-align:center;
	}
	
	
	
	.Tamp-RightTxtBoxpb20 {
		width:595px;
		height:auto;
		float:left;
		padding:0 10px 20px 10px;
	}
	
	.Tamp-RightTxtBoxpb20-List {
		width:575px;
		height:auto;
		float:left;
		margin-left:20px;
		padding-bottom:10px;
		list-style: outside disc;
	}
	
	.Tamp-RightTxtBoxpb-no {
		width:595px;
		height:auto;
		float:left;
		padding:0 10px;
	}
	
	.Tamp-RightTxtBox-list {
		width:595px;
		height:auto;
		float:left;
		padding:20px 10px 0 10px;
		border-top:1px dotted #999999;
		margin-top:20px;
	}
	
	.Tamp-RightTxtBox-list p a {
		border:1px dotted #999999;
		padding:5px;
	}
	
	.Tamp-RightTxtBox-list-link {
		width:595px;
		height:auto;
		float:left;
		padding:20px 10px 0 10px;
		border-top:1px dotted #999999;
		margin-top:20px;
	}
	
	.Tamp-RightTxtBoxpb40 {
		width:595px;
		height:auto;
		float:left;
		border-bottom:1px dotted #999999;
		padding:0 10px 20px 10px;
		margin-bottom:20px;
	}
	
	
	.Tamp-RightSubTitle {
		width:595px;
		height:auto;
		float:left;
		padding:5px 10px;
		margin-bottom:20px;
		background:#005986;
		color:#fff;
	}
	
	
	.Tamp-RightSubTitle03 {
		width:595px;
		height:auto;
		float:left;
		padding:5px 10px;
		background:#005986;
		color:#fff;
	}
	
	.Tamp-RightSubTitle03 a, .Tamp-RightSubTitle03 a:link, .Tamp-RightSubTitle03 a:visited {
		color:#fff;
	}
	
	.Tamp-RightSubTitle03 a:hover, .Tamp-RightSubTitle03 a:focus, .Tamp-RightSubTitle03 a:active {
		color:#09C;
	}
	
	
	.Tamp-RightSubTitle a, .Tamp-RightSubTitle a:link, .Tamp-RightSubTitle a:visited {
		color:#fff;
	}
	
	.Tamp-RightSubTitle a:hover, .Tamp-RightSubTitle a:focus, .Tamp-RightSubTitle a:active {
		color:#09C;
	}
	
	
	
	
	.Tamp-RightSubTitle04 {
		width:272px;
		height:auto;
		float:left;
		padding:5px 10px;
		background:#005986;
		color:#fff;
	}
	
	.Tamp-RightSubTitle04 a, .Tamp-RightSubTitle04 a:link, .Tamp-RightSubTitle04 a:visited {
		color:#fff;
	}
	
	.Tamp-RightSubTitle04 a:hover, .Tamp-RightSubTitle04 a:focus, .Tamp-RightSubTitle04 a:active {
		color:#09C;
	}
	
	
	
	.Tamp-RightSubTitle02 {
		width:595px;
		height:auto;
		float:left;
		padding:5px 10px;
		margin-bottom:20px;
		color:#005986;
		border-bottom:1px dotted #005986;
	}
	
	.Tamp-Right-Link-Icon01 {
		width:590px;
		height:auto;
		float:left;
		padding-left:25px;
		margin-bottom:5px;
		padding-top:2px;
		background:url(../Images/All/Navi/icons/doc.gif) left center no-repeat;
	}
	
	.Tamp-Right-Link-Icon02 {
		width:590px;
		height:auto;
		float:left;
		padding-left:25px;
		margin-bottom:5px;
		padding-top:2px;
		background:url(../Images/All/Navi/icons/xls.gif) left center no-repeat;
	}
	
	.Tamp-Right-Link-Icon03 {
		width:590px;
		height:auto;
		float:left;
		padding-left:25px;
		margin-bottom:5px;
		padding-top:2px;
		background:url(../Images/All/Navi/icons/pdf.gif) left center no-repeat;
	}
	
	.Tamp-Right-Link-Icon04 {
		width:385px;
		height:auto;
		float:left;
		padding-left:25px;
		margin-bottom:5px;
		padding-top:2px;
		background:url(../Images/All/Navi/icons/doc.gif) left center no-repeat;
	}
	
	.Tamp-Right-Link-Icon05 {
		width:385px;
		height:auto;
		float:left;
		padding-left:25px;
		margin-bottom:5px;
		padding-top:2px;
		background:url(../Images/All/Navi/icons/xls.gif) left center no-repeat;
	}
	
	.Tamp-Right-Link-Icon06 {
		width:385px;
		height:auto;
		float:left;
		padding-left:25px;
		margin-bottom:5px;
		padding-top:2px;
		background:url(../Images/All/Navi/icons/pdf.gif) left center no-repeat;
	}
	
	
	
	
	.Tamp-Right-Link-Icon01_a {
		width:auto;
		height:auto;
		float:left;
		padding-left:25px;
		margin-bottom:5px;
		padding-top:2px;
		background:url(../Images/All/Navi/icons/doc.gif) left center no-repeat;
	}
	
	
	.Tamp-Right-Link-Icon02_a {
		width:auto;
		height:auto;
		float:left;
		margin-left:10px;
		padding-left:25px;
		margin-bottom:5px;
		padding-top:2px;
		background:url(../Images/All/Navi/icons/pdf.gif) left center no-repeat;
	}
	
	
	.Tamp-Right-Link-Icon03_a {
		width:auto;
		height:auto;
		float:left;
		margin-left:15px;
		padding-left:15px;
		margin-bottom:5px;
		padding-top:2px;
		background: url(../Images/All/Navi/icons/ecalic033_008.png) left center no-repeat;
	}

	/**=2-6
	 * --------------------------------------
	 * テーブル
	 * --------------------------------------
	 */
	 
	 .Tamp-Table {
		 border-top:1px solid #ddd;
		 border-left:1px solid #ddd;
		 border-right:1px solid #ddd;
	 }
	 
	 .Tamp-Td {
		 padding:5px 15px;
		 border-bottom:1px solid #ddd;
		 border-right:1px solid #ddd;
	 }
	 
	 .Tamp-Td02 {
		 padding:5px 15px;
		 border-bottom:1px solid #ddd;
	 }
	 
	 .Tamp-Td-bg-Lightblue {
		 background:#005e8d;
		 font-weight:bold;
		 color:#FFFFFF;
	 }
	 
	 .Tamp-Td-bg-Red {
		 background:#F7E8E5;
		 font-weight:bold;
		 color:#A92141;
		 text-align:center;
	 }
	 
	 
	 
/**=3-1
 * ================================================================================
 * 個別ページ
 * ================================================================================
 */ 
 
 
	/**=3-1
	 * --------------------------------------
	 * お問い合わせ、各種申込
	 * --------------------------------------
	 */
	 
	 .Tamp-Form {
		 width:640px;
	 }
	 
	 .Tamp-Form02 {
		 width:300px;
	 }
	 
	 .Tamp-Form03 {
		 width:50px;
	 }
	 
	 .Tamp-Form04 {
		 width:70px;
	 }
	 
	 .Tamp-Form-List {
		 width:868px;
		 height:auto;
		 float:left;
		 margin-bottom:5px;
	 }
	 
	 .Tamp-Form05 {
		 width:80px;
	 }
	 
	 .Tamp-Form06 {
		 width:130px;
	 }
	 
	 .Tamp-Form-txt {
		 color:#005e8d;
		 font-weight:bold;
	 }
	 
	 
	 .Tamp-Cushion-left{
			width: 440px;
			height:auto;
			float: left;
		}
		
	.Tamp-Cushion-right{
			width: 440px;
			height:auto;
			float: right;
		}
		
	.Tamp-Cushion-img{
			width: 420px;
			height:auto;
			float: left;
			background:#f5f5f5;
			padding:9px;
			border:1px solid #eeeeee;
		}
		
	.Tamp-Cushion-Title{
			width: 424px;
			height:auto;
			float: right;
			padding-left:12px;
			margin-top:10px;
			margin-bottom:10px;
			border-left:4px solid #a7a7a7;
			color:#666666;
			font-weight:bold;
		}
		
		
	.Tamp-Cushion-Txt{
			width: 430px;
			height:auto;
			float: right;
			color:#666666;
			padding:10px 10px 0 10px;
		}
		
		
	.Tamp-Cushion-bo {
			height: 20px;
			width: 216px;
			float:right;
			margin-top:20px;
			margin-right:10px;
			
		}
		
		
	.Tamp-Cushion-bo02 {
			height: 20px;
			width: 55px;
			float:right;
			background: url(../Images/InPage/s-icon.jpg) no-repeat bottom;
		}
		
			.Tamp-Cushion-bo02 a{
				height: 20px;
				display:block;
				overflow:hidden;
			}
			.Tamp-Cushion-bo02 ul{
				float: right;
				width: 55px;
			}
			
			.Tamp-Cushion-bo02 ul li{
				float: left;
				text-indent: -9999px;
			}
		
			.Cushion01bo,.Cushion01bo a{width: 55px;}
			
			.Tamp-Cushion-bo02 ul li a{background: url(../Images/InPage/s-icon.jpg) no-repeat;}
			
		
			.Tamp-Cushion-bo02 ul li.Cushion01bo a{ background-position: 0 0;}
			
			.Tamp-Cushion-bo02 ul li a:hover{ background: none;}

			.Tamp-Cushion-bo02 ul li.Cushion01bo a:hover{ background-position: 0 -20px;}
			
			
			
			
	.Tamp-formbanner {
			height: 42px;
			width: 240px;
			margin:0 auto 10px auto;
			background: url(../Images/InPage/form-banner.png) no-repeat bottom;
		}
		
			.Tamp-formbanner a{
				height: 42px;
				display:block;
				overflow:hidden;
			}
			.Tamp-formbanner ul{
				float: right;
				width: 240px;
			}
			
			.Tamp-formbanner ul li{
				float: left;
				text-indent: -9999px;
			}
		
			.formbanner01,.formbanner01 a{width: 240px;}
			
			.Tamp-formbanner ul li a{background: url(../Images/InPage/form-banner.png) no-repeat;}
			
		
			.Tamp-formbanner ul li.formbanner01 a{ background-position: 0 0;}
			
			.Tamp-formbanner ul li a:hover{ background: none;}

			.Tamp-formbanner ul li.formbanner01 a:hover{ background-position: 0 -42px;}
			
			
			
			
			.Tamp-RightTxtBox h2 {
				width:595px;
		height:auto;
		float:left;
		padding:5px 10px;
		margin-bottom:20px;
		background:#005986;
		color:#fff;
			}
			
			
			
			.Tamp-RightTxtBox h3 {
				width:595px;
		height:auto;
		float:left;
		padding:5px 10px;
		margin-bottom:20px;
		color:#005986;
		font-weight:bold;
		border-bottom:1px dotted #005986;
			}
	 
	 
	 
	 .fome-txt-size {
		 width:400px;
	 }
	 
	 
	 
	/**=3-2
	 * --------------------------------------
	 * あいさつ
	 * --------------------------------------
	 */
	 
	 
	 
	/**=3-3
	 * --------------------------------------
	 * プロジェクト概要
	 * --------------------------------------
	 */
	 
	 
	 .Tamp-Project-Box {
		width:593px;
		height:auto;
		float:left;
		border:1px solid #999;
		padding:10px;
		background:#eeeeee;
		margin-bottom:20px;
	 }
	
	
	 .Tamp-Project-Img {
		width:613px;
		height:auto;
		float:left;
		border:1px solid #999;
		margin-bottom:20px;
	 }
	 
	 
	 .Tamp-Access-Img {
		width:613px;
		height:auto;
		float:left;
		border:1px solid #999;
		margin-bottom:20px;
	 }
	 
	 
	/**=3-4
	 * --------------------------------------
	 * サイトマップ
	 * --------------------------------------
	 */
	 
	 
	 .Tamp-SiteMap-List {
		 width:556px;
		 height:auto;
		 float:left;
		 margin-bottom:5px;
		 margin-left:10px;
		 margin-right:10px;
		 background:url(../Images/InPage/sitemap01.png) left center no-repeat;
		 padding-left:19px;
		 letter-spacing:0.1em;
	 }
	 
	/**=3-5
	 * --------------------------------------
	 * 個人情報の取扱いについて
	 * --------------------------------------
	 */
	 
	 
	 .Tamp-Privacy-List {
		 width:556px;
		 height:auto;
		 float:left;
		 margin-bottom:5px;
		 margin-left:10px;
		 margin-right:10px;
		 background:url(../Images/InPage/privacy01.png) left top no-repeat;
		 padding-left:19px;
		 letter-spacing:0.1em;
	 }
	
	

.Tamp-RightSubTitle-long {
		width:880px;
		height:auto;
		float:left;
		padding:5px 10px;
		margin-bottom:20px;
		background:#005986;
		color:#fff;
	}
	
	
	
/**=3-5
	 * --------------------------------------
	 * 英語ページ専用
	 * --------------------------------------
	 */
	 
	
	#English-Top-Title {
		width: 916px;
		height:auto;
		float:left;
		margin-bottom:10px;
		border-bottom:1px solid #cccccc;
	}
	
	
	#English-Manu {
			height:240px;
			width: 916px;
			float:left;
			background:url(../Images/TopPage/Main-b.jpg) no-repeat bottom;
		}
		
		#English-Manu a{
				height: 240px;
				display:block;
				overflow:hidden;
			}
			
			
			#English-Manu ul{
				float: left;
				width: 916px;
			}
			
			#English-Manu ul li{
				float: left;
				text-indent: -9999px;
			}
			
			#English01,#English01 a{width: 308px;}
			#English02,#English02 a{width: 308px;}
			#English03,#English03 a{width: 300px;}
			
			#English-Manu ul li a{background: url(../Images/TopPage/Main-b.jpg) no-repeat center top;}
			
		
			#English-Manu ul li#English01 a{ background-position: 0 0;}
			#English-Manu ul li#English02 a{ background-position: -308px 0;}
			#English-Manu ul li#English03 a{ background-position: -616px 0;}
			
			#English-Manu ul li a:hover{ background: none;}

			#English-Manu ul li#English01 a:hover{ background-position: 0 -240px;}
			#English-Manu ul li#English02 a:hover{ background-position: -308px -240px;}
			#English-Manu ul li#English03 a:hover{ background-position: -616px -240px;}
			
			
.English-db-form {
	width:300px;
}