@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	line-height: 130%;
}
html {
	overflow: auto;
}
html , body {
	height: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(bg.jpg);
	min-width: 950px;
	overflow-x: hidden;
	overflow-y: auto;
}
#contents {
	position: relative; 
    height: auto !important;   
    min-height: 100%;
	width: 950px;
	margin: 0 auto;
}
#coution {
	font-weight: bold;
	color: #E00;
	text-align: center;
	background-color: #FC0;
	background-image: url(bgCaution.png);
	margin: 0 -1000%;
	padding: 0 1000%;
	width: 100%;
}
#coution p {
	background-color: #FC0;
	display: inline-block;
	margin: 3px 20px;
	padding: 2px;
}
/**/
#header {
	background-image: url(bgHeader.jpg);
	background-repeat: repeat-x;
	height: 50px;
	margin: 0 -1000%;
	padding: 0 1000%;
	width: 100%;
/*	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);*/
	position: relative;
	z-index: 100;
}
#siteID {
	float: left;
}
#siteID * {
	background-image: url(siteID.png);
	background-repeat: no-repeat;
	display: block;
	padding-top: 40px;
	height: 0px;
	width: 160px;
	overflow: hidden;
	margin-top: 5px;
}
#siteID a:hover {
	background-position: 0px -50px;
}
#header ul {
	font-size: 12px;
	text-align: right;
	margin-top: 8px;
	float: right;
	list-style-type: none;
}
#header ul li {
	line-height: 42px;
	float: left;
}
#header ul li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin: 0 1em 0 0;
}
#header ul li a:hover {
	font-weight: bold;
	text-shadow: 1px 1px 0px #444;
}
#header ul li strong {
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	display: inline-block;
	margin: 0 1em 0 0;
}
/**/
.gsc-input {
	margin: 0 !important;
	padding: 0 !important;
}
.gsc-input-box {/*入力欄のtd>div*/
    border-top-left-radius: 15px!important;
	border-bottom-left-radius: 15px!important;
}
.gsib_a {/*入力欄のtd>div>table td*/
    padding-top: 2px!important;
    padding-left: 10px!important;
}
.gsst_a {/*取消ボタン*/
	margin: 0 !important;
    padding: 4px 0 0!important;
}
td[class="gsc-search-button"] {/*検索ボタンのtd*/
	margin: 0 !important;
	padding: 4px 0 0 !important;
}
.gsc-search-button-v2 {/*検索ボタンのtd>imput*/
	margin:  0!important;
	padding-left: 8px !important;
	padding-right: 8px !important;
    border-top-right-radius: 15px!important;
	border-bottom-right-radius: 15px!important;
}
#googleCSE {
	width: 200px!important;
}
/**/
#globalNavigation {
	width: 100%;
	margin: 0 -1000%;
	padding: 0 1000%;
	height: 40px;
	clear: both;
	background-color: #FFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.4);
}
#globalNavigation ul {
	list-style: none;
	float: left;
	background-color: #000;
	/*グラデーション*/
	background: -moz-linear-gradient(top, #ffffff 15%, #000000 15%, #000000 85%, #ffffff 85%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#ffffff), color-stop(15%,#000000), color-stop(85%,#000000), color-stop(85%,#ffffff));
	background: -webkit-linear-gradient(top, #ffffff 15%,#000000 15%,#000000 85%,#ffffff 85%);
	background: -o-linear-gradient(top, #ffffff 15%,#000000 15%,#000000 85%,#ffffff 85%);
	background: -ms-linear-gradient(top, #ffffff 15%,#000000 15%,#000000 85%,#ffffff 85%);
	background: linear-gradient(to bottom, #ffffff 15%,#000000 15%,#000000 85%,#ffffff 85%);
/*	background: -moz-linear-gradient(top, #fff 0%, #444 50%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#444), color-stop(100%,#fff));
	background: -webkit-linear-gradient(top, #fff 0%,#444 50%,#fff 100%);
	background: -o-linear-gradient(top, #fff 0%,#444 50%,#fff 100%);
	background: -ms-linear-gradient(top, #fff 0%,#444 50%,#fff 100%);
	background: linear-gradient(to bottom, #fff 0%,#444 50%,#fff 100%);*/
}
#globalNavigation ul:first-child + ul {
	float: left;
}
#globalNavigation ul li {
	float: left;
	height: 40px;
	overflow: hidden;
	margin-right: 1px;
	background-color: #FFF;
}
#globalNavigation ul:first-child li:first-child {
	margin-left: 1px;
}
#globalNavigation ul li a, #globalNavigation ul li > strong {
	/*border-right: solid 1px #BCBCBC;*/
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	width: 8em;
	padding: 0 0.25em;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	line-height: 100%;
}
#globalNavigation ul:first-child + ul > li a {
	/*width: 8em;*/
	color: #2a9ebe;
}
#globalNavigation ul:first-child + ul > li:first-child + li + li > * {
	width: 7em;
	color: #333;
}
#globalNavigation ul li a strong, #globalNavigation ul li > strong, #globalNavigation ul li #menuON {
	color: #CCC !important;
	text-shadow: 1px 1px 0px #FFF;
}
#globalNavigation ul li a:hover {
	background-color: #DEDEDE;
	text-shadow: 1px 1px 0px #FFF;
}
#globalNavigation ul li a span, #globalNavigation ul li a strong, #globalNavigation ul li strong span {
	display: inline-block;
	line-height: 100%;
}
/**/
#breadcrumbList {
	clear: both;
	margin: 8px 0;
	font-size: 10px;
	font-weight: normal;
}
#breadcrumbList a, #breadcrumbList strong {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #000;
	text-decoration: none;
}
#breadcrumbList a:first-child:before {
	font-size: larger;
	margin-right: 1px;
	color: #09C;
	font-family: 'icomoon';

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e608";
}
#breadcrumbList a:hover {
	text-shadow: 1px 1px 0px #BBB;
}
#breadcrumbList strong {
	font-weight: normal;
}
#breadcrumbList span {
	padding: 0 0.5em;
}
/**/
#main {
	padding-bottom: 50px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
#siteMap {
	display: none;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	bottom: 30px;
	z-index: 1;
	width: 918px;
	padding: 16px;
	background-color: #2a9ebe;
	background-color:rgba(42,158,190,0.9);
	box-shadow: 0 2px 1px 1px rgba(0,0,0,0.4) inset;
}
#siteMap a {
	color: #FFF;
	text-decoration: none;
}
#siteMap ul {
	list-style: none;
}
#siteMap > ul > li {
	margin: 0 34px 0 0;
	float: left;
}
#siteMap > ul > li > a {
	font-size:13px;
	display: inline-block;
	padding: 2px;
	margin-bottom: 16px;
}
#siteMap > ul > li > a:hover {
	background-color: #78c1d5;
	background-color:rgba(255,255,255,0.3);
}
#siteMap > ul > li > ul > li > a {
	display: inline-block;
	padding: 2px;
	margin-bottom: 4px;
}
#siteMap > ul > li > ul > li  > a:hover {
	background-color: #78c1d5;
	background-color:rgba(255,255,255,0.3);
}
#siteMapSwich:hover {
	cursor: pointer;
}
#footer {
	clear: both;
	background-image: url(bgFooter.png);
	background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
	height: 30px;
	display: inline-block;
	font-size: 10px;
	overflow: hidden;
	width: 950px;
	margin: 0 -1000%;
	padding: 20px 1000% 0;
}
#footer p {
	float: left;
	line-height: 30px;
}
#footer ul {
	float: right;
	list-style-type: none;
	overflow: hidden;
}
#footer ul li {
	float: left;
	line-height: 30px;
}
#footer ul li * {
	color: #000;
	text-wrap: none;
	text-decoration: none;
	border-right: solid 1px #000;
	margin-right: -1px;
	padding: 0.25em 1em;
}
#footer ul li strong {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}