@charset "utf-8";

/*----------------------------------------------------------------
	共通
----------------------------------------------------------------*/
html { overflow-y: scroll; }

body {
  font-size: 100%;
  color: #111111;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  word-break: normal;
  word-wrap: break-word;
  background: #ffffff;
  line-height: 1.5;
}
#wrapper {
	display: block;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-y;
}
#wrapper #header {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 1000px;
}


/* page要素
----------------------------------------------------------- */
div#page {
	position: relative;
  width: 1000px;
  height:455px;
  margin: 0px auto 0px auto;
  padding: 0px;
}
#page .cover{
	position: absolute;
	right: 0;
	bottom: 0;
	width:1000px;
	height:455px;
	z-index:100;
}

/* IE8以下に対応
----------------------------------------------------------- */
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
  display:block;
}
/*ここからグローバルナビの設定*/
#wrapper #navi {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 56px;
	width: 1000px;
}

#wrapper #navi ul {
	margin: 0px;
	padding: 0px;
}
#wrapper #navi ul li {
	list-style-type: none;
	float: left;
}
#wrapper #navi ul li #btn01 a {
	display: block;
	height: 56px;
	width: 115px;
}
a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}
a img {
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
#wrapper #navi ul li #btn02 a {
	display: block;
	height: 56px;
	width: 136px;
}
#wrapper #navi ul li #btn03 a {
	display: block;
	height: 56px;
	width: 115px;
}
#wrapper #navi ul li #btn04 a {
	display: block;
	height: 56px;
	width: 130px;
}
#wrapper #navi ul li #btn05 a {
	display: block;
	height: 56px;
	width: 110px;
}
#wrapper #navi ul li #btn06 a {
	display: block;
	height: 56px;
	width: 180px;
}
#wrapper #navi ul li #btn07 a {
	display: block;
	height: 56px;
	width: 214px;
}
/*ここからトップのmainの設定*/
#wrapper #main {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0em;
	line-height: 1.6em;
	color: #000;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 975px;
	width: 1000px;
}
#wrapper #main #news {
	background-image: url(../../images/newsBg.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 480px;
	width: 650px;
	margin: 0px;
	padding: 0px;
}
#main #news #headline {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #333;
	display: block;
	width: 570px;
	padding: 0px;
	margin-top: 175px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	height: 240px;
	overflow: scroll;
}
#main #sidebanner {
	display: block;
	padding: 0px;
	height: 380px;
	width: 350px;
	float: right;
	margin-top: 100px;
}
#main #info {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	display: block;
	padding: 0px;
	clear: both;
	height: 275px;
	width: 1000px;
	background-image: url(../../images/info.png);
	background-repeat: no-repeat;
}
#main #info #info_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000;
	display: block;
	padding: 0px;
	float: left;
	height: 200px;
	width: 600px;
	margin-top: 60px;
	margin-right: 0px;
	margin-left: 50px;
	overflow: scroll;
}
#main #info #infophoto {
	display: block;
	padding: 0px;
	float: right;
	height: 186px;
	width: 300px;
	margin-top: 60px;
	margin-right: 50px;
}
.infoMidashi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2em;
	color: #633;
	line-height: 1.8em;
	font-weight: bold;
}
.orangeTxt {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	font-weight: bold;
	color: #F90;
}
#main #banner {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 220px;
	width: 1000px;
}
#main #banner #guide {
	display: block;
	float: left;
	height: 220px;
	width: 333px;
	margin: 0px;
	padding: 0px;
}
#wrapper #footer {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 135px;
	width: 1000px;
}
/*ここからサブページの設定*/
#wrapper #contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	display: block;
	padding: 0px;
	width: 800px;
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 20px;
}
#wrapper #contents h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1em;
	background-color: #099;
	text-indent: 10px;
	display: block;
	padding: 5px;
	margin-bottom: 15px;
	width: 250px;
	height: 20px;
	color: #FFF;
}
#wrapper #contents table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	border: 1px solid #960;
}
#wrapper #contents table td {
	padding: 8px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-color: #960;
	border-bottom-color: #960;
}
#wrapper #floatmenu2 {
	position: fixed;
	z-index: 9999;
	top: 700px;
	height: 85px;
	width: 85px;
	padding-left: 10px;
}
#wrapper #contents  #mon {
	display: block;
	width: 500px;
	background-image: url(../../kagai/img/bg_Y.png);
	background-repeat: no-repeat;
	height: 95px;
}
#wrapper #contents  #mon table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	border: 1px solid #960;
}
#wrapper #contents table td {
	padding: 8px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-color: #960;
	border-bottom-color: #960;
}
#wrapper #contents #tue {
	background-image: url(../../kagai/img/bg_Blue.png);
	background-repeat: no-repeat;
	display: block;
	width: 500px;
	height: 160px;
}
#wrapper #contents #wed {
	display: block;
	height: 95px;
	width: 500px;
	background-image: url(../../kagai/img/bg_G.png);
}
#wrapper #contents #thu {
	background-image: url(../../kagai/img/bg_Mg.png);
	background-repeat: no-repeat;
	display: block;
	height: 160px;
	width: 500px;
	margin-bottom: 25px;
}
#wrapper #contents #fri {
	background-image: url(../../kagai/img/bg_P.png);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	width: 500px;
	margin-bottom: 20px;
}
.hyoMidashi {
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
	line-height: 1.6em;
}
.midashi {
	font-size: 14pt;
	font-weight: bold;
	color: #903;
	line-height: 28px;
}
.koMidashi {
	font-size: 12pt;
	color: #F00;
	font-weight: bold;
}
.selPink {
	background-color: #FCF;
}
.selBlue {
	background-color: #CCFFFF;
}
.selGreen {
	background-color: #CCFFCC;
}
.sel2term {
	background-color: #FCC;
}
.selOrange {
	background-color: #FC9;
}
.sel3term {
	background-color: #9999FF;
}
.selPurple {
	background-color: #ccccff;
}
.leftImg {
	float: left;
	margin-right: 15px;
}
