/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th, {
    margin: 0px;
    padding: 0px;
}
h1,h2,h5,h6 {
    font-size: 92%;
    font-weight: normal;
}
h3 { 
   font-size: 108%;
}

h4 { 
   font-size: 98%;
}

.webpage-body table {
    border-spacing: 0;
}

.webpage-body table td{
	padding-left:5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#entry-81 table {
    border-spacing: 0;
}

#entry-81 table td{
	padding-left:5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}




/* Layout ----------------------------------------------------------------- */

body {
	text-align: left;
	background: #fff;
}



#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

#header-inner, 
#gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}







/* Global ----------------------------------------------------------------- */

body {
	color: #000;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #ffffff;
	margin:0 auto;
}

a {
	text-decoration: none !important;
	color: #006799;
}

a:hover {
	text-decoration: underline !important;
	color: #0099CC;
}



/* ヘッダー ----------------------------------------------------------------- */

#container{
	width: 800px;
	min-height: 60px;
	text-align: left;
	background:#070A3C;
	margin-top:15px;
	height: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container-inner {
    width: 800px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
	background:#070A3C;
}

#header {
	width: 400px;
	margin: 0px;
	padding: 0px;
	float: left;
}


#header-content {
	width: 400px;
	margin: 0px;
	height: 48px;
	text-align: left;
	padding: 0px;
}

#tagline-inner,


#tagline {
	border-bottom: 1px dotted #4D2D13;
	padding: 3px 0px;
	background-color:#EAE0CA;
}


#header-inner {
    position: relative;
}

#header-name {
    margin-bottom: 0;
}

#header-description {
    
}

#header a {
    text-decoration: none;
}

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



#header a {
    color: #462217;
}





/* 検索 ---------------------------------------------------------------- */

.widget-search {
	font-family: verdana;
	background:#070A3C;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: right;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.widget-search h3 {
    display: none;
}

#search {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px;
}

#search-submit {
    border: 1px solid #036;
    border-top: 1px solid #80b3cc;
    border-left: 1px solid #80b3cc;
    background: #069;
    color: #fff;
    padding: 0px 5px 1px 5px;
    font-size: 11px;
}

/* ヘッダナビ部分 ----------------------------------------------------------------- */

#main-navigation {
	width: 300px;
	font-family: verdana;
	font-size: 75%;
	background:#070A3C;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom:5px;
	margin-left: auto;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main-navigation-inner {
    margin: 0 auto;
}

#main-navigation-inner {
    position: relative;
}

#main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#main-navigation ul li {
	float: right;
	border-right:1px solid #fff;
	padding-right: 5px;
	padding-left: 5px;
}

#main-navigation ul li a {
	text-decoration: none !important;
	display: block;
	color: #fff;
}

#main-navigation ul li a:hover {
	text-decoration: underline !important;
	color: #fff;
}

#main-navigation ul li.on a {
	text-decoration: none !important;
	color: #fff;
}

#main-navigation ul li.on a:hover {
    color: #fff;
}

#main-navigation li.noborder {
   border-right: none;
   padding-left: 5px;
}

/* フラッシュ部分 ----------------------------------------------------------------- */

#homepage-image {
	width: 800px;
	height: 240px;
/*	background: url(img/homepage-image.jpg) no-repeat 0 0; */
	overflow: hidden;
/*	text-indent: -9999px;
*/	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* トップメニューナビ ----------------------------------------------------------------- */

#mainNav {
	height: 100px;
	background-color: #100A3C;
	text-align: center;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#mainNav ul {
	margin: 0px;
	padding: 0px;
}

#mainNav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float:left;
}

#mainNav ul li a {
  display: block;
  width: 120px;
  height: 100px;
  margin: 0;
  padding: 0px;
  text-decoration: none;
}

#mainNav ul li a#navCompany01 {
	background: url(img/category_btn.gif) 0px 0px no-repeat;
	outline: 0;
}

#mainNav ul li a#navCompany01:hover {
	background: url(img/category_btn.gif) 0px -100px no-repeat;
}

#mainNav ul li a#navCompany02 {
	background: url(img/category_btn.gif) -120px 0px no-repeat;
	outline: 0;
}

#mainNav ul li a#navCompany02:hover {
	background: url(img/category_btn.gif) -120px -100px no-repeat;
}

#mainNav ul li a#navCompany03 {
	background: url(img/category_btn.gif) -240px 0px no-repeat;
	outline: 0;
}

#mainNav ul li a#navCompany03:hover {
	background: url(img/category_btn.gif) -240px -100px no-repeat;
}

#mainNav ul li a#navCompany04 {
	background: url(img/category_btn.gif) -360px 0px no-repeat;
	outline: 0;
}

#mainNav ul li a#navCompany04:hover {
	background: url(img/category_btn.gif) -360px -100px no-repeat;
}

#mainNav ul li a#navCompany05 {
	background: url(img/category_btn.gif) -480px 0px no-repeat;
	outline: 0;
}

#mainNav ul li a#navCompany05:hover {
	background: url(img/category_btn.gif) -480px -100px no-repeat;
}

#mainNav ul li a#navCompany06 {
	background: url(img/category_btn.gif) -600px 0px no-repeat;
	outline: 0;
}

#mainNav ul li a#navCompany06:hover {
	background: url(img/category_btn.gif) -600px -100px no-repeat;
}

/* メニューナビ以下ボックス ------------------------------------------------ */

#top-content{
	width: 798px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #070A3C;
	border-left-color: #070A3C;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}


/* 記事用メニューナビ以下ボックス ------------------------------------------------ */

#data-content{
	background: url(http://www.kankou385.jp/img/center-line.gif) repeat-y;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: visible;
	}

/* 新着・イベント欄----------------------------------------------------------------- */

.top-contentsgate{
	padding: 0px;
	margin-top: -5px;
	height: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: top;
	}

/* トップページ用・左ボックス--------------------------- */

.top-contents-leftbox{
	padding: 0px;
	margin: 0px;
	height: auto;
         width: 392px;
         float: left;
	}
.top-contents-leftbox-inner{
	padding: 0px;
	margin-left: 12px;
	margin-bottom: 10px;
	height: auto;
         width: 380px;
	}

.top-contents-leftbox-inner h2 {
	text-indent: -9999px;
	padding: 0px;
	margin: -15px 0 0 0;
}

/* トップページ用・右ボックス--------------------------- */

.top-contents-rightbox{
	padding: 0px;
	margin: 0px;
	height: auto;
         width: 392px;
         float: left;
	}
.top-contents-rightbox-inner{
	padding: 0px;
	margin-left: 12px;
	margin-bottom: 10px;
	height: auto;
         width: 380px;
	}

.top-contents-rightbox-inner h2 {
	text-indent: -9999px;
	padding: 0px;
	margin: -15px 0 0 0;
}

/* トップページ用・中央ボックス--------------------------- */

.top-contents-centerbox{
	padding: 0px;
	margin: 0px 12px 0px 12px;
	height: auto;
         width: 798px;
	}

/* トップページ用ライブカメラ----------------------------------------------- */

#livecamera-header {
    background: url(http://www.kankou385.jp/img/livecamera.gif) no-repeat left;
    width: 380px;
    height:27px;
  }

/* 新着情報----------------------------------------------------------------- */



#news{
	width: 380px;
	padding: 0px;
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#news-inner{
	width: 373px;
	height: 107px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B2C6D8;
	border-bottom-color: #B2C6D8;
	border-left-color: #B2C6D8;
	overflow: scroll;
	overflow-x: hidden;
	margin: 0px;
	font-size: 88%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	}

#news-inner a{
	color:#000000;
	}

#news-inner a:hover{
	color:#044184;
	}

#news h2 {
	text-indent: -9999px;
	padding: 0px;
	margin: 0px;
}

#news-header{
    background: url(http://www.kankou385.jp/img/new.gif) no-repeat left;
    width: 380px;
    height:28px;
  }
 
#news-header p{
	text-align: right;
	padding-top:6px;
	padding-right:5px;
  }

#news-header a{
	font-size: 85%;
	color:#044184;
  }
 

.box_days{
	margin-right: 10px;
	padding: 0px;
	float: left;
	color:#0556AF;
	text-align: left;
  }

.box_entry{
	width: 265px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: justify;
  }

.box_entries{
	width: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: justify;
  }
  
/* イベント情報----------------------------------------------------------------- */


#event{
　 width: 380px;
	padding: 0px;
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#event-inner{
	width: 373px;
	height: 107px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B2C6D8;
	border-bottom-color: #B2C6D8;
	border-left-color: #B2C6D8;
	overflow: scroll;
	overflow-x: hidden;
	margin: 0px;
	font-size: 88%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	}

#event-inner a{
	color:#000000;
	}

#event-inner a:hover{
	color:#044184;
	}

#event h2 {
	text-indent: -9999px;
	padding: 0px;
	margin: 0px;
}

#event-header{
    background: url(http://www.kankou385.jp/img/event.gif) no-repeat left;
    width: 380px;
    height:28px;
  }
 
#event-header p{
	text-align: right;
	padding-top:6px;
	padding-right:5px;
  }

#event-header a{
	font-size: 85%;
	color:#044184;
  }
 




/* ピックアップ----------------------------------------------------------------- */

#home-plan {
	width: 380px;
	padding: 0px;
	margin-left: 12px;
	margin-bottom: 10px;
	position:relative;
	height: auto;
	vertical-align: top;
}


#home-plan p{
    font-size: 92%;
}


#home-plan h2 {
	text-indent: -9999px;
	padding: 0px;
	margin: -15px 0 0 0;
}

#picup-header {
    background: url(http://www.kankou385.jp/img/picup.gif) no-repeat left;
    width: 380px;
    height:27px;
  }

body > #pic_box {height:auto;}



#pic_box{
	height:100%;/* for IE6 */
	min-height:100%;
	clear: both;
	margin-top: 0px;
	margin-bottom:10px;
	display: block;
	overflow:auto;
	padding: 0px;
	border-bottom: 1px dashed #B2C6D8;
 }

.picup_photo{
	width: 120px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
  }

.picup_read{
   width: 230px;
   float: left;
   padding-top: 5px;
   padding-left: 5px;
   padding-bottom: 5px;
   }

.picup_title{
	color:#044184;
	font-size:98%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B1C5D3;
	font-weight: bold;
   }
   
.picup_read p{
	padding-top: 2px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
   }

.pic_border{
   margin: 0px;
   padding: 0px;
   vertical-align: middle;
   position: relative;
}





.c-both {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* Layout ----------------------------------------------------------------- */

body {
	text-align: left;
	background: #fff;
}



#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

#header-inner,
#gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}












/* 特集ほか----------------------------------------------------------------- */


#contents-header {
    background: url(http://www.kankou385.jp/img/contents.gif) no-repeat left;
    width: 380px;
    height:27px;
  }

#contents_box {
	width: 380px;
	padding: 0px;
	margin-left: 12px;
	margin-bottom: 10px;
	position:relative;
	height: auto;
}


#contents_box2 {
	width: 380px;
	padding: 0px;
	margin-left: 12px;
	margin-bottom: 10px;
	position:relative;
	height: auto;
}




/* 特集----------------------------------------------------------------- */

#special {
	width: 185px;
         height:80px;
	padding: 0px;
	margin-right: 7px;
	float: left;
	position:relative;
	display: block;
         margin-bottom: 7px;
}

#special h2 {
	text-indent: -9999px;
	padding: 0px;
	margin-top: -10px;
}


#special a{
	border: 2px solid #B2C6D8;
	display: block;
	}

#special a:hover{
	border: 2px solid #199DBF;
	display: block;
	}
	

/* アクセス----------------------------------------------------------------- */

#access {
	width: 185px;
	height:80px;
	padding: 0px;
	float: left;
	position:relative;
         margin-bottom: 7px;
}

#access h2 {
	text-indent: -9999px;
	padding: 0px;
	margin-top: -10px;
}


#access a{
	border: 2px solid #B2C6D8;
	display: block;
	}

#access a:hover{
	border: 2px solid #199DBF;
	display: block;
	}
	

/* イエローページ----------------------------------------------------------------- */

#yellowpage {
	width: 185px;
	padding: 0px;
	float: left;
	height:80px;
	position:relative;
	margin-right: 7px;
         margin-bottom: 7px;
}

#yellowpage h2 {
	text-indent: -9999px;
	padding: 0px;
	margin-top: -10px;
}



#yellowpage a{
	border: 2px solid #B2C6D8;
	display: block;
	}

#yellowpage a:hover{
	border: 2px solid #199DBF;
	display: block;
	}
	

/* みやこ通信----------------------------------------------------------------- */

#miyakoblog {
	width: 185px;
	padding: 0px;
	float: left;
	height:80px;
	position:relative;
         margin-bottom: 7px;
}

#miyakoblog h2 {
	text-indent: -9999px;
	padding: 0px;
	margin-top: -10px;
}



#miyakoblog a{
	border: 2px solid #B2C6D8;
	display: block;
	}

#miyakoblog a:hover{
	border: 2px solid #199DBF;
	display: block;
	}


/* 記事内容レイアウト----------------------------------------------------------------- */


#main-box {
	float: left;
	width: 570px;
}

#main-box-inner {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin: 0px;
    }

.entry-content{
	padding-top: 10px;
	margin:0px;
    line-height: 17px;
   }

.entry-body{
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.entry-body p{
   	padding: 0px;
}	

.index-content{
	margin:0px;
	line-height: 17px;
	padding: 0px;
   }
		
.index-content p{
	padding-top: 8px;
   }
   
 
.webpage-content{
	padding-top: 10px;
	margin:0px;
    line-height: 17px;
   }

.webpage-body {
	text-align: left;
	font-size: 92%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
	
/* 記事内容ナビ ----------------------------------------------------------------- */

#subNav {
	height: 50px;
	background-color: #100A3C;
	text-align: center;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	vertical-align: bottom;
}

#subNav ul {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#subNav ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-indent: -9999px;
  float:left;
}

#subNav ul li a {
  display: block;
  width: 120px;
  height: 48px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

#subNav ul li a#navCompany01 {
	background: url(img/blog_catebtn.gif) 0px 0px no-repeat;
	outline: 0;
}

#subNav ul li a#navCompany01:hover {
	background: url(img/blog_catebtn.gif) 0px -48px no-repeat;
}

#subNav ul li a#navCompany02 {
	background: url(img/blog_catebtn.gif) -120px 0px no-repeat;
	outline: 0;
}

#subNav ul li a#navCompany02:hover {
	background: url(img/blog_catebtn.gif) -120px -48px no-repeat;
}

#subNav ul li a#navCompany03 {
	background: url(img/blog_catebtn.gif) -240px 0px no-repeat;
	outline: 0;
}

#subNav ul li a#navCompany03:hover {
	background: url(img/blog_catebtn.gif) -240px -48px no-repeat;
}

#subNav ul li a#navCompany04 {
	background: url(img/blog_catebtn.gif) -360px 0px no-repeat;
	outline: 0;
}

#subNav ul li a#navCompany04:hover {
	background: url(img/blog_catebtn.gif) -360px -48px no-repeat;
}

#subNav ul li a#navCompany05 {
	background: url(img/blog_catebtn.gif) -480px 0px no-repeat;
	outline: 0;
}

#subNav ul li a#navCompany05:hover {
	background: url(img/blog_catebtn.gif) -480px -48px no-repeat;
}

#subNav ul li a#navCompany06 {
	background: url(img/blog_catebtn.gif) -600px 0px no-repeat;
	outline: 0;
}

#subNav ul li a#navCompany06:hover {
	background: url(img/blog_catebtn.gif) -600px -48px no-repeat;
}


/* 記事内容フッター----------------------------------------------------------------- */	

#contents_footer {
	background-color:#fff;
	width: 798px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	height: auto;
	padding-top: 5px;
	border: 1px solid #070A3C;
}


/* サイドバー----------------------------------------------------------------- */	

#left-box {
	float: left;
	width: 200px;
	padding-bottom: 100px;
}

#left-box-inner{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 3px;
}


/* 各カテゴリヘッダ部分 ----------------------------------------------------------------- */

#category-image {
	width: 800px;
	height: 100px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	vertical-align: top;
}


/* 見るのサイドバー----------------------------------------------------------------- */	


#see  {
	margin-top: 15px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


#see ul {
	padding :0;
	list-style-type : none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#see li {
	list-style-type : none;
	text-decoration:none;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: -5px;
	background-image:url(http://www.kankou385.jp/img/list.gif);	
	background-position: 3px 2px;
	background-repeat:no-repeat;
	padding-bottom:8px;
	padding-left:15px;
	height:1.5em;
	line-height:14px;
}




.f10{
   font-size:88%;
   }

/* コンテンツサイドバー----------------------------------------------------------------- */	


#t_contents  {
	margin-top: 40px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#t_contents ul {
	padding :0;
	list-style-type : none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#t_contents li { 
    list-style-type : none;
	text-decoration:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
    background-image:url(http://www.kankou385.jp/img/list.gif);	
	background-position: 3px;
	background-repeat:no-repeat;
	padding-left:15px;
	height:1.5em;
}




/* コンテンツサイドバー(イベント用）----------------------------------------------------------------- */	


#e_contents  {
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#e_contents ul {
	padding :0;
	list-style-type : none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#e_contents li { 
    list-style-type : none;
	text-decoration:none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
    background-image:url(http://www.kankou385.jp/img/list.gif);	
	background-position: 3px;
	background-repeat:no-repeat;
	padding-left:15px;
	height:1.5em;
}




/* コンテンツサイドバー(新着用）----------------------------------------------------------------- */	


#new_contents  {
	margin-top: 15px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#new_contents ul {
	padding :0;
	list-style-type : none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#new_contents li {
	list-style-type : none;
	text-decoration:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
    background-image:url(http://www.kankou385.jp/img/list.gif);	
	background-position: 3px;
	background-repeat:no-repeat;
	padding-left:15px;
	height:1.5em;
}



#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content { 
    margin-top: 0px;  
    margin-bottom: 0;  
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}


#content-inner,
#footer-inner {
    position: relative;
	padding: 0 !important;
    margin: 0 auto !important;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

.page-nav {
	text-align: center;
	font-size: 89%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}




.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

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

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

.comment,
.trackback {
    border-bottom: 1px solid #ccc;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}



.comment-content p {
    margin-bottom: 10px;
}

/* Widgets */

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

.widget-content {
	position: relative;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }

.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}

.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}




/*

excom original templat 
name: ExTemplateset_Reform
designer: Kondo 
http://www.excom.co.jp/
layouts: layout-wm

*/




/* Utility */
.widget-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    w\idth: auto;
}

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

.comments-header{
    font-size: 108%;
	font-weight: bold;
	line-height: 20px;
	font-family: verdana;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 0px;
	} 


/* Sign In ---------------------------------------------------------------- */

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#header .widget-sign-in .widget-header {
    display: none;
}

#header .widget-sign-in .widget-content {
	background-color: #000;
	margin: 0;
	float: right;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}


/* Content ---------------------------------------------------------------- */

#content {
    line-height: 1.5;
}




#comments {
   width:530px;
 }



.txt-left{
	text-align: left;
}
.txt-right{
	text-align: right;
}

.entry-asset{background-color:#ffffff;}

.entry-asset .asset-name {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-asset .asset-meta {
    color: #777;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 12px;
}


.entry-asset .byline {
    float: left;
}
.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}
.entry-asset .asset-comments a {
    background: url(icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(icon-trackback.gif) no-repeat 0 50%;
}

.archive li {
    margin-bottom: 5px;
}

#group-nav-inner {
    position: relative;
    width: 800px;
    margin: 0 auto;
}




#alpha .comments .even {
    background-color: #e6f0f5;
    border-right: 1px solid #c0d9e6;
    border-bottom: 1px solid #c0d9e6;
}

#alpha .comments .odd {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.comment {
	background: #fff;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 520px;
}

.comment-header {
    font-weight: bold;
}

h2.comments-header,
h2.comments-open-header,
h2.trackbacks-header {
	font-size: 108%;
	font-weight: bold;
	line-height: 20px;
	font-family: verdana;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#main-navigation .search-options {
    display: none;
}

h1#page-title.search-results-header {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.widget-recent-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-recent-comments ul li {
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
    background: url(icon-comment.gif) no-repeat 0 4px;
}

dl#entry-list,
.widget-content {
    padding: 10px !important;
}

dl#entry-list dt {
    font-size: 14px;
}

dl#entry-list dd {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

dl#entry-list dd.entry-meta {
    margin-bottom: 10px;
    color: #777;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.userpic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}




.admin-edit-link {
    text-align: center;
    font-family: verdana;
    margin-top: 10px;
}

.admin-edit-link a {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px;
}




/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}

.contact-form label {
    display: block;
}

.contact-form input.text {
    font-size: 13px;
}

.contact-form textarea {
    margin-bottom: 15px;
}


/* Widget ----------------------------------------------------------------- */

.widget-box{
	padding: 0;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
  }

.widget-header {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header-top {
    margin-right: 0;
    margin-left: 0;
	margin-bottom: 0px;
	background: url(newsbg.jpg) no-repeat 0 0;
	text-align: left;
}

.widget-header-top h3 {
    margin-right: 8px;
    margin-left: 8px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 100%;
	color: #4E2E14;
	font-weight: bold;
	border-bottom: 1px solid #4E2E14;
	padding-top: 18px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.widget-content-top {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
    margin-right: 0;
    margin-left: 0;
	text-align: left;
	background: url(newsbottom.jpg) no-repeat bottom;
}

.widget-content-top dl {
    padding: 8px 5px 10px 5px !important;
	margin: 0 8px;
}

.widget-content-top dl dt {
    padding: 12px 0 5px 0 !important;
    font-size: 12px;
	font-weight: bold;
	color: #4E2E14;
}

.widget-content-top dl dt a {
    text-decoration: underline !important;
}

.widget-content-top dl dt a:hover {
    text-decoration: none !important;
}

.widget-content-top dl dd {
    padding: 0 0 10px 0 !important;
    font-size: 12px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #FFFFFF;
}

.widget-header {
	height: 49px;
	margin-bottom: 0px;
	background: url(header-arrow-narrow.gif) no-repeat 0 0;
	font-size: 10px;
	color: #78235C;
	font-weight: bold;
	border: none;
	line-height: 49px;
	font-family: verdana;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 20px;
}

.widget-header a {
    color: #fff;
    font-weight: bold;
}

.widget-header a:hover {
    text-decoration: underline;
}

.layout-wm .widget-header {
    background-image: url(header-arrow-medium.gif);
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-content {
    margin-top: 0px;
    margin-bottom: 0px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget,
#footer .widget-content {
    margin: 0;
    padding: 0;
}

#footer .widget-footer-links {
    width: 100%;
}

#footer .widget-powered {
    float: right;
    width: 157px;
    text-align: right;
    clear: none;
}

#footer .widget-powered .widget-content {
    margin: 0;
    padding: 0;
    text-align: left;
}

#footer .widget-powered .widget-content span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

#footer .widget-powered .widget-content span a {
    display: block;
    float: right;
    height: 41px;
    width: 157px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(powered-by-mt-logo.gif) no-repeat 0 0;
}


/* Footer ----------------------------------------------------------------- */
#footer {
	background-color:#fff;
	width: 798px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #070A3C;
	border-left-style: solid;
	border-right-color: #070A3C;
	border-left-color: #070A3C;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-bottom-width: 1px;
	display: block;
	height: auto;
	vertical-align: top;
}

#pagetop {
	text-align: right !important;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#pagetop span a:hover {
   display: block!important;
   color:#044184; 
}



#footer-content {
	font-size: 88%;
	text-align: center;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding:0px;
}

#footer-content ul {
	margin: 0;
	padding: 0;
	display: inline; /*追記*/
}

	
#footer-content ul li {
	display: inline; /*追記*/
	width: auto; /*追記*/
	white-space: nowrap; /*追記*/
/*削除    float: left */
         	padding-right: 3px;
	padding-left: 3px;
}

#footer-content ul li a{
	color: #000000;    
}

#footer-content ul li a:hover {
	color:#044184; 
}

#footer-content ul li.first {
    border-left:1px solid #fff;
}

#footer-content ul li.last {
  padding-right: 3px;
  padding-left: 3px; 
  list-style-image:none;
}

#copyright {
	padding-bottom: 5px;
	text-align: center;
	font-style: normal !important;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" !important;
	font-size: 92%;
	color: #070A3C;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 798px;
}

#footer-address {
	text-align: center;
	font-style: normal !important;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #070A3C;
	height: 16px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 798px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}


/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content:after,{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#header-inner,
#content-inner,
#main-navigation,
.entry-asset .asset-meta,
.comment,
#footer-content,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */
#home-gallery {
	border: 1px solid #CCCCCC;
	padding: 1px;
	width: 576px !important;
	margin-bottom: 30px;
}
#home-gallery-inner {
	width: 576px !important;
}
#home-gallery-inner h2 {
	background-image: url(home_title-gallery.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 576px !important;
	text-indent: -10000px;
	margin-bottom: 20px;
}
#home-gallery #home-gallery-inner ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#home-gallery #home-gallery-inner li {
	display: inline;
	list-style-type: none;
}
#home-gallery #home-gallery-inner li img {
	border: 1px solid #CCCCCC;
	margin-right: 25px;
	margin-bottom: 25px;
}
#campaign {
}
#campaign #campaign-inner {
}
#campaign #campaign-inner h2 {
	background-image: url(title-bg.gif);
	background-repeat: no-repeat;
	line-height: 50px;
	height: 50px;
	width: 582px;
	padding-left: 35px;
}

.side-bg{
	background-image: url(sidebar-bg.gif);
}
.page-asset {
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.asset-name {
	text-align: left;
	padding: 15px 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #045046;
	color: #045046;
	background-color: #E9E6DA;
	font-size: 160% !important;
	font-weight: bold!important;
}
.asset-body {
	text-align: left;
	padding: 20px;
	font-size: 92%;
}
.asset-more {
	text-align: left;
	padding: 20px;
	}



/* ぱんくず */

#pankuzu{
	text-align: right !important;
	padding-right:5px;
	font-size:83%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
 }
  
/* 一覧 */
.itemBox {
	width: 530px;
	margin-bottom: 15px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #070A3C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.itemBox td {
	padding: 0px;
	margin: 0px;
}

.itemBox tr {
	padding: 0px;
	margin: 0px;
}


.itemBox p {
	padding-top: 5px;
	margin: 0px;
}

.itemRight {
	float: left;
	width: 360px;
	margin: 0px;
	padding-bottom: 10px;
}

.itemRight p {
  padding-top:5px;
  margin: 0px;
}

.itemLeft {
	float: left;
         text-align: center;
	width: 140px;
	margin-right: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
}

.item_h2{
	font-weight:bold;
	font-size: 16px;
	padding-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
  }

.entryBox {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

.clearfix {display: inline-table;}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#navi{
  width: 800px;
  height: 78px;
  margin: 0px auto;
  text-align: center;
}

#navi ul {
  margin: 0px;
  padding: 0px;
}

#navi li {
  float: left;
  width: 110px;
  margin: 25px 0px 0px 0px;
  padding: 0px 0px 0px 24px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  list-style-type: none;
}
#navi a {
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-decoration: none;
}




   
 /*表制御*/

/*
.entry-content table{
	border-style: none;
	padding-bottom: 2px;
	width: 530px;
	}
*/

.menu_td {
	width:150px;
	background-color: #E7E7E7;
	text-align: left;
	padding: 5px;
	border-style: none;
	margin-bottom: 3px;
    }

.data_td {
	width:380px;
	background-color: #FFFFFF;
	text-align: left;
	border-style: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 3px;
}



.info td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
    }  

/* 天気予報----------------------------------------------------------------- */

#weather-plan {
   width: 380px;
    padding: 0px;
	margin-left: 12px;
}

#weather-plan-inner {
    height:220px;/* for IE6 */
	margin: 0px;
	display: block;
	overflow:auto;
	overflow-y: hidden;
	padding: 0px;
}




#weather-plan h2 {
	text-indent: -9999px;
	padding: 0px;
	margin-top: -10px;
}

#weather-header {
    background: url(http://www.kankou385.jp/img/tenki.gif) no-repeat left;
    width: 380px;
    height:27px;
  }

#alpha2 {
    width: 582px !important;
	float: right;
}

#alpha2-inner{
	margin: 0 auto;
	padding: 0 !important;
	width: 582px;
	overflow: hidden;
	text-align: left;	
}

#beta2 {
    width: 280px !important;
	float: left;
}

#beta2-inner{
    margin: 0 auto;
	width: 280px;
	overflow: hidden;
}


#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content { 
    margin-top: 0px;  
    margin-bottom: 0;  
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}


#content-inner,
#footer-inner {
    position: relative;
	padding: 0 !important;
    margin: 0 auto !important;
}









.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}




/* Widgets */

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

.widget-content {
	position: relative;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }

.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}

.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}



@media print {
    * {
        position: static ! important;
		vertical-align: top;
    }

#weather-plan {
   width: 380px;
    padding: 0px;
	float: left;
	margin-left: 12px;
}

*:first-child+html #contents_box2 {
	width: 380px;
	padding: 0px;
	margin-left: 12px;
	margin-bottom: 0px;
	float: left;
	position:relative;
	height: auto;
}


*:first-child+html #weather-plan h2 {
	text-indent: -9999px;
	padding: 0px;
	margin-top: -25px;
}



*:first-child+html #weather-plan-inner { 
    height:80px;
	margin-top: -15px;
	padding: 0px;
	overflow-y: hidden;
	vertical-align: top;
	position: absolute; 
	} 
}

/*

excom original templat 
name: ExTemplateset_Reform
designer: Kondo 
http://www.excom.co.jp/
layouts: layout-wm

*/




/* Utility */
.widget-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    w\idth: auto;
}





/* Sign In ---------------------------------------------------------------- */

#header .widget-sign-in {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: center;
    color: #777;
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#header .widget-sign-in .widget-header {
    display: none;
}

#header .widget-sign-in .widget-content {
	background-color: #000;
	margin: 0;
	float: right;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#header .widget-sign-in a {
    color: #777;
    text-decoration: underline !important;
}
#header .widget-sign-in a:hover {
    color: #fff;
}




.asset-footer {
    border-top: 1px dotted #ccc;
    margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 15px;
}



.asset-name a {
    
}
.txt-left{
	text-align: left;
}
.txt-right{
	text-align: right;
}

.entry-asset{background-color:#ffffff;}

.entry-asset .asset-name {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.entry-asset .asset-meta {
    color: #777;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 12px;
}


.entry-asset .byline {
    float: left;
}
.entry-asset .asset-comments,
.entry-asset .asset-trackbacks {
    float: right;
    margin-left: 10px;
}
.entry-asset .asset-comments a,
.entry-asset .asset-trackbacks a {
    display: block;
    float: left;
    padding-left: 18px;
}
.entry-asset .asset-comments a {
    background: url(icon-comment.gif) no-repeat 2px 50%;
}
.entry-asset .asset-trackbacks a {
    background: url(icon-trackback.gif) no-repeat 0 50%;
}

.archive li {
    margin-bottom: 5px;
}

#group-nav-inner {
    position: relative;
    width: 800px;
    margin: 0 auto;
}




#alpha .comments .even {
    background-color: #e6f0f5;
    border-right: 1px solid #c0d9e6;
    border-bottom: 1px solid #c0d9e6;
}

#alpha .comments .odd {
    background-color: #f3f3f3;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}





#main-navigation .search-options {
    display: none;
}

h1#page-title.search-results-header {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}

.widget-recent-comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-recent-comments ul li {
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
    background: url(icon-comment.gif) no-repeat 0 4px;
}

dl#entry-list,
.widget-content {
    padding: 10px !important;
}

dl#entry-list dt {
    font-size: 14px;
}

dl#entry-list dd {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

dl#entry-list dd.entry-meta {
    margin-bottom: 10px;
    color: #777;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.userpic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #fff;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.comment-header {
	color: #777;
	margin: 0;
	padding: 0;
	font-weight: normal;
}



.admin-edit-link {
    text-align: center;
    font-family: verdana;
    margin-top: 10px;
}

.admin-edit-link a {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px;
}




/* Forms ---------------------------------------------------------------- */

input.text, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #fafafa;
}

.contact-form label {
    display: block;
}

.contact-form input.text {
    font-size: 13px;
}

.contact-form textarea {
    margin-bottom: 15px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header-top {
    margin-right: 0;
    margin-left: 0;
	margin-bottom: 0px;
	background: url(newsbg.jpg) no-repeat 0 0;
	text-align: left;
}

.widget-header-top h3 {
    margin-right: 8px;
    margin-left: 8px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 100%;
	color: #4E2E14;
	font-weight: bold;
	border-bottom: 1px solid #4E2E14;
	padding-top: 18px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.widget-content-top {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
    margin-right: 0;
    margin-left: 0;
	text-align: left;
	background: url(newsbottom.jpg) no-repeat bottom;
}

.widget-content-top dl {
    padding: 8px 5px 10px 5px !important;
	margin: 0 8px;
}

.widget-content-top dl dt {
    padding: 12px 0 5px 0 !important;
    font-size: 12px;
	font-weight: bold;
	color: #4E2E14;
}

.widget-content-top dl dt a {
    text-decoration: underline !important;
}

.widget-content-top dl dt a:hover {
    text-decoration: none !important;
}

.widget-content-top dl dd {
    padding: 0 0 10px 0 !important;
    font-size: 12px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #FFFFFF;
}

.widget-header {
	height: 49px;
	margin-bottom: 0px;
	background: url(header-arrow-narrow.gif) no-repeat 0 0;
	font-size: 10px;
	color: #78235C;
	font-weight: bold;
	border: none;
	line-height: 49px;
	font-family: verdana;
	text-transform: uppercase;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 20px;
}

.widget-header a {
    color: #fff;
    font-weight: bold;
}

.widget-header a:hover {
    text-decoration: underline;
}

.layout-wm .widget-header {
    background-image: url(header-arrow-medium.gif);
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

.widget-content {
    margin-top: 0px;
    margin-bottom: 0px;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}





/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    font-size: 0.1em;
    line-height: 0;
}

#header-inner,
#main-navigation,
.entry-asset .asset-meta,
.comment,
#footer-content,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */
#home-gallery {
	border: 1px solid #CCCCCC;
	padding: 1px;
	width: 576px !important;
	margin-bottom: 30px;
}
#home-gallery-inner {
	width: 576px !important;
}
#home-gallery-inner h2 {
	background-image: url(home_title-gallery.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 576px !important;
	text-indent: -10000px;
	margin-bottom: 20px;
}
#home-gallery #home-gallery-inner ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#home-gallery #home-gallery-inner li {
	display: inline;
	list-style-type: none;
}
#home-gallery #home-gallery-inner li img {
	border: 1px solid #CCCCCC;
	margin-right: 25px;
	margin-bottom: 25px;
}
#campaign {
}
#campaign #campaign-inner {
}
#campaign #campaign-inner h2 {
	background-image: url(title-bg.gif);
	background-repeat: no-repeat;
	line-height: 50px;
	height: 50px;
	width: 582px;
	padding-left: 35px;
}



.side-bg{
	background-image: url(sidebar-bg.gif);
}
.page-asset {
	background-color:#FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.asset-name {
	text-align: left;
	padding: 15px 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #045046;
	color: #045046;
	background-color: #E9E6DA;
	font-size: 160% !important;
	font-weight: bold!important;
}
.asset-body {
	text-align: left;
	padding: 20px;
	font-size: 92%;
}
.asset-more {
	text-align: left;
	padding: 20px;
	}



  
/* 一覧 */
.itemBox {
	width: 530px;
	margin-bottom: 15px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.itemRight {
	float: left;
	width: 360px;
}

.itemRight p {
  padding-top:5px;
  margin: 0px;
}

.itemLeft {
	float: left;
	width: 140px;
	margin-right: 10px;
	margin-top: 5px;
}

.item_h2{
	font-weight:bold;
	font-size: 16px;
	padding-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
  }

.entryBox {
  margin: 0px 0px 5px 0px;
  padding: 0px;
}

.clearfix {display: inline-table;}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#navi{
  width: 800px;
  height: 78px;
  margin: 0px auto;
  text-align: center;
}

#navi ul {
  margin: 0px;
  padding: 0px;
}

#navi li {
  float: left;
  width: 110px;
  margin: 25px 0px 0px 0px;
  padding: 0px 0px 0px 24px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  list-style-type: none;
}
#navi a {
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-decoration: none;
}


/* サイトマップ表 */


.sitemap td {
    padding-bottom: 5px;   
    }

.sitemap ul{
	margin-bottom: 10px;
	margin-left: 40px;
	}

.sitemap ul li{
    padding-bottom: 3px;
	list-style-type: circle;
	}

.sitemap img{
	padding-right: 5px;
	margin: 0px;
	padding-left: 10px;
	}

.siteside{
   margin-right: 30px;
   }

/* ブログ記事タイトル */
.entry-header {
	padding-left: 5px;
	font-size: 130%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7EBCE0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* ブログ記事日付 */
.date {
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
}
   
/* コメント */
.blog_comment {
	text-align: right;
	margin-top: -10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
}
 

.blog_top {
	text-align: right;
	margin-top: 3px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 85%;
} 
  
.entry_h3{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #7EBCE0;
	text-indent: 5px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 120%;
	font-weight: bold;
	}

.blue_h3{
	text-indent: 5px;
	font-size: 110%;
	background-color: #EEFCFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7EBCE0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	}

#spot_map{
	width: 530px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
  }



.databox1{
    width: 100px;
	background-color: #E7E7E7;
	padding:5px;
	float:left;
	margin-top:0px;
	margin-right:5px;
	margin-bottom:2px;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}

.databox2{
    width: 400px;
	margin-top:0px;
	background-color: #ffffff;
	padding:5px;
	margin-bottom:2px;
	}
