/* main styles */
div#wrapper {
  position: relative;
  width: 760px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 10px 0;
  color: #333333;
  background-color: #ffffff;
  text-align: left;
}

div#header {
	width: auto;
	background-color: transparent;
	background-image: url(../images/hd01.jpg);
	background-repeat: no-repeat;
	height:150px;
	margin:0 10px 10px 10px;
	padding:0;
	background-position: center bottom;
}

/* タイトル
---------------------------------------------*/
#title {
	position: absolute;
	left: 10px;
	top: 50px;
}




/* パンくず
---------------------------------------------*/
#bre {
    margin: 20px 0px 0px 20px;
}


#bre p {
   font-size: 85%;
}

/* rss
---------------------------------------------*/


.newsbody {
	background: url(../images/rss_bg.jpg) no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 40px;
	}




/* 枠内でulタグを使用した時の設定 */
.rss ul {
	margin: 5px 0;
	}

/* 枠内でul ulタグを使用した時の設定 */
.rss ul ul {
	margin-bottom: 0px;
	}



/* 枠内でliタグを使用した時の設定 */
.rss li {
	background: url(../images/arrow.gif) no-repeat 5px 3px;
    margin: 0px;
    padding: 0px 0px 10px 20px;
    list-style: none;
	}





/* メインコンテンツ
---------------------------------------------*/

div#mainContents {
  display: block;
  float: left;
  width: 500px;
  margin: 0 0 1em 0;
}
div#mainContents div#mainbody {
  display: block;
  width: auto;
  margin: 1.5em 0 2em 0;
}

div#mainContents p {
  line-height: 145%;
  padding-left:10px;
}

div#mainContents h2 {
  margin-bottom: 1.0em;
  border-left: 10px solid #333333;
  color: #000000;
  font-size: 100%;
  font-weight: bold;
  padding: 5px 0 3px 5px;
  background-color: #f5f5f5;
}

div#mainContents li {
    font-size: 95%;
  font-weight: normal;
  line-height: 150%;
  text-transform: uppercase;
}

/* サイドメニュー
---------------------------------------------*/
div#sideNavi {
  display: inline;
  float: left;
  width: 200px;
  height: auto;
  margin: 1.5em 0 0 20px;
  padding: 0 20px 0 0;
}

div#sideNavi h2 {
  margin-bottom: 1.0em;
  border-left: 10px solid #333333;
  color: #000000;
  font-size: 85%;
  font-weight: bold;
  padding: 3px 0 3px 3px;
  background-color: #f5f5f5;
}




div#subNavi li a {
    font-size: 95%;
  font-weight: normal;
  text-transform: uppercase;
}

/* フッター
---------------------------------------------*/

p#Footer {
  clear: both;
  margin: 0 auto;
  font-size: 75%;
  text-align: center;
}

#Footer a {
	color: #333333;
	text-decoration: none;
}
