@charset "utf-8";

/**
 * ================================================================================
 * 玉川村空き家紹介システム
 * ================================================================================
 * 制作日: 2013-03-02
 * 変更日:
 *  2012-00-00 : kazu-watanabe
 *	Copyright  : エヌケー・テック株式会社
 */


/**
 * ベースCSS　目次
 * ================================================================================
 * =1	 	: 共通スタイル
 * 	=1-1   	: ヘッダー
 * 	=1-2   	: メインコンテンツ
 * 	=1-3   	: メインメニュー
 * 	=1-4   	: フッター

 * =2	 	: トップページ
 * 	=2-1   	:
 * 	=2-2   	:
 * 	=2-3   	:
 * 	=2-4   	:
 * 	=2-5   	:

 * =3	 	: 内部ページ
 * 	=3-1   	: 共通設定
 * 	=3-2   	:
 * 	=3-3   	:
 * 	=3-4   	:
 * 	=3-5   	:
 * ================================================================================
 */





/**=1
 * ================================================================================
 * 共通スタイル
 * ================================================================================
 */
	/* リセットCSS */
	@import "reset.css";


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

	/**=1-1
	 * --------------------------------------
	 * ヘッダー
	 * --------------------------------------
	 */
		#Header {
			width: 950px;
			margin: auto;
			font-size: 0.9em;
			padding: 20px 0 10px;
		}
		#InPage #Header { background: url(../Images/All/Background/Header.gif) no-repeat center bottom;}
		#Header h1{
			float: left;
			width: 230px;
			height: 30px;
			overflow: hidden;
			position: relative;
		}
		#Header h1 img{
			position: absolute;
			left: 0;
			top: 0;
		}
		#Header a{ color: #666666;}
		#Header ul{
			float: right;
			line-height: 30px;
		}
		#Header li{
			float: left;
			margin-left: 20px;
		}

		#MainImage{
			width: 950px;
			margin: auto;
		}


	/**=1-2
	 * --------------------------------------
	 * メインコンテンツ
	 * --------------------------------------
	 */
		#Main{
			width: 950px;
			margin: auto;
			text-align: left;
		}
		#Main h1{
			width: 940px;
			height: 50px;
			overflow: hidden;
			position: relative;
			margin-bottom: 20px;
			box-shadow: 0 0 5px #cccccc;
			-moz-box-shadow: 0 0 5px #cccccc;
			-webkit-box-shadow: 0 0 5px #cccccc;
		}
		#Main h1 img{
			position: absolute;
			top: 0;
			left: 0;
		}
		#InBox{
			width: 940px;
			margin: auto;
		}
		#Contents{
			width: 645px;
			float: left;
		}
		#Side{
			width: 250px;
			float: right;
		}
        #Side #GoogleMap{
            border: solid 1px #cccccc;
            width: 240px;
            height: 220px;
        }
		#InPage #Side{ width: 245px;}
		#InPage #Contents{ width: 640px;}


	/**=1-3
	 * --------------------------------------
	 * メインメニュー
	 * --------------------------------------
	 */
		#GlobalNavi {
			min-width: 950px;
			max-width: 1050px;
			height: 160px;
			margin: 0 auto 30px;
			background: url(../Images/All/Navi/Global.gif) no-repeat center -320px;
			clear: both;
		}
		#InPage #GlobalNavi { margin-bottom: 15px;}

			#GlobalNavi ul{
				width: 850px;
				margin: 0 auto;
			}
			#GlobalNavi li{
				width: 170px;
				height: 160px;
				text-indent: -9999px;
				float: left;
			}
			#GlobalNavi a{
				width: 170px;
				height: 160px;
				display:block;
				overflow:hidden;
				background: url(../Images/All/Navi/Global.gif) no-repeat;
			}

			#GlobalNavi01 a{ background-position: -100px 0;}
			#GlobalNavi02 a{ background-position: -270px 0;}
			#GlobalNavi03 a{ background-position: -440px 0;}
			#GlobalNavi04 a{ background-position: -610px 0;}
			#GlobalNavi05 a{ background-position: -780px 0;}

			#GlobalNavi01 a:hover{ background-position: -100px -160px;}
			#GlobalNavi02 a:hover{ background-position: -270px -160px;}
			#GlobalNavi03 a:hover{ background-position: -440px -160px;}
			#GlobalNavi04 a:hover{ background-position: -610px -160px;}
			#GlobalNavi05 a:hover{ background-position: -780px -160px;}

			#GlobalNavi01 a.Active{ background-position: -100px -320px;}
			#GlobalNavi02 a.Active{ background-position: -270px -320px;}
			#GlobalNavi03 a.Active{ background-position: -440px -320px;}
			#GlobalNavi04 a.Active{ background-position: -610px -320px;}
			#GlobalNavi05 a.Active{ background-position: -780px -320px;}


	/**=1-4
	 * --------------------------------------
	 * フッター
	 * --------------------------------------
	 */
	 	#FooterNavi{
	 		clear: both;
	 		border-bottom: solid 1px #dddddd;
	 		padding-bottom: 9px;
	 		position: relative;
	 		margin-top: 30px;
	 		width: 100%;
	 		float: left;
	 	}

	 	#FooterNavi p{
	 		text-indent: -9999px;
	 		width: 150px;
	 		height: 24px;
	 		position: absolute;
	 		right: 0;
	 		bottom: 0;
	 	}
	 	#FooterNavi p a{
	 		width: 150px;
	 		height: 24px;
	 		display: block;
	 		overflow: hidden;
	 		background: url(../Images/All/Navi/PageTop.gif);
	 	}
	 	#FooterNavi ul{
	 		border-right: solid 1px #b2b2b2;
	 		float: left;
	 		margin-right: 150px;
	 	}
	 	#FooterNavi li{
	 		float: left;
	 		line-height: 1.1em;
	 	}
	 	#FooterNavi li a{
	 		padding: 1px 10px;
	 		border-left: solid 1px #b2b2b2;
	 	}
		#Footer {
			clear: both;
			padding: 10px 0;
		}
		#Footer li{
			float: left;
			margin-right: 20px;
			line-height: 1.1em;
			font-size: 0.9em;
		}
		#Footer li a{
			padding-left: 15px;
			background: url(../Images/All/Icon/Icon01.gif) no-repeat left center;
		}
		address{
			float: right;
			color: #999999;
			font-size: 0.8em;
		}

    /**=1-4
     * --------------------------------------
     * 問合せボタン
     * --------------------------------------
     */
        #ContactBtn{
            clear: both;
            padding: 3px;
            position: relative;
            margin-top: 10px;
            width: 640px;
            float: left;
            background-color:red;
        }
        #ContactBtn a{
            width: 640px;
            height: 50px;
            display: block;
            overflow: hidden;
            background: url(../Images/InPage/Btn.gif) no-repeat;
        }
        #ContactBtn a:hover{ background-position: 0 -50px;}

/**=2
 * ================================================================================
 * トップページ
 * ================================================================================
 */
	#MainImage{
		box-shadow: 0 0 5px #aaaaaa;
		-moz-box-shadow: 0 0 5px #aaaaaa;
		-webkit-box-shadow: 0 0 5px #aaaaaa;
		margin-bottom: 5px;
	}

	/**=2-1
	 * --------------------------------------
	 *
	 * --------------------------------------
	 */
		#Information .Title { margin-bottom: 15px;}
		#Information .Title h2{
			font-size: 1.6em;
			float: left;
			color: #909090;
			box-text: 1px 1px 0 #eeeeee;
		}

		#Information .Title p{
			float: right;
		}
		#Information .Title a{
			background: #ff6666;
			padding: 5px 10px;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			position: relative;
			color: #ffffff;
			box-shadow: 0 0 5px #aaaaaa;
			-moz-box-shadow: 0 0 5px #aaaaaa;
			-webkit-box-shadow: 0 0 5px #aaaaaa;
		}
		#Information dl{ height: 250px;}
		#Information dt{
			color: #ff3333;
			font-size: 0.85em;
			padding: 0 3px;
		}
		#Information dd{
			border-bottom: solid 1px #e5e5e5;
			padding: 0 3px 10px;
			margin-bottom: 10px;
		}

	/**=2-2
	 * --------------------------------------
	 *
	 * --------------------------------------
	 */
		#Address{
			border-top: solid 3px #e5e5e5;
			padding: 20px 3px 30px;
			margin-top: 20px;
			background: url(../Images/All/Background/Tamakawa.gif) no-repeat bottom right;
			clear: both;
		}
		#Address h3{
			margin-bottom: 5px;
			color: #666666;
			font-size: 1.15em;
			font-weight: 700;
		}
		#Address p{
			font-size: 0.9em;
			line-height: 1.4em;
		}

	/**=2-3
	 * --------------------------------------
	 *
	 * --------------------------------------
	 */
	 	#TopRoomList .Box{
	 		padding: 10px;
			box-shadow: 0 0 5px #cccccc;
			-moz-box-shadow: 0 0 5px #cccccc;
			-webkit-box-shadow: 0 0 5px #cccccc;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			background: #ffffff;
			float: left;
			position: relative;
			width: 175px;
			font-size: 0.85em;
			margin-bottom: 30px;
	 		margin-right: 30px;
	 	}
	 	#TopRoomList .Box .Photo img{
	 		max-width: 175px;
	 		height: auto;
	 	}
	 	#TopRoomList li {
	 		float: left;
	 		padding: 5px;
	 		margin: 10px 3px 10px 0;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			color: #ffffff;
			line-height: 1.1em;
			position: relative;
	 	}
	 	#TopRoomList li.Category01{ background: #ff9900;}
	 	#TopRoomList li.Category02{ background: #9fcfcf;}
	 	#TopRoomList li.Category03{ background: #dddddd; color: #666666;}
	 	#TopRoomList table{
	 		width: 100%;
	 		clear: both;
	 	}
	 	#TopRoomList tr{
	 		border-bottom: solid 1px #e5e5e5;
	 	}
	 	#TopRoomList th,
	 	#TopRoomList td{ *border-bottom: solid 1px #e5e5e5;}
	 	#TopRoomList th{ width: 4em;}
	 	#TopRoomList td{
	 		text-indent: -1em;
	 		*text-indent: 0;
	 		margin-left: 1em;
	 	}


/**=3
 * ================================================================================
 * 内部ページ
 * ================================================================================
 */


	/**=3-1
	 * --------------------------------------
	 * 共通設定
	 * --------------------------------------
	 */

		/*　サブタイトル
		--------------------------------------*/
		.SubTitleType01{
			margin-bottom: 5px;
			padding-bottom: 10px;
			font-size: 1.2em;
			border-bottom: solid 1px #82bf51;
			color: #70ab3b;
		}
		.SubTitleType01 span{
			border-left: solid 5px #82bf51;
			padding: 3px 10px;
		}

		/*　　パンくず
		--------------------------------------*/
		#Breadcrumbs{
			margin: 0 0 20px;
			color: #999999;
			clear: both;
		}
		#Breadcrumbs a{ color: #999999;}
		#Breadcrumbs span{ color: #000000;}


		/*　ページバック
		--------------------------------------*/
		.PageBack{
			text-align: center;
			margin-top: 20px;
			padding-top: 19px;
			border-top: solid 1px #CCCCCC;
		}
			.PageBack a{
				color: #449900;
				text-decoration: underline;
			}
				.PageBack a:hover{ color: #ff3333;}


		/*　ページャー
		--------------------------------------*/
		#Pager {
			width: 100%;
			float: left;
			margin-bottom: 15px;
		}
		#Pager ul,
		#Pager p{
			float: left;
			padding: 5px 10px;
			line-height: 1.1em;
			background: #eeeedb;
			border-radius:3px;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			position: relative;
			margin-right: 5px;
		}
		#Pager ul li{
			float: left;
			padding: 0 3px;
			border-right: solid 1px #000000;
		}
		#Pager ul li a{padding: 0 5px;}
		#Pager ul li.Last{ border: none;}

		#Pager p.Number{
			float: right;
			background: #eeeeee;
		}

	/**=3-2
	 * --------------------------------------
	 *
	 * --------------------------------------
	 */
		#SideSearch {font-size: 0.95em;}
	 	#SideSearch h3{
	 		float: right;
	 		background: #abab84;
			border-radius: 3px 3px 0 0;
			-moz-border-radius: 3px 3px 0 0;
			-webkit-border-radius: 3px 3px 0 0;
			padding: 5px;
			width: 75px;
			text-align: center;
			color: #ffffff;
			box-shadow: 0 0 5px #cccccc;
			-moz-box-shadow: 0 0 5px #cccccc;
			-webkit-box-shadow: 0 0 5px #cccccc;
			margin-right: 20px;
	 	}
	 	#SideSearch .Box{
	 		clear: both;
	 		width: 100%;
			box-shadow: 0 0 5px #cccccc;
			-moz-box-shadow: 0 0 5px #cccccc;
			-webkit-box-shadow: 0 0 5px #cccccc;
			background: #ffffff;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			position: relative;
			margin-bottom: 10px;
	 	}
	 	#SideSearch .Box ul{
	 		padding: 15px;
	 	}
	 	#SideSearch .Box ul li{
	 		float: left;
	 		margin-right: 10px;
	 		width: 100px;
	 		border-bottom: solid 1px #eeeeee;
	 	}
	 	#SideSearch .Box ul li a{
	 		display: block;
	 		padding: 5px 0;
	 	}


	/**=3-3
	 * --------------------------------------
	 *
	 * --------------------------------------
	 */
	 	#RoomList {
	 		width: 100%;
	 		float: left;
	 	}
	 	#RoomList .Box{
			box-shadow: 0 0 5px #cccccc;
			-moz-box-shadow: 0 0 5px #cccccc;
			-webkit-box-shadow: 0 0 5px #cccccc;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			position: relative;
			padding: 15px;
			clear: both;
			margin: 20px 0;
			background: #ffffff;
	 	}
	 	#RoomList .Box .Photo{
	 		float: left;
	 		padding: 5px;
	 		background: #eeeeee;
	 		width: 180px;
	 		position: relative;
	 	}
	 	#RoomList .Box .Photo img{
	 		position: absolute;
	 	}
	 	#RoomList .Box .About{
	 		width: 410px;
	 		float: left;
	 		margin-left: 10px;
	 	}
	 	#RoomList .Box .Title{
	 		border-bottom: solid 2px #eeeeee;
	 		padding-bottom: 10px;
	 		margin-bottom: 10px;
	 	}
	 	#RoomList .Box .Title p{
	 		width: 60px;
	 		height: 25px;
	 		float: right;
	 		text-indent: -9999px;
	 	}
	 	#RoomList .Box .Title p a{
	 		width: 60px;
	 		height: 25px;
	 		display: block;
	 		overflow: hidden;
	 		background: url(../Images/All/Navi/More.gif) no-repeat;
	 	}
	 	#RoomList .Box .Title p a:hover{ background-position: 0 -25px;}
	 	#RoomList .Box h2{
	 		color: #6eaa3a;
	 		font-size: 1.2em;
	 		font-weight: 700;
	 		float: left;
	 	}
	 	#RoomList .Box dl{
	 		width: 200px;
	 		float: left;
	 		margin-right: 10px;
	 		font-size: 0.9em;
	 	}
	 	#RoomList .Box dl.Last{ margin-right: 0;}
	 	#RoomList .Box dt,
	 	#RoomList .Box dd{
	 		border-bottom: dotted 1px #cccccc;
	 		padding: 5px 5px;
	 		float: left;
	 	}
	 	#RoomList .Box dt{
	 		width: 60px;
	 		color: #999999;
	 	}
	 	#RoomList .Box dt span{
	 		display: block;
	 		border-right: solid 2px #cccccc;
	 	}
	 	#RoomList .Box dd{ width: 120px;}


	/**=3-
	 * --------------------------------------
	 *
	 * --------------------------------------
	 */
	 	#MoreBody h2{
	 		border-left: 5px solid #6eaa3a;
	 		color: #6eaa3a;
	 		font-size: 1.5em;
	 		padding: 10px 15px;
	 		margin-bottom: 10px;
	 		font-weight: 700;
	 	}
	 	#MoreBody #PhotoList{
	 		width: 310px;
	 		float: left;
	 		margin-right: 20px;
	 	}
	 	#MoreBody #PhotoList p{
	 		padding: 5px;
	 		background: #cccccc;
	 		margin-bottom: 10px;
	 	}

	 	#MoreBody #PhotoList li{
	 		float: left;
	 		margin-right: 10px;
	 	}

	 	#MoreBody #PhotoList li img{
	 		border-radius: 5px;
	 		-moz-border-radius: 5px;
	 		-webkit-border-radius: 5px;
		 	box-shadow: 0 0 5px #cccccc;
		 	-moz-box-shadow: 0 0 5px #cccccc;
		 	-webkit-box-shadow: 0 0 5px #cccccc;
	 		position: relative;
 		}
	 	#MoreBody #About{
	 		float: right;
	 		width: 310px;
	 	}
	 	#MoreBody #About dl{
	 		width: 100%;
	 		margin-bottom: 25px;
	 		float: left;
	 	}
	 	#MoreBody #About dt,
	 	#MoreBody #About dd{
	 		border-bottom: dotted 1px #cccccc;
	 		padding: 10px 5px;
	 		float: left;
	 	}
	 	#MoreBody #About dt{
	 		width: 100px;
	 		color: #999999;
	 	}
	 	#MoreBody #About dt span{
	 		display: block;
	 		border-right: solid 2px #cccccc;
	 	}
	 	#MoreBody #About dd{ width: 190px;}

	 	#MoreBody #GoogleMap{
	 		border: solid 1px #cccccc;
	 		width: 250px;
	 		height: 220px;
	 		clear: both;
	 		margin-top: 30px;
	 		float: left;
	 	}

	 	#MoreBody #Category {
	 		float: right;
	 		clear: both;
	 	}
	 	#MoreBody #Category li {
	 		float: left;
	 		padding: 5px;
	 		margin: 10px 0 10px 3px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			color: #ffffff;
			line-height: 1.1em;
			position: relative;
	 	}
	 	#MoreBody #Category li.Category01{ background: #3F7F7F; color: #ffffff}
	 	#MoreBody #Category li.Category02{ background: #9fcfcf;}
	 	#MoreBody #Category li.Category03{ background: #dddddd; color: #666666;}
        #MoreBody #Category li.Category04{ background: #ff9900; color: #ffffff;}
        #MoreBody #Category li.Category05{ background: #FF0000; color: #ffffff;}
        #MoreBody #Category li.Category06{ background: #ff9900;}
        #MoreBody #Category li.Category07{ background: #ff9900;}
        #MoreBody #Category li.Category08{ background: #ff9900;}
        #MoreBody #Category li.Category09{ background: #ff9900;}
        #MoreBody #Category li.Category10{ background: #ff9900;}
        
	 	#AppealPoint{
	 		padding: 15px;
	 		border: dotted 1px #cccccc;
	 		clear: both;
	 		color:#CC0000;
	 		font-weight: 700;
	 	}
	 	#MoreBody #Info{
	 		background: #f2f1e5;
	 		clear: both;
	 		width: 940px;
	 		float: left;
	 		margin-top: 60px;
	 	}
	 	#MoreBody #Info table {
	 		width: 300px;
	 		float: left;
	 		margin: 4px;
			border-top:1px solid #aaaaaa;
			border-left:1px solid #aaaaaa;
			border-collapse:collapse;
	 	}
		#MoreBody #Info table th,
		#MoreBody #Info table td{
			border-bottom:1px solid #aaaaaa;
			border-right:1px solid #aaaaaa;
			padding:5px;
			background: #ffffff;
		}

		#MoreBody #Info table th{
			width: 75px;
			background: #DFF0F8;
		}

		.FlowBox{
			border: solid 1px #82bf51;
			margin-bottom: 20px;
			background: #ffffff;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			box-shadow: 0 0 4px #dddddd;
			-moz-box-shadow: 0 0 4px #dddddd;
			-webkit-box-shadow: 0 0 4px #dddddd;
			position: relative;
		}
		.FlowBox a{
			text-decoration: underline;
			color: #82bf51;
		}
		.FlowBox h2{
			margin: 15px 15px 5px;
			padding-bottom: 10px;
			font-size: 1.2em;
			border-bottom: solid 1px #82bf51;
			color: #70ab3b;
		}
		.FlowBox h2 span{
			border-left: solid 5px #82bf51;
			padding: 3px 10px;
		}
		.FlowBox p{
			padding: 5px 15px;
			text-indent: -1em;
			margin-left: 1em;
		}


/*　CSS3-参考
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;

box-shadow: 0 0 4px #9f9f9f;
-moz-box-shadow: 0 0 4px #9f9f9f;
-webkit-box-shadow: 0 0 4px #9f9f9f;

position:relative;
behavior: url(http://w4.multi.ne.jp//Templates/Htc/PIE.htc);


opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
-moz-opacity:0.7;
-khtml-opacity: 0.7;
zoom:1;
--------------------------------------*/