/* ---- ページ全体ここから ---- */
body {
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  color: #333333;
  margin: 0px;
  padding: 0px;

}
div#page {
  border: 1px solid #577CC6;
  text-align: left;
  background: #ffffff;
  width: 780px;
  margin: 5px auto;
}

table {
  font-size: 12px;
}
a:link {
  color: #0066cc;
  background: transparent;
}
a:visited {
  color: #0066cc;
  background: transparent;
}
a:hover, a:active {
  color: #ff6600;
  background: transparent;
}
/* ---- ページ全体ここまで ---- */

/* ---- フッターここから ---- */
#footer{
width:"100%";
border-top: 1px solid #cccccc;
font-size:small;
background:#ffffff;
}
#footer p.rss{
float:left;
margin:0;
padding:5px 5px 5px 5px;
font-style: normal;
}

div.copyright {
   border-top: 1px solid #CCCCCC;
   padding: 0px 5px 5px 5px;
   text-align: right;
   margin: 0px;
   font-size: 12px;
   background: #FFFFFF;
}
/* ---- フッターここまで ---- */

/* -------------------- 装飾 -------------------- */

strong {
	color: #CC3333;
}

h1 {
	font-size: 100%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px 0px 0px;
	font-weight: bold;
 	width:100%;
}

/* ---- トップページのnews記事で使用 ---- */
p.news {
margin: 0px 0px 8px 0px;
padding: 5px 5px 4px 20px;
background: url(../img/icon.gif) no-repeat 2px 5px;
font-size: 12px;
line-height: 133%;
}

/* ---- パンくずリストで使用 ---- */
p.nav {
	font-size: 100%;
	padding: 5px 5px 0px 0px;
	width:738;
}

/* ---- 本文タイトルで使用 ---- */
p.title {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 150%;
	padding: 5px 0px 5px 5px;
	font-weight: bold;
	font-color: "#333333";
	width:99%;
}

/* ---- メニュータイトルで使用 ---- */
p.contents {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 150%;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-color: "#333333";
	width:99%;
}

/* ---- トップページinformation用タイトルで使用 ---- */
p.infotitle {
margin: 0px;
padding: 5px 5px 3px 5px;
background-color: #E6E6E6;
border: solid 1px #cccccc;
font-size: 12px;
line-height: 133%;
font-weight: normal;
text-align:center;
}

/* ---- トップページinformation用テキストで使用 ---- */
p.infotext {
margin: 0px 0px 12px 0px;
padding: 5px;
border-right: solid 1px #cccccc;
border-bottom: solid 1px #cccccc;
border-left: solid 1px #cccccc;
font-size: 12px;
line-height: 133%;
}

/* ---- トップページ右メニューテキストで使用 ---- */
div.rmenu {
line-height: 70%;
}

/* ---- トップページ右メニューMISバナー他で使用 ---- */
/* ---- センタリング ---- */
div.center {
text-align: center;
}

/* ---- トップページnews過去のお知らせ他で使用 ---- */
/* ---- 右寄せ ---- */
div.right {
text-align: right;
}

/* ---- トップページinformationのテキスト他で使用 ---- */
/* ---- 左寄せ ---- */
div.left {
text-align: left;
}

/* ---- アイコンオンマウスオーバー時の動作で使用 ---- */
.btn:hover {
position: relative;
left: -1px;
top: -1px;
}

div.title {
margin: 0px;
padding: 5px 5px 3px 0px;
border-bottom: solid 1px #cccccc;;
}

div.title1 {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 150%;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	font-color: "#333333";
	width:100%;
}

/* ---- アクセスページのgoogle mapで使用 ---- */
div#map {
	border: 2px outset gray;
}

div#side_bar {
	border: 1px solid #666;
	padding: 6px;
/*	line-height: 2;*/
	overflow:auto;
}
img {
	border: 0px;
}
/* ---- アクセスページのgoogle mapで使用ここまで ---- */

/* ---- メニューで使用 ---- */
#MenuBar1 li, #MenuBar1 li ul{
	width:160px;	/* 横幅の指定 */
/*	border:0px solid #aaa; */	/* 枠を指定した場合。でも背景画像でやるのが綺麗だしベスト */
 	border-bottom: solid 1px #cccccc;
}
li a {
	font-size:9pt;
}