@charset "UTF-8";
/* CSS Document */

body {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 18px;
}
#wrapper {
  padding:0px;
  width:900px;
  background-image:url(../top_img/head.jpg);
  background-repeat:no-repeat;
  background-color:#FFFFFF;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-right-color: #003366;
  border-bottom-color: #003366;
  border-left-color: #003366;
}
#header {
  margin: 0px;
  padding: 0px;
  height: 80px;
  width: 900px;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0 0 1em 0;
	font-weight: bold;
	line-height: 1.2;
	}
h1 {
  font-size: 160%;
  color: #00C;
  padding-top: 8px;
	}
h2 {
	font-size: 140%;
	color: #f60;
	margin-top: 10px;
	margin-bottom: 10px;
	}
h3 {
  font-size: 12px;
  color: #000;
  font-weight: normal;
  padding-left: 30px;
	}
h4 {
	font-size: 140%;
	color: #933;
	}
h5 {
	font-size: 15px;
	color: #390;
	}
.ptred {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#F2060A;
}
.container {
    overflow: hidden;
}
/* ---------------------------------------*/
ul#nav  {
  clear: both;
  margin: 0;
  padding-left: 30px;
  height: 28px;
  font-size: 0.8em;
  list-style: none;
  border: 1px dotted #FFCC66;
  background-image: url(../img/header_nav_bg.gif);
  background-repeat: repeat-x;
	}
#nav li {
  float: left;
  display: inline;
  white-space: nowrap;
  background-image: url(../img/header_nav_bg.gif);
  background-repeat: repeat;
	}
#nav li a {
  width: 95px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #663300;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #FFCC66;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 4px;
  padding-left: 0;
	}
#nav li a:hover {
  color: #000000;
  background-color: #FFFFCC;
	}
/* ---------------------------------------*/
#top-menu ul  {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  text-indent: 20px;
	}
#top-menu li a {
  display: block;
  width: 800px;
  color: #3333FF;
  text-decoration: none;
  padding-top: 10px;
  padding-right: 50;
  padding-bottom: 10px;
  padding-left: 100px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_arrow.gif);
  background-position: 60px 50%;
  float: none;
  margin: 0;
	}
#top-menu li a:hover {
  color: #330066;
  background-color: #CCFFCC;
	}
    
#top-menu {
    margin: 2px 0 0 0;}
/* content
---------------------------------------*/
#content {
  clear: both;
  overflow: hidden;
  width: 900px;
  background: #fff;
  border-top-width: 4px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: #006666;
	}
#main {
  float: left;
  position: relative;
  left: 10px;
  width: 660px;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  margin-top: 8px;
  text-align: left;
	}
#main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
	}
#main ul ul {
  list-style-type: square;
}
#main li {
  color: #333;
  text-align: left;
  padding-left: 5px;
  margin-left: 20px;
}
#main li a {
  margin: 0;
  display: block;
  width: 580px;
  color: #333333;
  text-decoration: none;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 40px;
  background-image: url(../top_img/icon_arrow.gif);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  text-align: left;
	}
#main li a:hover {
  color: #000000;
  background-color: #CCFFFF;
	}
#main ol {
	font-size: 1em;
	line-height: 11px;
	background-color: #EDF6CA;
	border-width: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 40px;
	}
/*#main ol ol {
  font-size: 90px;
  color: #333;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 2em;
  margin-left: 0px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 4px;
}*/
#main ol li {
	margin-bottom: 6px;
	padding-bottom: 6px;
	color: hsla(27,48%,29%,1);
	line-height: 20px;
	border-bottom: 1px solid hsla(69,32%,57%,1);
	}
#main img {
  margin-bottom: 6px;
  padding-bottom: 6px;
  color: #644;
	}
.main2 ol {
	line-height: 11px;
	background-color: #FFF!important;
	border-width: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 40px;
	}
.main2 ol li {
	margin-bottom: 1px!important;
	padding-bottom: 3px!important;
	color: #333!important;
	line-height: 20px;
	border-bottom: none!important;
  font-size: 1em!important;
	}
.messe ol {
  background-color: #fff !important;
}
.messe ol li {
	margin-bottom: 1px!important;
	padding-bottom: 3px!important;
	color: #333!important;
	line-height: 20px;
	border-bottom: none!important;
  font-size: 1em!important;
}
.messe2 ol {
	background-color: #EDF6CA !important;
}
.messe2 ol li {
	margin-bottom: 6px;
	padding-bottom: 6px;
	color: hsla(27,48%,29%,1);
	line-height: 20px;
	border-bottom: 1px solid hsla(69,32%,57%,1);
}
#sidebar {
  float: right;
  width: 215px;
  color: #333333;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
  background-color: #FFFFFF;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 1px solid #000099;
	}
#sidebar p {
  padding: 0;
  font-size: 11px;
  color: #FFFFFF;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 10px;
	}
#sidebar ul {
  list-style: none;
  font-size: 85%;
  text-align: left;
  padding: 0;
  margin-top: 2;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
	}
#sidebar li a {
  margin: 0;
  display: block;
  width: 170px;
  color: #003399;
  text-decoration: none;
  padding-top: 2px;
  padding-right: 0;
  padding-bottom: 2px;
  padding-left: 40px;
  background-image: url(../top_img/icon_arrow.gif);
  background-repeat: no-repeat;
  background-position: 20px 50%;
	}
#sidebar li a:hover {
  color: #66CCFF;
  background-color: #FFFFFF;
	}
#sidebar dl {
  padding: 0;
  font-size: 80%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
	}
#sidebar dl img  {
  border: 1px solid #000099;
	}
#sidebar dl a:hover img  {
  border: 1px solid #66CCFF;
	}
#sidebar dt {
  margin-bottom: 2px;
	}
#sidebar dd {
  margin-bottom: 2px;
  padding-right: 10px;
	}
/* layout [index]
---------------------------------------*/
#news {
  margin: 0;
	}
#news a {
  color: #333333;
	}
#news dt {
  padding: 10px 10px 6px 10px;
  font-size: 80%;
  color: #006666;
  background-color: #FFFFFF;
  text-align: left;
	}
#news dd {
  margin-bottom: 13px;
  padding: 6px 10px 10px 10px;
  font-size: 90%;
  border-bottom: 1px solid #ccc;
  background-color: #FFFFFF;
  text-align: left;
	}
#news em {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 140%;
	font-weight: normal;
	color: #390;
	border-left: 1px solid #ccc;
	}
.titlenews {
  font-size: 110%;
  color: #fff;
  background-color: #006666;
  margin-top: 1;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 20px;
  padding-bottom: 2px;
  padding-left: 20px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #00CC99;
	}

/* footer
---------------------------------------*/
#footer {
	clear: both;
	}
#footernav {
  margin: 20px 0 0 0;
  padding: 5px 20px;
  list-style: none;
  font-size: 90%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #006633;
  border-bottom-color: #006633;
	}
#footernav li {
  margin-right: 8px;
  padding-right: 8px;
  display: inline;
  white-space: nowrap;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #006633;
	}
#footernav a {
  color: #000099;
  text-decoration: none;
	}

#footer p {
  clear: both;
  margin: 0;
  font-size: 80%;
  color: #333333;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 0;
	}
    
    /* Images
---------------------------------------*/
.imgtop {
	margin-bottom: 20px;
	}
.imgleft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	}
.imgright {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	}
.imgcenter {
  margin-bottom: 15px;
  float: none;
  margin-left: 50px;
	}
/* etc.
---------------------------------------*/
#i1 {
	float: right;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#i2 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#i3 {
	margin: 0px;
	padding: 0px;
}
#i4 {
  text-align: center;
  margin-bottom: 5px;
  margin-left: 25px;
  margin-top: 10px;
}

.line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}
.pagetop {
	clear: both;
	}
.pagetop a {
  padding: 2px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 80%;
  color: #003399;
  border: 1px solid #ddd;
  background: url(../../images/common/linklist_bg.gif) repeat;
	}
.pagetop a:hover {
	background: #f1f1f1;
	}
#content-nav
{
  color: #000;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: right;
}
#content #main p {
	margin-left: 20px;
	margin-top: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 22px;
}
#content #main #kajogaki ol {
	font-size: 100%;
	line-height: 11px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#content #main #kajogaki ol li {
	margin-bottom: 6px;
	padding-bottom: 6px;
	color: hsla(0,0%,0%,1);
	line-height: 18px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#wrapper #content #main h6 {
	font-size: 13px;
	font-weight: bold;
	color: #222322;
	margin-bottom: -8px;
}
.osirase {
	overflow:hidden;
}

#main .choto ol {
	line-height: 11px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	}

#main .choto ol li {
    font-size: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-bottom: 6px;
	padding-bottom: 6px;
	color:#2A2727;
	line-height: 20px;
    border-bottom: #FFFFFF;
}
