.txg-tgallery-wrapper IMG{
	border: 3px solid #CCC;
}
.scrollFixIt{
	color: #666;
	margin-right: 3px;
}

/* ---------------------
		common
---------------------- */
a:link{
	color:#029fcc;
}a:visited{
	color:#029fcc;
}a:hover{
	color:#029fcc;
}
A IMG {border: none;}
P {margin: 0px 0px 5px;padding: 0px;}
table {font-size:inherit; /* not IE */font:100%; /* IE */}
#main-contents a:hover img,#side-contents a:hover img{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha(opacity=70 )";}
a:focus{outline:none;}a{overflow:hidden;}
#main-contents .twtr-widget h3{background-image:none;font-size:medium;margin:0px;padding:0px;font-weight:normal;height:auto;width:auto;}
#main-contents .twtr-widget h4{font-size:medium;font-weight:normal;background-image:none;margin:0px;padding:0px;height:auto;width:auto;}
.error{background:#ff6699;padding: 20px;text-align:center;}
.render-mode-switch{font-size: 40px !important;text-align: center;color: #FFF;background-color: #333;padding-top: 40px;padding-bottom: 40px;}
/*HTML5用*/
header,footer,nav,section,article,figure,aside {display:block;}

/* ======= Design ======= */
	
BODY {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	margin: 0px;
	width: 100%;
	font-size: 12px;
	color: #333333;
	background-repeat: repeat-x;
	background-position: center top;
	padding: 0px;
	background-color: #f5f6f6;
	}


/* ---------------------
		header
---------------------- */
header{
	background-color: #26619d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1e4e7e;
	padding-bottom: 16px;
}
header section{
	display: block;
	overflow: hidden;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header-top {
	width: 740px;
	float: right;
}
#header-top:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#site-title {
	width: 180px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#header-contents {
	width: 740px;
	float: right;
	margin: 0px;
	text-align: right;
	padding: 0px;
	}
#header-menu {
/*
	float: left;
*/
	float: right;
	display: block;
	width: 350px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#header-menu  A.text:link,
#header-menu  A.text:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	background-image: url(../img/header-menu-guide.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	}

#header-menu DIV.menu-item {
	float: right;
	text-align: left;
	margin-left: 15px;
	}
#header-menu DIV.menu-item a:hover{

}

#main-wrap{
	clear: both;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #26619d;
}

#main-menu-wrap{
	clear: both;
	width: 100%;
	background-color: #26619d;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5181b1;
}

#main-menu {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	}

#main-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#main-menu DIV.menu-item {
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	margin: 0px;
	float: left;
	}

#main-menu  A.text:link,
#main-menu  A.text:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	font-size: 13px;
	padding-top: 12px;
	padding-right: 35px;
	padding-bottom: 12px;
	padding-left: 35px;
	display: block;

	}

#main-menu A.text:active,
#main-menu A.text:hover {
	color: #004b98;
	font-size: 13px;
	background-color: #f5f6f6;

	}
#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #004b98;
	background-color: #f5f6f6;

	}
#main-menu A:hover {
	color: #004b98;
	background-color: #f5f6f6;

}


/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: left;
	width: 230px;
	padding: 0px;
	margin: 0px;
}

/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:230px;
	margin: 0px;
	padding: 0px;
	}
#side-contents p{
	margin-bottom: 3px;
}
/* ------------------------
		Footer
------------------------- */
footer {
	width: 930px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer-contents {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	line-height: 1.6;
	color: #202020;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 17px;
	padding-left: 0px;
	}
	

#footer-menu-box{
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
}
#footer-menu-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

OL#footer-menu {
	width: 780px;
	overflow: hidden;
	list-style-type: none;
	margin: 0px;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 6px;
}
#footer-menu li {
	float: left;
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer-menu li A,
#footer-menu li A:link,
#footer-menu li A:visited {
	text-decoration: none;
	color: #01458b;
	font-size: 12px;
	background-image: url(../img/footer-menu-guide.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
}
OL#footer-menu li A:hover{
	color: #01458b;
	text-decoration: none;
}




/* ========================================== */
/* デザインテーマ用スタイルここまで */
/* ========================================== */




/* ---------------------
		hedding
---------------------- */	
#main-contents h3 {
	background-image: url(../img/h3.gif);
	background-repeat: no-repeat;
	width: 647px;
	font-size: 16px;
	color: #26619d;
	background-position: left top;
	height: 42px;
	font-weight: bold;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
#main-contents h4 {
	height: 30px;
	width: 646px;
	font-size: 14px;
	color: #26619d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	background-color: #e8e6e6;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #26619d;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
#main-contents h5 {
	width: 645px;
	font-size: 14px;
	color: #26619d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	height: 28px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-image: url(../img/h5.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #26619d;
	}
#main-contents h6 {
	background-image: url(../img/h6.gif);
	background-repeat: no-repeat;
	width: 637px;
	font-size: 14px;
	font-weight: bold;
	background-position: left center;
	color: #26619d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 22px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 33px;
	}
/* ---------------------
		sitemap
---------------------- */
#main-contents #sitemap-section h4{
	height: 30px;
	width: 646px;
	font-size: 14px;
	color: #26619d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	background-color: #e8e6e6;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #26619d;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
#main-contents #sitemap-section li{
	list-style-type: circle;
	text-decoration: none;
}	
#footer-contents #sitemap-section{
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	margin-bottom: 100px;
}
#footer-contents #sitemap-section a:hover{
	text-decoration: none;
	color: #FFF;
}
#footer-contents #sitemap-section .box{
	display: inline-block;
	float: left;
	width: 145px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#footer-contents #sitemap-section h4{
	font-weight: normal;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #53BAFF;
	padding-left: 3px;
	margin: 0px;
}
#footer-contents #sitemap-section h4 a{
	text-decoration: none;
	color: #0A70A7;
}
#footer-contents #sitemap-section ul{
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 11px;
}
#footer-contents #sitemap-section li{
	list-style-type: none;
}
#footer-contents #sitemap-section li a{
	color: #0E498B;
	text-decoration: none;
	font-weight: normal;
}
/* ---------------------
		QR code
---------------------- */
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* ---------------------
	   Google map
---------------------- */	
IFRAME.googlemap {
	}
/* ------------------------
		mail form
------------------------- */	
#mailform-section{margin:0px 10px 0px 0px;}#mailform-section DIV.form-layout{margin:0px;width:532px;}#mailform-section DIV.form-layout DIV.form-items{border:1px solid #ccc;width:532px;overflow:hidden;background-color:#efefef;}#mailform-section DIV.form-layout DIV.form-items DIV.form-item{clear:both;}#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.label{float:left;width:130px;text-align:left;padding:11px 8px 0px 8px;vertical-align:top;font-size:10pt;border-top:1px #fff solid;}#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field{float:left;width:370px;text-align:left;padding:8px 8px 0px 8px;vertical-align:top;background-color:#fff;}#mailform-section INPUT.input-text{}#mailform-section TEXTAREA.input-textarea{}#mailform-section INPUT.input-radio{}#mailform-section INPUT.input-checkbox{}#mailform-section INPUT.input-select{}#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field P.description{margin:3px 0px 0px 0px;font-size:9pt;}#mailform-section LABEL{}#mailform-section .required{color:red;font-weight:normal;}#mailform-section .error{background-color:#fcf;}#mailform-section .error-message{color:#f00;}#mailform-section .completion-message{border:1px solid #ccc;padding:30px;}#mailform-section DIV.submitee{clear:both;text-align:center;}#mailform-section DIV.submitee BUTTON{cursor:pointer;width:109px;height:32px;background-image:url(/theme/form_submit.jpg);border-width:0px;}#mailform-section DIV.submitee BUTTON SPAN{display:none;}



/* ------------------------
		topic
------------------------- */
#side-contents #topic-headline-section DL {
	font-size: 10pt;
	color: #333333;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	}
#side-contents #topic-headline-section DT{
	width: 180px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	}
#side-contents #topic-headline-section DT .date {
	font-weight: bold;
	width: 180px;
	display: block;
	}
#side-contents #topic-headline-section DT A {
	color: #222222;
	}
#side-contents #topic-headline-section DD {
	margin-bottom: 10px;
	padding: 0px;
	width: 180px;
	margin-right: 0px;
	margin-left: 0px;
	}
/* ------------------------
		topic
------------------------- */
#topic-list-section {
	width: 670px;
	padding-top: 11px;
	padding-bottom: 5px;
	margin: 0px;
	}
#topic-list-section DT {
	width: 670px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
	}
#topic-list-section DT .date {
	font-weight: bold;
	width: 100px;
	padding-right: 20px;
	font-size: 12px;
	}
#topic-list-section DT A {
	font-size: 12px;
	}
#topic-list-section DD {
	margin-bottom: 10px;
	width: 670px;
	margin-top: 0px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12px;
	margin-left: 0px;
	}
#topic-list-section DD IMG {
	margin: 5px;
	}
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
	width: 100px;
}

/* ========================================== */
/* 編集画面で表組み内の文字だけ大きくなる対応 */
/* ========================================== */
table {
	font-size:inherit; /* not IE */
	font:100%; /* IE */
}


/* ------------------------
		pagetop
------------------------- */
#toPageTop{
	float: right;
	text-decoration: none;
	margin: 0px;
	width: 135px;
	padding: 0px;
}

#toPageTop a{
	text-decoration: none;
	color: #01458b;
	background-image: url(../img/page-up-guide.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-size: 12px;
	font-weight: bold;
}




.search {
	width: 220px;
	height: 25px;
	padding: 0px;
	float: right;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
.search:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.search-box {
	width: 220px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
.search-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.search-box #box {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	width: 180px;
	float: left;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	font-size: 12px;
	color: #707070;

}
.search-box #waku {
	width:189px;
	vertical-align: top;
	height: 23px;
	margin: 0px;
	float: left;
	background-color: #FFF;
	padding: 0px;
	border: 1px solid #c8c8c8;
}
.search-box #search-btn {
	height: 25px;
	width: 29px;
	float: right;
}

/* =========================== */
/* フォントサイズ変更　　     */
/* =========================== */

#font-size-text{
	float: left;
	width: 76px;
	margin: 0px;
	display: block;
	text-align: right;
	height: 17px;
	font-size: 11px;
	color: #FFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#font-size-box{
	height: 21px;
	width: 150px;
	float: right;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#font-size {
	list-style-type: none;
	margin: 0px;
	height: 21px;
	width: 70px;
	float: right;
	padding: 0px;

}
#font-size:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


#font-size #m {
	padding: 0px;
	float: right;
	height: 21px;
	width: 42px;
	margin: 0px;
	background-color: #014b96;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

#font-size #m a{
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 18px;
	width: 42px;
	padding-top: 3px;
}
#font-size #l {
	padding: 0px;
	float: right;
	height: 21px;
	width: 24px;
	background-color: #014b96;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	color: #FFF;
	text-align: center;
}
#font-size #l a{
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 18px;
	width: 24px;
	padding-top: 3px;
}

TABLE.side-day-table{
	border: 3px solid #26619d;
	background-color: #FFF;
	margin-top: 1px;
	margin-bottom: 4px;

}

TD.side-day-td1{
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 11px;
	padding-bottom: 10px;
	line-height: 1.6;
}
TD.side-day-td1 a{
	color: #fd6602;
}

TD.side-day-td1 ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 8px;
	width: 177px;
}

TD.side-day-td1 ul li{
	background-image: url(../img/side-guide.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 5px;
	color: #2c2c2c;
}

TD.side-day-td1 ul li a{
	color: #2c2c2c;
}


#header-language{
/*
	display: none;
*/
	width: 235px;
	float: right;
	text-align: right;
}

#header-language a{
	margin-left: 5px;
}

