@charset "utf-8";

/********* HTML再定義 ***********************************************/

body {
	padding-bottom: 10px;
	background-color: #e6e6e6;
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(image/mainbg.png);
	font-size: 10pt;
}

h2, h3, h4, h5, h6 {
	font-size: 120%;
}
h2 {
	font-size: x-large;
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 10px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: #4c4c4c;
	padding-left: 8px;
	padding-bottom: 0px;
	padding-right: 0;
	padding-top: 5px;
}

#content h2 {

	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	border-bottom-color: #ff3f07;
}
#content h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	background-position: 0 5px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-image: url(image/link.gif);
	vertical-align: middle;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
}
#content .box h4 {
	margin-top: 0px;
	background-position: 0 7px;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-image: url(image/link.gif);
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
}
a {
	color: #333333;
	text-decoration: underline;
}
a.btn {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: maroon;
}
em {
	font-style: normal;
	font-weight: bold;
}

/********* ヘッダー *************************************************/
.divName {
	color: #ff8000;
	font-weight: bold;
}
#header{
	margin-top: 10px;
}
#head_l {
}
#head_r {
	text-align: right;
	margin-top: 10px;
}
ul#hdlink li a:link {
	text-decoration: none;
}
#header ul#hdlink {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	display: inline-block;
}
#header ul#hdlink li {
	border-left-color: gray;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	padding-right: 4px;
	padding-left: 8px;
	border-left-width: 1px;
	display: inline;
	margin-bottom: 0px;
	margin-top: 0px;
}
/********* ナビゲーション *********************************************/
#gnavi_wrap {
  text-align: center;
  margin-left: -21px;
  background: url(image/gnavi/bg_gnavi01.jpg) 0 0 repeat-x;
  width: 943px;
  height: 45px;
  padding:0;
}

#gnavi_inner {
  background: url(image/gnavi/bg_gnavi02.jpg) no-repeat center;
  width: 900px;
  height: 45px;
  margin: 0 auto;
}

#gnavi_inner ul{
	margin:10px 20px;
}

#gnavi_inner li {
   float: left;
   width: 118px;
  height: 45px;
  text-indent: -9999px;
  overflow: hidden;
  display: inline;
}

#gnavi_inner li a {
    width: 118px;
  height: 45px;
  display: block;
}

#gnavi01 {
 background: url(image/gnavi/bt_gnavi01_on.jpg) no-repeat;
 margin-left: 21px;
}

#gnavi02 {
   background: url(image/gnavi/bt_gnavi02_on.jpg) no-repeat;
 margin-left: 0px;
}

#gnavi03 {
    background: url(image/gnavi/bt_gnavi03_on.jpg) no-repeat;
 margin-left: 0px;
}

#gnavi04 {
    background: url(image/gnavi/bt_gnavi04_on.jpg) no-repeat;
 margin-left: 0px;
}

#gnavi05 {
    background: url(image/gnavi/bt_gnavi05_on.jpg) no-repeat;
 margin-left: 0px;
}

#gnavi06 {
    background: url(image/gnavi/bt_gnavi06_on.jpg) no-repeat;
 margin-left: 0px;
}

#gnavi07 {
    background: url(image/gnavi/bt_gnavi07_on.jpg) no-repeat;
 margin-left: 0px;
}

#gnavi01 a {
   background: url(image/gnavi/bt_gnavi01.jpg) no-repeat;
}

#gnavi02 a {
 background: url(image/gnavi/bt_gnavi02.jpg) no-repeat;
}

#gnavi03 a {
    background: url(image/gnavi/bt_gnavi03.jpg) no-repeat;
}

#gnavi04 a {
    background: url(image/gnavi/bt_gnavi04.jpg) no-repeat;
}

#gnavi05 a {
    background: url(image/gnavi/bt_gnavi05.jpg) no-repeat;
}

#gnavi06 a {
    background: url(image/gnavi/bt_gnavi06.jpg) no-repeat;
}

#gnavi07 a {
    background: url(image/gnavi/bt_gnavi07.jpg) no-repeat;
}

#gnavi01 a:hover {
  background: url(image/gnavi/bt_gnavi01_on.jpg) no-repeat;
}

#gnavi02 a:hover {
   background: url(image/gnavi/bt_gnavi02_on.jpg) no-repeat;
}

#gnavi03 a:hover {
   background: url(image/gnavi/bt_gnavi03_on.jpg) no-repeat;
}

#gnavi04 a:hover {
   background: url(image/gnavi/bt_gnavi04_on.jpg) no-repeat;
}

#gnavi05 a:hover {
   background: url(image/gnavi/bt_gnavi05_on.jpg) no-repeat;
}

#gnavi06 a:hover {
   background: url(image/gnavi/bt_gnavi06_on.jpg) no-repeat;
}

#gnavi07 a:hover {
   background: url(image/gnavi/bt_gnavi07_on.jpg) no-repeat;
}

/********* フッター *************************************************/

div#footer {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #999999;
}
div#footer address {
	padding-top: 10px;
	min-height: 40px;
}
#foot_l {

}
#foot_r {
	padding-top: 10px;
	text-align: end;
}
#labName {
	font-size: x-large;
	font-weight: bold;
	color:rgba(0,0,0,0.69);
	margin-bottom: 10px;
}
#divName {
	color: #ff8000;
	font-weight: bold;
}
#copyright {
	color: #666666;
	font-size: small;
}

/********* メニュー *************************************************/

div#menu {
	border-right-color: #333333;
	border-left-color: #333333;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 6px;
	border-left-width: 6px;
	background-color: gray;
}
div#menu h2 {
	display: none;
}
div#menu ul {
	margin: 0;
	padding: 5px 10px;
}
div#menu ul li {
	text-align: center;
	padding-right: 10px;
	border-right-style: solid;
	border-right-color: white;
	border-right-width: 1px;
	display: inline;
	list-style: none;
	margin-right: 0px;
}

div#menu a:link, div#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#menu a:active, div#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/********* ページ移動 ***********************************************/

div#page h2 {
	display: none;
}
ul.order {
	margin-left: 0;
	margin-bottom: 30px;
	margin-right: 0;
	margin-top: 10px;
	text-align: center;
}
ul.order li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

/********* ユーティリティ *******************************************/

div#utility {
	text-align: center;
	border-style: none;
	margin-bottom: 20px;
	margin-top: 10px;
	
}

div#utility div.utility {
	word-break: loose;
	word-wrap: normal;
	padding: 10px;
	text-align: left;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-repeat: repeat-x;
	margin: 15px 0;
	box-shadow: 1px 1px 3px #aaa;
}
div#utility div.utility h3 {
	color: #393939;
	text-align: left;
	font-weight: bold;
	font-size: larger;
	margin-top: 0px;
	vertical-align: bottom;
	border-bottom-color: grey;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 20px;
}
div#utility div.utility h4 {
	text-align: center;
	border-bottom-color: #666666;
	padding: 15px 5px 14px 5px;
	color: #4c4c4c;
	font-size: x-large;
	line-height: 100%;
}
div#utility div.utility h4.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
div#utility div.utility h4 a:link {
	font-size: x-large;
	font-weight: bold;
}
div#utility div.utility ul {
	margin-top: 10px;
	margin-left: 15px;
}
div#utility div.utility ul li {
		font-weight: bold;
		list-style-image: url(image/arrow_g.gif);
		list-style-type: circle;
}
div#utility a:link, div#utility a:visited {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #4c4c4c;
}

div#utility a:active, div#utility a:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: red;
}
#utility img {
	margin: 0px;
}
#utility img.box {
	border-color: #9a9a9a;
	border-style: solid;
	border-width: 1px;
}
div#pub_list img {
	vertical-align: middle;
	margin: auto 1px;
}
ul.ut_button {
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 10px;
}
ul.ut_button li {
	margin-bottom: 5px;
	margin-top: 5px;
	list-style-position: inside;
	list-style-type: none;
}

/********* メイン ************************************************/
#main {
	padding: 0px;
}
div#topicpath {
		margin-bottom: -20px;
		padding-right: 35px;
		text-align: right;
		padding-top: 5px;
		color: #4c4c4c;
		font-size: 90%;
	}
div#topicpath a:link, div#topicpath a:visited {
		text-decoration: none;
		color: #5e3025;
	}
div#topicpath a:hover, div#topicpath a:active {
		text-decoration: underline;
		color: #a0513f;
	}
.highlight {
	text-decoration: underline;
	background-color: #f9ff9d;
}
/********* デコレーション ************************************************/
a.webpage {
		padding-top: 3px;
		padding-left: 20px;
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url(image/webpage.png);
	}
a.xls_file {
		padding-top: 3px;
		padding-left: 20px;
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url(image/xls_icon.png);
	}
a.doc_file {
		padding-top: 3px;
		padding-left: 20px;
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url(image/doc_icon.png);
	}
a.pdf_file {
		padding-top: 3px;
		padding-left: 20px;
		background-position: left center;
		background-repeat: no-repeat;
		background-image: url(image/pdf_icon.png);
	}
a.mail_link {
		padding-top: 3px;
		padding-left: 20px;
		background-position: left bottom;
		background-repeat: no-repeat;
		background-image: url(image/mail.png);
	}
a.download {
		padding-top: 3px;
		padding-left: 20px;
		background-position: left bottom;
		background-repeat: no-repeat;
		background-image: url(image/page_out.png);
	}
img.box {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 4px;
}
.remark {
	padding-left: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 1px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-color: #ff8000;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	background-color: #f9ff9d;
	color: #ff8000;
}
#pub_list ul li {
	word-wrap: break-word;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-left: -10px;
	list-style-position: inside;
	list-style-type: none;
	padding-bottom: 10px;
}
pre#pub_list {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    font-size: 12pt;
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
	font-family: "Times New Roman", Times, serif;
}
#content .topic {
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: 1px;
	background-repeat: no-repeat;
	background-image: url(image/vertical_grad2.gif);
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 6px;
	display: inline-block;
	width: 320px;
	vertical-align: top;
}
#content .topic h3 {
	text-align: left;
	padding: 0px;
	margin: 0px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	color: #666666;
}
#content .topic h3 a:link, #content .topic h3 a:visited {
	color: #363636;
}
#content .topic img {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 5px;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	float: none;
}
#content .topic .topic_date {
	color: #666666;
	font-weight: bold;
}
.blogger-post-footer {
	height: 0px;
	visibility: hidden;
}
ul.innernav {
	display: block;
}
ul.innernav li {
	background-color: #e6e6e6;
	margin: 5px;
	border-color: #666666;
	border-style: dotted;
	border-width: 1px;
	height: 50px;
	width: 185px;
	display: inline-block;
}
#content .entry {
	min-height: 200px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 3px;
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 6px;
	display: inline-block;
	width: 202px;
	vertical-align: top;
}
#content .entry h3 {
	margin-top: 0px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-color: #4c4c4c;
	border-bottom-width: 2px;
	font-weight: bold;
}
div.box {
	margin-bottom: 10px;
	background-repeat: repeat-x;
	background-color: #fff9e5;
	background-image: url(image/bg_box.png);
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}
div.topic blockquote {
	padding-top: 5px;
	background-repeat: repeat-x;
	background-color: #fff9e5;
	background-image: url(image/bg_box.png);
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
}
#utility h1 {
	color: #4c4c4c;
	border-bottom-color: #ff3f07;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
div.box h4 {
	padding-bottom: 5px;
	margin-top: 0px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.wt-rotator {
	margin-bottom: 10px;
	margin-top: 10px;
	border: #666666;
	border-style: solid;
	border-width: 1px;
}
.wt-rotator h4 {
	font-size: x-large;
	margin-bottom: 5px;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 5px;
}
.wt-rotator a:link, .wt-rotator a:visited {
	color: white;
	text-decoration: underline;
}
.wt-rotator .timer{
	opacity: 0.8;
}
#content .gv_overlay h4{
	padding-left: 0px;
	background-image: none;
}
.gv_overlay {
	opacity: 0.8;
}
.gv_showOverlay {
	opacity: 0.8;
}
#top_spacer{
	height: 30px;
}
#thunb_link{
	margin-top: 10px;
	margin-bottom: 10px;
}
#thumb_link .square-thumb {
    margin: 3px;
    border-style: solid;
    border-color: rgba(0,0,0,0.62);
    border-width: 1px;
}
#page-top {
	background: #444;
	color: #fff;
	max-width: 200px;
	padding: 30px;
	position: fixed;
	bottom: 80px;
	left: 20px;
	display: block;
	border-radius: 5px;
	opacity: 0.8;
}
#page-top a {
	text-decoration: none;
	color: white;
	padding: 5px;

}
#page-top a:hover {
	text-decoration: none;
	color: white;
}
a.reset-ajax {
	text-decoration: none;
	padding-top: 5px;
}
input.form-check{
	margin-top: 8px;
}
.form-horizontal .control-bottom {
	margin-bottom: 0px;
}
.inner-text {
	min-width: 650px;
}