@import url("plugin.css");
body {
  background-color: #5076A5;
  background-image: url('bg_top.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

a:link {
  color: navy;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  text-decoration: underline;
}

a:hover img{
opacity:0.75; /* opera firefox safari */
filter: alpha(opacity=85); /* ie */
}

#bg_btm {
  background-image: url('bg_btm.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: transparent;
}

#wrapper {
  width: 980px;
  background-color: #fff;  
  background-image: url('bg_repeat.jpg');
  background-repeat: repeat-y;
  background-position: center top;
  text-align: left;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

h1 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 0;
  padding-bottom: 0;
}

#logo a:hover img{
opacity:1; /* opera firefox safari */
filter: alpha(opacity=100); /* ie */
}

#wrap_sidebar {
  width: 28%;
  float: left;
  overflow: hidden;
}

#logo_text {
  background-color: transparent;
  color: #70583E;
  text-align: left;
  padding-top: 180px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 80px;
  font-size: 24px;
  font-weight: bold;
}

#logo_text a:hover {
  background-color: transparent;
  color: #cc3300;
  text-decoration: underline;
}

#navigator {
  font-size: 14px;
  background-color: transparent;
  background-image: url('bg_header.jpg');
  background-repeat: no-repeat;
  background-position: 50% 100%;
  height: 50px;
}

#navigator ul {
  list-style-type: none;
  overflow:hidden;
  margin:0 0 0 92px;
  padding:7px 0 0 90px;
  height: 30px;
  border:0px red solid;
  list-style-type: none;
}

#navigator ul li {
  float:left;
  font-size: 14px;
  letter-spacing:0px;
  font-weight: bold;
  height:22px;
  margin:0 0 12px 10px;
  padding:0;
  border:0px red solid;
}

#navigator ul li a{
  float:left;
  display: block;
  overflow:hidden;
  height:21px;
  line-height:22px;
  text-align:center;
  padding:1px 0 0 20px;
  color:#000;
  background:url(bg_menu_separator.png) no-repeat 0px 1px;
}

#navigator ul li a:hover{
  color:#AD6B27;
  cursor:pointer;
  border:none;
}

#navigator ul li.focus a{
  cursor:pointer;
  color:#AD6B27;
  background:none;
}

#main {
}

#contenttop {
  margin-bottom: -80px;
  background-image: url('bg_container_top.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  height: 88px;
}


#menubar, #navigator2 {
  margin: 0 0 0 15px;
  background-color: transparent;
  color: #AD6B27;
  padding: 6px 10px 0 10px;
  background-image: url('bg_sb1_repeat.png');
  background-repeat: repeat-y;
  background-position: 50% 0%;
}

.menu_top, .navi2_top {
  background-image: url(bg_sb1_top.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  height: 10px;
  margin: 20px 0 0 15px;
}

.menu_btm, .navi2_btm {
  background-image: url(bg_sb1_btm.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: transparent;
  height: 10px;
  margin: -16px 0 0 15px;
}

.bar a:hover {
  background-color: transparent;
}

.bar h2 {
  line-height: 55px;
  width: 171px;
  padding: 0 2px 0 20px;
  margin: 0 0 5px 5px;
  background-color: transparent;
  background-image: url('bg_sb1_head.png');
  background-repeat: no-repeat;
  background-position: 50% 100%;
  color: #fff;
  text-align: center;
  font-size: 1em;
}

.bar h2 a:hover {
  background-color: transparent;
  color: #62655f;
  text-decoration: none;
  padding: 0 2px 0 20px;
}

.bar h2.focus {
  background-color: transparent;
}

.bar h3 {
  line-height: 1.2em;
  padding: 0 0 0 20px;
  margin: 5px 0 5px 4px;
  background-color: transparent;
  background-image: url('bg_sb1_arrow.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  color: #555;
  text-align: left;
  font-size: 1em;
}

.bar h3 a:hover {
  background-color: transparent;
  color: #AD6B27;
  text-decoration: underline;
  padding: 0 0 0 16px;
}

.bar h3.focus {
  background-color: transparent;
}

.bar h4 {
  line-height: 1.2em;
  padding: 0 0 0 14px;
  margin: 5px 0 5px 18px;
  background-color: transparent;
  color: #555;
  text-align: left;
  font-size: 1em;
}

.bar h4 a:hover {
  background-color: transparent;
  color: #AD6B27;
  text-decoration: underline;
  padding: 0 0 0 16px;
}

.bar h4.focuss {
  background-color: transparent;
}

#content {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 16px;
  padding-right: 20px;
  background-color: transparent;
  padding-bottom: 5px;
}

#body {
  line-height: 1.5em;
  width: 93%;
  word-break: normal;
  margin: 0 24px 0 20px;
}

#body p {
}

#body h2 {
  line-height: 1em;
  padding-top: 22px;
  padding-right: 0;
  padding-bottom: 24px;
  padding-left: 88px;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  background-color: transparent;
  background-image: url('bg_post_title.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  color: #104D66;
  text-align: left;
  font-size: 20px;
}

#body h3 {
  line-height: 1em;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  background-color: transparent;
  border-left-style: solid;
  border-left-color: none;
  border-left-width: 4px;
  color: #786741;
  text-align: left;
  font-size: 16px;
}

#body h4 {
  line-height: 1em;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 3px;
  background-color: transparent;
  border-bottom-style: dotted;
  border-bottom-color: none;
  border-bottom-width: 1px;
  color: #786741;
  text-align: left;
  font-size: 16px;
}

#body ul.list1 {
  padding-left: 16px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 16px;
  list-style-image: url(list_list1.png);
}

#body ul.list2 {
  padding-left: 16px;
  margin-left: 16px;
  list-style-image: url(list_list2.png);
}

#body ul.list3 {
  padding-left: 16px;
  margin-left: 16px;
  list-style-image: url(list_list3.png);
}

.style_table {
  margin-right: auto;
  margin-left: auto;
  background-color: #333;
  text-align: left;
  color: inherit;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.style_th {
  color: inherit;
  font-weight: bold;
  background-color: #f5f5f5;
  text-align: center;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
  margin-top: 1px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.style_td {
  color: inherit;
  background-color: #fff;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
  margin-top: 1px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.container_btm {
  background-image: url(bg_container_btm.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  height:88px;
  margin-top: 80px;
}

#footer {
    padding:110px 0 10px 0;
	color:#AD6B27;
	margin-top: 0px;
	background:transparent url(bg_footer.jpg) no-repeat bottom center;
}
#footer a,#footer a:hover{
	color:#AD6B27;
	text-decoration: underline;
}

#licence {
  text-align: left;
  margin: 20px 0 0 15px;
}

#licence a:hover {
  text-decoration: underline;
}

blockquote {
  padding-left: .3em;
  margin-top: 1em;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 1em;
}

dd {
  margin-top: 2px;
  margin-left: 20px;
  margin-right: 0;
  margin-bottom: 5px;
}

em {
  font-style: italic;
}

hr {
  border-top-width: 2px;
  border-top-color: #333;
  border-top-style: solid;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}

img {
  vertical-align: middle;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  background-color: #fff;
  border-top-width: 1px;
  border-top-color: #666;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #889;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #889;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-color: #666;
  border-left-style: solid;
  color: #000;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-top: .5em;
  padding-left: .5em;
  padding-right: .5em;
  padding-bottom: .5em;
}

strong {
  font-weight: 700;
}

div.ie5 {
  text-align: center;
}

span.handline {
  padding-bottom: .2em;
  background-image: url(line.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

span.noexists {
  color: #33F;
  background-color: #FFFACC;
}

span.noexists a {
  color: #33F;
}

span.size1 {
  font-size: xx-small;
}

span.size2 {
  font-size: x-small;
}

span.size3 {
  font-size: small;
}

span.size4 {
  font-size: medium;
}

span.size5 {
  font-size: large;
}

span.size6 {
  font-size: x-large;
}

span.size7 {
  font-size: xx-large;
}

tfoot td.style_td {
  color: inherit;
  background-color: #303;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
}

tfoot th.style_th {
  color: inherit;
  background-color: red;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
}

thead td.style_td {
  color: inherit;
  background-color: #303;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
}

thead th.style_th {
  color: inherit;
  background-color: red;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
}

#body del {
  color: #444;
}

#body h1 {
  line-height: 1em;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}

#body h1 a {
  text-decoration: none;
}

#body h2 a {
  text-decoration: none;
  color: #104D66;
}

#body h2 a:hover {
  color: #666;
}

#body h2.calender {
  color: #069;
  font-size: 14px;
  border: none;
  margin-top:10px;
  margin-bottom: -10px;
  padding: 0px;
  background-image: none;
  line-height: 14px;
}

#body h2.calender a {
  color: #069;
}

#body h2.calender a:hover {
  color: #666;
}

#body h3 a {
  text-decoration: none;
  color: #786741;
}

#body h3 a:hover {
  color: #666;
}

#body h4 a {
  color: #786741;
  text-decoration: none;
}

#body h4 a:hover {
  color: #666;
}

#body input {
  line-height: 1em;
}

#body ol.list1 {
  padding-left: 16px;
  margin-left: 16px;
  margin-top: 1em;
  margin-bottom: 1em;
  list-style-type: decimal;
}

#body ol.list2 {
  padding-left: 16px;
  margin-left: 16px;
  list-style-type: lower-roman;
}

#body ol.list3 {
  padding-left: 16px;
  margin-left: 16px;
  list-style-type: lower-alpha;
}

#body strong {
  font-weight: 700;
}

#body strong a {
  font-weight: 700;
}

#body table {
  max-width: 100%;
  word-break: normal;
  word-wrap: break-word;
  border-top-color: #666;
  border-bottom-color: #666;
  border-right-color: #666;
  border-left-color: #666;
}

#body textarea {
  max-width: 100%;
}

#body ul {
  margin-top: 5px;
  margin-left: 30px;
  margin-right: 0;
  margin-bottom: 5px;
}

#body ul ul {
  margin-left: 30px;
}

#content h2.title {
  text-align: right;
  font-size: 10px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 5px;
}

#content h2.title a {
  text-decoration: none;
}

#content h2.title a:hover {
  text-decoration: none;
}

#copyright {
  text-align: center;
  font-size: 13px;
}

#copyright p {
  margin: 0px;
}

#footer a {
  text-decoration: none;
  color: #fff;
}

#headcopy {
  width: 875px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

#header {
  background-color: #fff;
  background-image: url('bg_header.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0%;
  height: 370px;
}

#header a {
  text-decoration: none;
}

#lastmodified {
  text-align: right;
  color: #777;
  font-size: 12px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#logo {
  text-align: center;
  font-size: 25px;
  background-color: #fff;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#logo a {
  text-decoration: none;
  color: #630;
}

#logo a:hover {
  text-decoration: none;
  color: #ccc;
}

#logo img {
  width: 875px;
}

#logo_text a {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  text-decoration: none;
  color: #cc3300;
}

#navigator * {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#note {
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
}

#sidebar {
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 10px;
}

#summary {
  clear: both;
  padding-left: 5px;
  color: #666;
  border-left-width: 4px;
  border-left-color: #999;
  border-left-style: solid;
  margin-top: 45px;
}

#toolbar {
  text-align: center;
  font-size: 11px;
  padding-top: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
  background-color: #B6B0A2;
}

#wrap_content {
  width: 72%;
  float: right;
  overflow: hidden;
}

.bar {
  line-height: 1.3em;
  word-break: normal;
  paddin: 5px 26px 5px 10px;
}

.bar a  {
  color: #630;
}

.bar div.jumpmenu {
  display: none;
}

.bar h1 {
  font-size: 1em;
  font-weight: 700;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}

.bar h2 a  {
  width: 100%;
  color: #62655f;
  text-decoration: none;
  margin: 0 -2px 0 -20px;
  padding: 0 2px 0 20px;
}

.bar h3 a {
  width: 100%;
  color: #000;
  text-decoration: none;
  margin-top: -0;
  margin-left: -16px;
  margin-right: 0;
  margin-bottom: 0px;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 0;
  padding-bottom: 0px;
}

.bar h4 a {
  width: 100%;
  color: #555;
  text-decoration: none;
  margin-top: 0;
  margin-left: -16px;
  margin-right: 0;
  margin-bottom: 0px;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 0;
  padding-bottom: 0px;
}

.bar h5 {
  line-height: 30px;
  font-size: 1em;
  text-align: left;
  color: #630;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 2px;
  padding-bottom: 0;
}

.bar h5 a {
  display: block;
  width: 100%;
  color: #630;
  text-decoration: none;
  margin-top: 0;
  margin-left: -5px;
  margin-right: -2px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 2px;
  padding-bottom: 0;
}

.bar h5 a:hover {
  color: #36c;
  text-decoration: none;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 2px;
  padding-bottom: 0;
}

.bar img {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.bar li {
  list-style-type: none;
}

.bar ul {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 2px;
  padding-bottom: 5px;
}

.bar ul.list1 li {
  margin-left: 2em;
}

.bar ul.list2 li {
  margin-left: 3em;
}

.bar ul.list3 li {
  margin-left: 4em;
}

.small {
  font-size: 80%;
}

.content_top {
  background-image: url(bg_post_top.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 26px;
  margin-bottom: -14px;
}

.content_middle {
  background-image: url(bg_post_repeat.png);
  background-repeat: repeat-y;
  background-position: left top;
  padding-bottom: 6px;
}

.content_btm {
  background-image: url(bg_post_btm.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 26px;
}

#mainsearch {
	position:absolute;
	top:321px;
	left:380px;
	overflow:hidden;
	width:196px;
	height:41px;
	background:url('bg_search.png') no-repeat 0px 0px;
}

#mainsearch:hover{
	background:url('bg_search.png') no-repeat 0px -41px;
}

#mainsearch .input {
	position:absolute;
	top:10px;	left:50px;
	height:20px;
	width:130px;
	padding:0 5px 0 5px;
	margin:0 0 0 0;
	font-size:10px;
	font-family: Arial, Verdana, Helvetica;
	color:#000000; 
	border:none;
	background:transparent;
}

#mainsearch .submit {
	position:absolute;
	cursor:pointer;
	border:none;
	top:0px;
	left:0px;
	height:40px;
	width:40px;
	background:transparent;
}

#rss {
	width: 36px;
	height: 37px;
	position: absolute;
	top: 321px;
	left: 600px;
	background:url('icon_rss.png') no-repeat 0px 0px;
}

#rss:hover {
	background:url('icon_rss.png') no-repeat 1px 1px;
}

#twitter {
	width: 44px;
	height: 31px;
	position: absolute;
	top: 327px;
	left: 640px;
	background:url('icon_twitter.png') no-repeat 0px 0px;
}

#twitter:hover {
	background:url('icon_twitter.png') no-repeat 1px 1px;
}
#licence {
    display: none !important;
}