/* main styles */
div#container {
  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:200px;
	margin:0 10px 10px 10px;
	padding:0;
	background-position: center bottom;
}

/* ロゴ
---------------------------------------------*/
#logo {
	position: absolute;
	left: 10px;
	top: 10px;
}


/* サイトナビ
---------------------------------------------*/
ul#site {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 200px;
  height: auto;
  margin: 0 0 1em 0;
  text-align: right;
}
ul#site li {
  display: block;
  float: right;
  font-size: 11px;
}
ul#site a {
  display:block;
  width: auto;
  height: auto;
  padding: 0 10px;
  border-right: 1px solid #c0c0c0;
}
ul#site li#sitemap a {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* パンくず
---------------------------------------------*/
#pan {
    margin: 20px 0px 0px 20px;
}


#pan p {
   font-size: 85%;
}

/* rss
---------------------------------------------*/


.newsbox {
	background: url(../images/rss_bg.jpg) no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 20px;
	}




/* 枠内でulタグを使用した時の設定 */
.nb ul {
	margin: 5px 0;
	}

/* 枠内でul ulタグを使用した時の設定 */
.nb ul ul {
	margin-bottom: 0px;
	}



/* 枠内でliタグを使用した時の設定 */
.nb 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#latest {
  display: block;
  width: auto;
  margin: 1.5em 0 2em 0;
}

div#mainContents p {
  line-height: 145%;
}

div#mainContents h2 {
  margin-bottom: 1.0em;
  border-bottom: 1px dotted #5279cb;
  color: #000000;
  font-size: 100%;
  font-weight: bold;
  padding-bottom: 3px;
}

div#mainContents li {
    font-size: 95%;
  font-weight: normal;
  line-height: 150%;
  text-transform: uppercase;
}

/* サイドメニュー
---------------------------------------------*/
div#subNavi {
  display: inline;
  float: left;
  width: 200px;
  height: auto;
  margin: 1.5em 0 0 20px;
  padding: 0 20px 0 0;
}

div#subNavi h2 {
  margin-bottom: 1.0em;
  border-bottom: 1px dotted #5279cb;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 3px;
  padding-right: 10px;
}


div#subNavi li {
  line-height: 165%;
}

div#subNavi li a {
    font-size: 95%;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: underline;
}

/* サイドメニュー
---------------------------------------------*/

p#siteFooter {
  clear: both;
  margin: 0 auto;
  font-size: 75%;
  text-align: center;
}

#siteFooter a {
	color: #333333;
}
/*-----------------plink------------------*/

#prLink {
	margin: 10px;
	padding: 5px;
	list-style: none;
	font-size:10px;
	border: solid 1px #666666;
}
#prLink p {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
#prLink ul {
	font-size: 10px;
	padding: 10px;
	color:#333333;
}
#prLink li {
	padding-bottom: 3px;
	list-style-type: none;

}
#prLink li a{
	color:#0066FF;
	text-decoration:underline;
}
#prLink li a:hover{
	color:#0066FF;
	text-decoration:none;
}

/*-----------------plink------------------*/