@charset "UTF-8";
/* Base Weblog (base-weblog.css) */

/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	background-image: url(http://www.kitaomi.jp/img/kohoku.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 0px;
   margin-bottom: 0px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
.en {
	ime-mode:disabled;
}
.jp {
	ime-mode:active;
}
/* */


/* page layout */

body { text-align: center; } /* center on ie */
#main_container {
	background-color: #FFFFFF;
	width: 740px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 720px;
   text-align: left;
}
#container-inner { position: static; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;

/* float: right; */
   min-height: 1px;
}

#delta { float: left; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* banner user/photo */

.banner-user
{
   float: left;
   overflow: hidden;
   width: 64px;
   margin: 0 15px 0 0;
   border: 0;
   padding: 0;
   text-align: center;
}

.banner-user-photo
{
   display: block;
   margin: 0 0 2px 0;
   border: 0;
   padding: 0;
   background-position: center center;
   background-repeat: no-repeat;
   text-decoration: none !important;
}

.banner-user-photo img
{
   width: 64px;
   height: auto;
   margin: 0;
   border: 0;
   padding: 0;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
   border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
   width: 14%;
   text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
   display: block;
   clear: both;
   margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
   float: left;
   min-width: 60px;
   width: 60px;
   /* no ie mac \*/width: auto;/* */
   margin: 0 5px 0 0;
   text-align: center;
   vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
   margin: 0;
   padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
   margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
   display: block;
   height: 1%;
   margin: 0;
   border: 0;
   padding: 0;
   list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
   display: block;
   float: left;
   /* ie win fix \*/ height: 1%; /**/
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item a
{
   display: block;
   margin: 0;
   border: 0;
   padding: 0;
}

.module-recent-photos .module-list-item img
{
   width: 60px;
   height: 60px;
   margin: 0;
   padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
   width: 14%;
   height: 75px;
   text-align: left;
   vertical-align: top;
}

.day-photo
{
   width: 54px;
   height: 54px;
}

.day-photo a
{
   display: block;
}

.day-photo a img
{
   width: 50px;
   height: 50px;
}




/* Vicksburg (theme-vicksburg.css) */

/* basic page elements */

body
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
   font-size: 12px;
}

a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }

*#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }

h1, h2, h3, h4, h5, h6
{
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: auto;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #fff;
   background: #a3b8cc;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 11px;
}

.commenter-profile img { vertical-align: middle; }


/* page layout */

body
{
   min-width: 720px;
   color: #333;
}

#container
{
   width: 720px;
   margin-bottom: 20px;
   background: #fff;
}

#container-inner
{
   border-width: 0 5px 5px 5px;
   border-style: solid;
   border-color: #292e33;
}

#banner
{
   width: 720px; /* necessary for ie win */
   background: #a3b8cc;
}

#banner-inner
{
   padding: 15px 13px;
   border-width: 2px 2px 0 2px;
   border-style: solid;
   border-color: #fff;
}

.banner-user
{
   width: 70px;
   margin-top: 5px;
   font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }

#banner-header
{
   margin: 0;
   color: #fff;
   font-size: 30px;
   font-weight: bold;
   line-height: 1;
   text-shadow: #36414d 0 2px 3px;
}

#banner-description
{
   margin-top: 5px;
   margin-bottom: 0;
   color: #fff;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}

#alpha { margin: 15px 15px 0 15px; width: 480px; }
#beta { width: 200px; background: #e6ecf2; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 10px 0px 0 0px;
   border-width: 2px 2px 2px 0;
   border-style: solid;
   border-color: #fff;
}

.date-header
{
   margin-top: 0;
   font-size: 11px;
   font-weight: bold;
   text-transform: uppercase;
}

.entry-header
{
   margin-top: 0;
   border-left: 5px solid #dae0e6;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 18px;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 0;
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   font-size: 10px;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #e6ecf2;
}

.comments-open-footer
{
   margin: 10px 0;
}


/* modules */

.module
{
   margin: 0 0 10px 0;
   border-bottom: 1px solid #f3f6f9;
   background: #dae0e6;
}

.module-content
{
   margin: 0 0 10px 0;
   border-top: 1px solid #cfd4d9;
   padding: 10px 10px 0 10px;
   font-size: 10px;
   line-height: 1.2;
}

.module-search input { font-size: 10px; }
.module-search #search { width: 100px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 10px; }

.module-powered { border-width: 0; }
.module-powered .module-content
{
   margin-bottom: 0;
   border: 1px dashed #a3b8cc;
   padding-bottom: 10px;
   color: #292e33;
   background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
   margin: 0 15px 10px 15px;
   list-style: disc;
}

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle;
}

.module-list-item
{
   margin-top: 0;
   color: #666;
   line-height: 1.2;
}

.typelist-thumbnailed .module-list
{
   margin: 0 0 10px 0;
   list-style: none;
}

.typelist-thumbnailed .module-list-item
{
   margin: 1px 0;
   padding: 0;
   background: #f3f6f9;
}

.typelist-thumbnail
{
   background: #fff;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content
{
   margin: 0;
   border-width: 0;
   padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
   width: 64px; /* mac ie fix */
   margin: 0 10px 10px 0;
   padding: 0;
   background: none;
}

.module-recent-photos .module-list-item a
{
   border: #cfd4d9 1px solid;
   padding: 1px;
   background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
   border-color: #36414d;
   background: #fff;
}


/* calendar tweaks */

   .layout-calendar #alpha { width: 260px; }
   .layout-calendar #beta { width: 420px; }

   .layout-calendar #gamma,
   .layout-calendar #delta
   {
      width: 190px;
   }

   .layout-calendar #gamma-inner,
   .layout-calendar #delta-inner
   {
      border: 0;
      padding: 0;
   }

   .module-mmt-calendar { width: 398px; }
   .module-mmt-calendar .module-content
   {
      margin: 0;
      border-width: 0;
      padding: 10px;
   }

   .module-mmt-calendar table
   {
      width: 378px;
      background: #a3b8cc;
   }

   .module-mmt-calendar th
   {
      color: #fff;
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: bold;
   }

   .module-mmt-calendar td
   {
      border-top: 1px solid #fff;
      border-right: 1px solid #f3f6f9;
      border-bottom: 1px solid #cfd4d9;
      padding: 2px;
      text-align: right;
      font-weight: normal;
      background: #e6ecf2;
   }

   th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
   {
      border-right: none;
   }

   .module-mmt-calendar td { height: 70px; }

   .day-photo
   {
      width: 49px;
      height: 49px;
   }
	
   .day-photo a
   {
      border: #cfd4d9 1px solid;
      padding: 1px;
      background: #fff;
   }

   .day-photo a:hover
   {
      border-color: #36414d;
      background: #fff;
   }

   .day-photo a img
   {
      width: 45px;
      height: 45px;
   }


/* artistic tweaks */

   .layout-artistic #alpha { width: 260px; }
   .layout-artistic #beta { width: 420px; }

   .layout-artistic #gamma,
   .layout-artistic #delta
   {
      width: 190px;
   }

   .layout-artistic #gamma-inner,
   .layout-artistic #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* moblog1 tweaks */

   .layout-moblog1 #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-moblog1 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog1 #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-moblog1 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

   .layout-moblog2 #alpha
   {
      margin: 0;
      width: 86px;
      background: #e6ecf2;
   }

   .layout-moblog2 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog2 #beta
   {
      margin: 15px 15px 0 15px;
      width: 260px;
      background: none;
   }

   .layout-moblog2 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog2 #delta
   {
      width: 154px;
   }

   .layout-moblog2 .module-recent-photos
   {
      border: 0;
      background: none;
   }

   .layout-moblog2 .module-recent-photos .module-content
   {
      padding: 0;
      border: 0;
   }

   .layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }


/* timeline tweaks */

   .layout-timeline #alpha { width: 260px; }
   .layout-timeline #beta { width: 420px; }

   .layout-timeline #gamma,
   .layout-timeline #delta
   {
      width: 190px;
   }

   .layout-timeline #gamma-inner,
   .layout-timeline #delta-inner
   {
      border: 0;
      padding: 0;
   }


/* one-column tweaks */

   .layout-one-column body { min-width: 720px; }
   .layout-one-column #container { width: 720px; }
   .layout-one-column #banner { width: 720px; } /* necessary for ie win */


/* two-column-left tweaks */

   .layout-two-column-left #alpha
   {
      margin: 0;
      width: 200px;
      background: #e6ecf2;
   }

   .layout-two-column-left #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-two-column-left #beta
   {
      margin: 15px 15px 0 15px;
      width: 480px;
      background: none;
   }

   .layout-two-column-left #beta-inner
   {
      padding: 0;
      border-width: 0;
   }


/* three-column tweaks */

   .layout-three-column #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-three-column #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-three-column #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-three-column #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

/*　PROCREW */
#main_content {
	float:right;
	text-align: center;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 520px;
}
.seeing_name{
	font-size:21px;
	line-height:21px;
	text-align:left;
	background-image: url(img/seeing_title.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 35px;
}
.seeing_area {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 21px;
}
.seeing_text {
	padding: 0px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
}
.seeing_textbox {
	padding: 0px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;

}
.seeing_textbox p {
	text-align: left;
	font-size: 14px;
	line-height: 21px;
}
.seeing_desc {
	text-align: left;
	padding: 0px;
	width: 500px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #666666;
}
.seeing_desc td {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 3px 3px 3px 5px;
	text-align: left;
	background-color: #FFFFFF;
}
.seeing_desc th {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 3px 3px 3px 5px;
	text-align: left;
	font-weight: normal;
	width: 100px;
	background-color: #FFFFFF;
}
.spot_photo {
	text-align: center;
	margin-right: 10px;
	margin-left: 20px;
	float: none;
	padding: 1px;
	border: 1px solid #666666;
}
.seeing_p_n {
	padding: 0px;
	width: 460px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	line-height: 12px;
}
#header{
	width: 720px;
	clear: both;
}
.seeing_p {
	text-align: left;
}
.seeing_n {
	text-align: right;
}
#side-menu {
	width: 190px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer {
	width: 720px;
	clear: both;
	margin-top: 2px;
}
.footer{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.head_mess{
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0px;
	padding: 0  0 10px;
}
.head_mess2{
	font-size: 12px;
}
#kensaku{
	background-color: #FFFFFF;
	width: 720px;
	padding: 0px;
	text-align: right;
	height: 30px;
	background-image: url(http://www.kitaomi.jp/img/kensaku_back.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.kensaku{
	padding: 0px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	line-height: 20px;
}
.kensaku th {
	width: 140px;
	text-align: center;
	vertical-align: middle;
}
.ken_txt{
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
}
.menu_title{
	margin: 10px 0px 5px;
	padding: 0px;
}
.menu_ul{
	margin: 0px;
	padding: 0px;
}
.menu_li{
	margin: 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}
.cat_list {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	border-right-width: 0px;
	border-left-width: 0px;
	clear: both;
}
.cat_box {
	float: left;
	height: 190px;
	width: 160px;
	margin: 3px;
	padding: 0px;
	text-align: center;
	overflow: hidden;
	background-image: url(/img/cat_box_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.cat_box2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 60px;
	overflow: hidden;
}
.cat_text {
	padding: 0px;
	float: right;
	width: 390px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: auto;
}
.cat_txt {
	font-size: 14px;
	line-height: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}
.cat_photo {
	float: left;
	width: 90px;
	height: 67px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cat_title {
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: none;
	margin: 0px;
	padding: 11px 0px 8px 35px;
	clear: both;
	background-image: url(http://www.kitaomi.jp/img/cat_title.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.cat_title2 {
	font-size: 14px;
	text-align: center;
	line-height: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.cat_area {
	font-size: 14px;
}
.cat_area2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 21px;
}
.cat_img {
	height: 67px;
	width: 90px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.cat_img2 {
	height: 67px;
	width: 90px;
	padding: 1px;
	margin: 0px;
	border: 1px solid #666666;
}
.cat_link {
	font-size: 14px;
	line-height: 14px;
	text-align: right;
	padding: 0px;
	clear: both;
	height: 20px;
	margin: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
.cat_link p {
	margin: 0px;
	padding: 0px;
}
.in_table {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
}
.in_table td {
	margin: 0px;
	padding: 0px;
}
.in_table_main {
	background-image: url(http://www.kitaomi.jp/img/season_07.gif);
	background-repeat: repeat-y;
	height: 170px;
}
.in_title2 {
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
}
.ev_link {
	font-size: 14px;
	line-height: 21px;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.event {
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #333333;
}
.event th {
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 21px;
	padding: 3px;
}
.event td {
	background-color: #FFFFFF;
}
.ev_day {
	width: 100px;
	padding: 3px;
	text-align: center;
}
.ev_name {
	text-align: left;
	padding: 3px;
	width: 200px;
}
.ev_area {
	text-align: left;
	padding: 3px;
}
#taiken {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 230px;
	background-image: url(http://www.kitaomi.jp/img/taiken_02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.cat1_title {
	font-size: 21px;
	line-height: 18px;
	background-image: url(http://www.kitaomi.jp/img/cat1_title.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px auto 10px 10px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 60px;
	font-weight: bold;
}
.cat2_title {
	font-size: 21px;
	line-height: 18px;
	background-image: url(http://www.kitaomi.jp/img/cat2_title.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px auto 10px 10px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 60px;
	font-weight: bold;
}
.cat3_title {
	font-size: 21px;
	line-height: 18px;
	background-image: url(http://www.kitaomi.jp/img/cat3_title.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px auto 10px 10px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 60px;
	font-weight: bold;
}
.cat4_title {
	font-size: 21px;
	line-height: 18px;
	background-image: url(http://www.kitaomi.jp/img/cat4_title.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px auto 10px 10px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 60px;
	font-weight: bold;
}
.cat5_title {
	font-size: 21px;
	line-height: 18px;
	background-image: url(http://www.kitaomi.jp/img/cat5_title.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px auto 10px 10px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 60px;
	font-weight: bold;
}
.cat6_title {
	font-size: 21px;
	line-height: 18px;
	background-image: url(http://www.kitaomi.jp/img/cat6_title.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px auto 10px 10px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 60px;
	font-weight: bold;
}

.k_trackbacks{
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.k_trackbacks_header {
	background-color: #A3B8CC;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 500px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.ev_title {
	font-size: 20px;
	line-height: 20px;
	text-align: left;
	margin: 0px 10px;
	padding: 16px 0px 4px 50px;
}
.ev_area {
	font-size: 14px;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
}
.ev_ul,.evi_day p {
	margin: 0px;
	padding: 0px;
}


.ev_desc {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin: 0px 0px 6px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url(img/ev_mark.gif);
	list-style-position: inside;
	text-indent: 25px;
}
.ev_main_photo {
}
.ev_main_text {
	width: 490px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	padding: 5px;
	background-color: #FFFFCC;
	border: 2px dotted #666666;
}
.ev_sub_photo {
	text-align: right;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
.k_trackbacks-info {
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #FFFFFF;
   font-size: 11px;
   text-align: center;
   background: #006633;
}
.ev_tokki {
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#evi_main {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999999;
}
#evi_main th {
	background-color: #E8BA3F;
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	color: #FFFFFF;
}
#evi_main td {
	background-color: #FFFFFF;
}
.evi_day {
	width: 170px;
	height: 45px;
	vertical-align: middle;
}
.evi_day p {
	text-align: right;
	margin-right: 10px;
}
.evi_title {
	text-align: left;
	width: 200px;
}
.evi_title p,.evi_area p {
	margin-left: 5px;
}
.info_txt {
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.evi_area {
	text-align: left;
	vertical-align: middle;
	width: 100px;
}
.evi_main_title {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.ev_ctegories {
	height: 40px;
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.ev_ctegories_txt {
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.infomation {
	height: 120px;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.kitaomi.jp/img/info_back_03.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}
.infomation　a {
	color: #FF0000;
}
.infomation_inner {
	height: 100px;
	width: 500px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.info_date {
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-weight: normal;
}
.info_title {
	font-size: 18px;
	line-height: 27px;
	text-align: left;
	padding: 0px 0px 0px 30px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-decoration: none;
	background-image: url(http://www.kitaomi.jp/img/mark.gif);
	background-repeat: no-repeat;
}
.info_category {
	font-size: 14px;
}
.info_entry {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.info_entry-inner {
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.ev_ctegories_table {
	width: 480px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ev_ctegories_table th {
	width: 40px;
}
.ev_ctegories_table td {
	text-align: left;
	padding-left: 10px;
}
.info_renraku {
	font-size: 14px;
	line-height: 21px;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: auto;
}
.info_kikan {
	font-size: 14px;
	line-height: 21px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#cat50 {
	color: #FF0000;
	background-image: url(http://www.kitaomi.jp/img/cation.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#cat51 {
	color: #FF0000;
}
.ev_indent {
	margin: 0px;
	padding-left: 28px;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
}
.otoi_title {
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.otoi_cap {
	font-size: 14px;
	line-height: 21px;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.otoi_table {
	width: 500px;
	background-color: #666666;
	margin-right: auto;
	margin-left: auto;
}
.otoi_table th {
	padding: 5px;
	background-color: #FFFFCC;
	text-align: left;
	color: #000000;
	font-weight: normal;
}
.otoi_table td {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
.otoi_hisu {
	color: #FF0000;
}
.otoi_koumoku {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.otoi_input1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.otoi_input2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FF0000;
}
.otoi_cap1 {
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.cat50 {
	color: #FF0000;
}
.cat51 {
	color: #FF0000;
}
.event_tbl {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	border: 1px dotted #666666;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.event_tbl th {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	width: 100px;
}
.event_tbl td {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 5px;
}
.event_download {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.footer-text {
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	width: 700px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
.trackbacks-content {
	text-align: left;
}
.ev_box {
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #999999;
}
#ev_cat31 {
	background-image: url(http://www.kitaomi.jp/img/ico31.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#ev_cat54 {
	background-image: url(http://www.kitaomi.jp/img/ico54.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#ev_cat53 {
	background-image: url(http://www.kitaomi.jp/img/ico53.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#ev_cat36 {
	background-image: url(http://www.kitaomi.jp/img/ico36.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.ev_indexcat31,.ev_cat31 {
	background-image: url(/img/ico31.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.ev_indexcat36,.ev_cat36 {
	background-image: url(/img/ico36.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.ev_indexcat53,.ev_cat53 {
	background-image: url(/img/ico53.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.ev_indexcat54,.ev_cat54 {
	background-image: url(/img/ico54.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.ev_cat31,.ev_cat53,.ev_cat54,.ev_cat36 {
	width: 460px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	min-height: 55px;
}
.ev_cat31 h3,.ev_cat53 h3,.ev_cat54 h3,.ev_cat36 h3 {
	font-size: 20px;
	line-height: 150%;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-indent: 0px;
}
.ev_txt3 {
	font-size: 14px;
	line-height: 21px;
	margin: 3px auto;
	padding: 0px;
	width: 400px;
	text-align: left;
}
.ev_shousai {
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.ev_Category {
	width: 130px;
	text-align: right;
	vertical-align: top;
}
.ev_box p {
	margin: 0px;
	padding: 0px;
}
.eventBox {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	margin-bottom: 20px;
}
.eventBox p {
	font-size: 14px;
	line-height: 21px;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.ev_Contents {
	text-align: left;
}
.txt_center {
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	margin: 0px 0px 5px;
	padding: 0px;
}
.topics_table {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#eventBox {
}
.menu_dai1 a, .menu_dai2 a, .menu_dai2 a:hover, .menu_dai2 a:hover {
	display: block;
	border-style: none;
	height: 100px;
	width: 190px;
	text-align: center;
}
.menu_dai1 a {
	background-image: url(/img/images/menu001_1.jpg);
	background-repeat: no-repeat;
}
.menu_dai2 a {
	background-image: url(/img/images/menu002_1.jpg);
	background-repeat: no-repeat;
}
.menu_dai1 a:hover {
	background-image: url(/img/images/menu001_2.jpg);
	background-repeat: no-repeat;
}
.menu_dai2 a:hover {
	background-image: url(/img/images/menu002_2.jpg);
	background-repeat: no-repeat;
}
.menu_dai1,.menu_dai2{
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sixapart-standard .layout-one-column #main_container #container #main_content .ev_main_photoBox {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#sixapart-standard .layout-one-column #main_container #container #main_content .ev_main_photoBox img {
	width: 100%;
}
#unei_box{
	width: 400px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #333333;
}
#unei_box h3 {
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#unei_box p {
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#sixapart-standard #main_container #container #pagebody #pagebody-inner #main_content .busTitle {
	margin-bottom: 10px;
}
.layout-two-column-right #main_container #container #pagebody #pagebody-inner #main_content #busTopBanner {
	min-height:0;
	display: inline-table;
	overflow: visible;
	position: relative;
} 
.layout-two-column-right #main_container #container #pagebody #pagebody-inner #main_content #busTopBanner:after {
    content:"."; 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
} 
/* \*/ 
* html .layout-two-column-right #main_container #container #pagebody #pagebody-inner #main_content #busTopBanner {
	height:0;
} 
.layout-two-column-right #main_container #container #pagebody #pagebody-inner #main_content #busTopBanner {
	display: block;
} 
/* */
.layout-two-column-right #main_container #container #pagebody #pagebody-inner #main_content #busTopBanner {
	margin-left: 15px;
}
.layout-two-column-right #main_container #container #pagebody #pagebody-inner #main_content #busTopBanner li,
.layout-two-column-right #main_container #container #pagebody #pagebody-inner #main_content #busTopBanner ul {
	margin: 0;
	padding: 0;
}
.layout-two-column-right #main_container #container #pagebody #pagebody-inner #main_content #busTopBanner li {
	list-style-type: none;
	float: left;
	width: 240px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.bana {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

#kyouryoku{
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px solid #FF3300;
}
#kyouryoku h2,#kyouryoku p{
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height:150%;
}
#kyouryoku h2{
	font-size: 16px;
}
#kyouryoku p{
	font-size: 14px;
}
/*google検索*/
#cse {
	margin:3px 0px 0px;	
}
#googleBox {
    width:250px;
	margin:0px;
	padding:0px;
	float:right;
}
#kensaku div{
	padding-left:20px;
	padding-right:20px;
	line-height:30px;
	}
.langLink{
margin: 0 auto;
font-size:14px;
padding:0;
width:720px;
text-align:right;}

/*eventform.html用スタイル*/
#eventform {
	width: 500px;
	background-color: #CCCCCC;
	margin-left: 10px;
}
#eventform th {
	background-color: #E6FFFF;
	text-align: left;
	font-size: 14px;
}
#eventform td {
	background-color: #FFFFFF;
	text-align: left;
	font-size: 14px;
}

#junkai_winter {
	background-image: url(images/biwako_winter/junkai_bg.gif);
	background-repeat: repeat-y;
	width: 500px;
	margin: auto;
}
#junkai_winter #junkai_main {
	margin: 20px;
	width: 460px;
	text-align: left;
}
#junkai_winter #junkai_main .head_bar {
	margin-bottom: 10px;
}
#junkai_winter #junkai_main #junkai_main_text {
	width: 460px;
	margin-top: 5px;
}
#junkai_winter #junkai_main .junkai_winter_left {
	width: 220px;
	margin-top: 15px;
	margin-right: 18px;
	margin-bottom: 15px;
	float: left;
}

#junkai_winter #junkai_main .junkai_winter_left .koutu {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	background-image: url(images/biwako_winter/icon_koutu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}

#junkai_winter #junkai_main .junkai_winter_left .toiawase {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	background-image: url(images/biwako_winter/icon_toiawase.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}



#junkai_winter #junkai_main .junkai_winter_right .koutu {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	background-image: url(images/biwako_winter/icon_koutu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}

#junkai_winter #junkai_main .junkai_winter_right .toiawase {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	background-image: url(images/biwako_winter/icon_toiawase.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*北びわこ周遊キャンペーン*/
.pageLink{
	text-align: center;
}
.pageLink li{
	display: inline;
	list-style:none;
}
.courseOuterBox h1{
	font-size: 14px;
	line-height: 1.2em;
	text-align: left;
	background-color: #CCC;
	width:500px;
	margin:5px auto;
}

/*冬の巡回バス*/
#junkai_winter #junkai_main .junkai_winter_left .koutu p {
	text-align: left;
}

#junkai_winter #junkai_main  ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#junkai_winter #junkai_main .junkai_winter_right {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 220px;
	float: left;
}
#junkai_winter #junkai_main #jikokuhyou #jikokuhyou_tb th {
	background-color: #6699CC;
}
#junkai_winter #junkai_main #jikokuhyou #jikokuhyou_tb td {
	background-color: #FFFFFF;
}
#junkai_winter #junkai_main #jikokuhyou #jikokuhyou_tb {
	background-color: #333333;
}
#junkai_winter #junkai_main #jikokuhyou #jikokuhyou_tb th {
	text-align: center;
}
#junkai_winter #junkai_main #jousha_ryoukin {
	margin-bottom: 20px;
}
#junkai_winter #junkai_main #jikokuhyou #jikokuhyou_tb {
}
#junkai_winter #junkai_main #jikokuhyou {
	background-color: #FFFFFF;
}
#junkai_winter #junkai_main #jikokuhyou #jikokuhyou_tb .tb_red {
}
#junkai_winter #junkai_main #jikokuhyou #jikokuhyou_tb .tb_red {
	background-color: #FF0000;
}
#junkai_winter #junkai_main #jikokuhyou .jikokuhyou_chui {
	margin-top: 5px;
	margin-bottom: 20px;
}

.bn{
margin-bottom:5px;
}
