@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666666;
	background-color: #e0e8f8;
	background-image: url(img/base/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link {
	color: #837150;
	text-decoration:none;
	font-size: 12px;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color: #004080;
	font-size: 12px;
}

p {
	margin-bottom: 5px;
	line-height: 150%;
	letter-spacing: 1px;
}

h1 {
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 0px 3px;
}

h2{
	background-image: url("img/base/point.gif");
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size:12px;
}

.mt20 { margin-top:20px;}
.mt40 { margin-top:40px;}
.mt80 { margin-top:80px;}
/*---------- メイン ----------*/

#main {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 900px;
	background-color: #ffffff;
}



/*---------- ヘッダー ----------*/

#header {
	margin: 0;
	width: 900px;
	height: 330px;
	background-image: url(img/base/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#header-h1 {
	margin: 0;
	padding:0;
	width:900px;
}
#header-h1 h1{
  margin: 0;
  padding: 5px 10px 3px 10px;
  text-align: right;
  font-size: 12px;
  font-weight:500;
}

#table-left{
  text-align: left;
  padding: 0px 0px 30px 10px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 0px 10px 0px 0;
  font-size: 12px;
  color: #ffffff;
  line-height: 150%;
  text-decoration: none;
}

/*---------- コンテンツ ----------*/

#container {
	margin: 0px;
	background-color: #ffffff;
}


/*---------- メインコンテンツ ----------*/

#contents {
	background-color:#ffffff;
	float: right;
	margin: 0;
	padding:10px 10px 5px 10px;
	line-height: 150%;
	letter-spacing: 1px;
	width: 560px;
	height: 100%;
}

#contents p {
	margin-bottom:10px;
	line-height: 150%;
	letter-spacing: 1px;
}
#contents-map {
	background-color:#ffffff;
	float: right;
	margin: 0;
	padding:0px 0px 10px 0px;
	line-height: 150%;
	letter-spacing: 1px;
	width: 560px;
	height: 100%;
}

/*---------- メニュー ----------*/

#menu {
	float: left;
	margin: 0;
	padding:10px 10px 10px 10px;
	width: 300px;
	height: 100%;
	letter-spacing: 1px;
	text-align: left;
	background-color:#ffffff;
	display:inline;
}

#menu img{
	margin-bottom:10px;
}

#menu2 {
	float: left;
	margin: 0;
	padding:0px 10px 10px 10px;
	width: 280px;
	height: 100%;
	letter-spacing: 1px;
	text-align: left;
	display:inline;
}
/*---------- トピック ----------*/
#topic-l {
	float: left;
	margin: 5px 0px 0px 0px;
	padding:0px;
	width: 430px;
	height: 100%;
}
#topic-r {
	float: left;
	margin: 20px 0px 0px 10px;
	padding:0px;
	width: 220px;
	height: 260px;
}

/*---------- フッター ----------*/

#footer {
  clear: both;
  margin: 0;
  padding: 4px 0 15px 10px;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #ffffff;
  height:100%;
}

#footer a {
  color: #333333;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}
