@charset "shift_jis";

/* 全般の設定 */

* {
  margin: 0;
  padding: 0;
}

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }
a:visited { color: #90f; }
a:hover { color: #33F; }
a:active { color: #33F; }



/* 全体レイアウト */

body {
  font-size: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #000;
}

#wrapper {
  text-align: left;
  margin: 0 auto;
  padding: 10px 10px 0;
  width: 940px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;

  background-color: #EE9;

  height:2800px;

}

#header {
  height: 180px;
  margin-bottom: 20px;
}

#header-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(img/header_title.jpg) no-repeat 100%;
  background-position: top center;  
}

#container {
  width: 760px;
  float: left;
}

#center {
  width: 580px;
  float: right;

}

/* 中央ボックス */
.center-dl {
  margin: 0px;
}

.center-dl dt {
  border: 0px solid #842;
  text-align: left;
  font-weight: bold;
  padding: 10px 0px 0px 20px;
  background-color: #842;
  background: url(img/h4.gif) no-repeat 0px 38px;
  margin:4px;

}

.center-dl dd {
  line-height: 1.5em;
  margin-bottom: 10px;
  padding: 9px;
  border: 0px solid #842;
  background-color: #FFF;
}



#left-sidebar {
  width: 180px;
  float: left;
}

#right-sidebar {
  width: 180px;
  float: right;
}

#footer {
  padding: 20px 0 30px;
  background-color: #33F;

}


/* 中央写真3x2 */
div.center_imgs {
  width:180px; height:200px;
  margin:6px; padding:0px; border:0px solid black;
  float: left;
  font-size: 90%;
  box-shadow: 2px 2px 2px #888

 }

div.center_imgs img {
  width:180px;
  max-height:200px;
align:center;
}




/* 中央下写真3x2 */
div.center_bottom_imgs {
  width:180px; height:200px;
  margin:4px; padding:0px; border:0px solid black;
  float: left;
  font-size: 90%;
  box-shadow: 2px 2px 2px #888
  float:none;

 }

div.center_bottom_imgs img {
  width:180px;
  max-height:200px;
align:center;
}



h2,h3,h4,h5,h6 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(img/h4.gif) no-repeat 0 0;
  color:#831;
  
}


/* 左右リンクボックス */
.linklist {
  list-style-type: none;
  margin-bottom: 20px;
}

.linklist li { display: inline; }

.linklist a {
  font-size: 90%;
  text-decoration: none;
  width: 170px;
  padding: 4px 4px;
  display: block;
  border: 0px;
  color: #000;

}

.linklist a:hover {
  text-decoration: none;
  border: 1px outset #eee;
  background-color: #33F;
  color: #FFF;
}

#right-sidebar .linklist li a {
  font-size: 90%;
  text-decoration: none;
  width: 150px;
  padding: 4px 4px;
  display: block;
  border: 1px outset #eee;
  background-color: #33F;
  color: #fff;
}

#right-sidebar .linklist li a:hover {
  text-decoration: none;
  border: 1px outset #363;
  background-color: #cc9;
  color: #33F;
}


/* 左右コンテンツボックス */
.side-dl {
  font-size: 90%;
  margin: 0 0 20px;
}

.side-dl dt {
  text-align: center;
  padding: 4px 0;
  background-color: #33F;
  color: #FFF;
  font-weight: bold;
  text-shadow: 2px 2px 0 #552

}

.side-dl dd {
  line-height: 1.5em;
  margin-bottom: 10px;
  padding: 9px;
  border: 1px solid #33F;
  background-color: #FFFFCE;
}


/* フッタ */
#footer p {
  font-size: 90%;
  text-align: center;
  padding-top: 10px;
  color: #fff;
  float:none;
}

#footer2 {
  text-align: left;
  margin: 0 auto;
  padding: 10px 10px 0;
  width: 940px;
  border-left: 1px solid #999;
  border-right: 1px solid #999;

  background-color: #EE9;

}







.rss_box {
	 margin: 0em;
	 width: 170px;
	 border: 0px solid silver;
	 
}
.rss_items {
	margin-top:0px;
	padding:0em; 0em;
	margin-left:0px;
}
p.rss_title {padding:0em;}
.rss_title {
	text-align: left;
}

.rss_item  {
  font-size: 10pt;
  list-style:none;
  padding-bottom:0em;
}

.rss_title a {
	color:navy;
	font-size: 9pt;
	font-weight:bold;
	}
.rss_item a {
	color:navy;
	font-size: 9pt;
	font-weight:bold;
	}
	
.rss_item a:visited {
	color: black;
}

.rss_date {
	font-size: 7pt;
	color: red;
	}
