@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] フッターブロック内に関する指定
[5] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: none; }

a:link { color: #BE5A1E; }

a:visited { color: #4B281E; }

a:hover { color: #F0C878; }

a:active { color: #4B281E; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
  font-size: 90%;
  font-family: "MS Sans Serif", "Franklin Gothic Medium", Osaka, arial, sans-serif;
  padding: 0;
  margin: 0;
}

#wrapper {
  width: 680px;
  margin: 10px auto 0;
  background: url(img/head_logo.gif) no-repeat 0 0;
}

#globalnavi {
	margin-top: 100px;
	padding: 0px;
	list-style-type: none;
	background: none;
	width: 680px;
	height:28px;
	text-align: -9999px;
}

#contents {
  padding: 0px 0px 130px;
}

#space {
  height: 20px;
  padding-top: 20px;
}


#footer {
  height: 120px;
  padding-top: 40px;
  background: url(img/copyright.jpg) no-repeat 0 0;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* -- ロゴ -- */
.logo {
  font-size: 140%;
  font-weight: bold;
  text-align: right;
  text-indent: -9999px;
}

.logo a {
  text-decoration: none;
  color: #ffffff;
}

.logo a:hover {
  text-decoration: none;
  color: #ffffff;
}

/* -- ページの概要 -- */
.description {
  color: #ffffff;
  text-align: right;
  text-indent: -9999px;
}

#globalnavi ul {
  list-style-type: none;
  margin-bottom: 0px;
}

#globalnavi li {
	float: left;
}

#globalnavi a {
	width: 170px;
	height: 28px;
	display: inline;
	text-indent: -9999px;
	overflow:left;
}



/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* -- 見出し -- */
h1 {
  width: 680px;
  height: 90px;
  font-size: 160%;
  font-weight: normal;
  margin-bottom: none;
  color: #ffffff;
  border-bottom: none;
}

h2,h3,h4,h5,h6 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 1em;
  padding: 5px 0 5px 0px;
  border-bottom: none;
  border-bottom: 1px solid #4B281E;
}

h3,h4,h5,h6 { margin-top: 30px; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 1em;
}

div.map{
	position: relative;
	width: auto;
	height: auto;
}


div.mapview{
	position: absolute;
	margin-left: 440px;
	width: 240px;
	height: auto;
	text-align: right;
	
	}

dl{
	align: right;
}

dl.prop{
	background-color: #f0c878;
	}

.menu{
	align: center;
	background-color: #ffffff;
	border-color:#f0c878;
	
	}

.pagetop{
	text-align: right;
	}
	

.news{
	  list-style-type: none;
	  margin-bottom: 0px;
	
	}
/* -------------------------------------------------------------
   [4] フッターブロック内に関する指定 */

#footer {
  text-align: center;
  padding-top: 20px;
  color: #black;
}
