@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------ */
/* 基本指定 */
/* ------------------------------------------------------------ */

html{
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); /* これで一瞬砂時計が出るのを回避（IE Only） */
}
ul,
li{
	list-style:none;
	margin:0;
	padding:0;
}
p{
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 90%;
	line-height: 1.8em;
	color: #333;
}
body{
	margin:0;
	padding:0;
	background-image: url(../img/BG.jpg);
	background-repeat: repeat-x;
	clear: both;
	background-attachment: fixed;
	line-height: 1.7em;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
#container #main2 #main2_white #sidebar h5 {
	font-size: 85%;
	font-weight: normal;
	line-height: 1.2em;
}



/* ------------------------------------------------------------ */
/* リンク色指定 */
/* ------------------------------------------------------------ */
a{
	text-decoration: underline;
	font-weight: normal;
}
a:visit{ color: #002C53; text-decoration: underline;}
a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #36F;
}
a:active{
	color: #36F;
	text-decoration: underline;
}

/* ------------------------------------------------------------ */
/* コンテナ */
/* ------------------------------------------------------------ */
#container{
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ------------------------------------------------------------ */
/* ヘッダ */
/* ------------------------------------------------------------ */
#head{
	width:1000px;
	height:68px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#head_white {
	margin: 0px;
	height: 68px;
	width: 100%;
}

#H1 {
	display: block;
	padding: 0px;
	float: right;
	width: 530px;
	margin: 0px;
}
h1 {
	font-size: 80%;
	line-height: 1.3em;
	font-weight: normal;
	color: #36F;
}
#sabu_menu {
	width: 650px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: right;
	float: right;
	font-size: 85%;
}
#container #sabu_menu ul {
	width: 650px;
	margin: 0px;
	float: right;
	clear: right;
	letter-spacing: 0px;
	padding: 0px;
}

#container #sabu_menu ul li {
	margin: 0px;
	background-image: url(../img/point_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
	padding-right: 10px;
}
#container #sabu_menu ul li a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #00C;
}





#head #utility{
	float:right;
	margin-top:10px;
	padding: 0px;
	text-align: right;
	width: 400px;
}
	#head #utility li{
	float:left;
	font-size:90%;
	margin-left:20px;
	padding-left:12px;
	background:url(../img/point_link.gif) #FFFFFF left center no-repeat;
	text-decoration: none;
	font-weight: normal;
	}


#container #main2 #main2_white #content .section.clearfix .main_media {
	line-height: 1.6em;
}

#head #ci{
	float:left;
}
#head #ci h1{
	margin-top:5px;
	font-size:27px;
	font-family:Geneva, Arial, Helvetica, sans-serif,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration:none;
	color:#555;
}
#head a img{
	border:none;
}


/* ------------------------------------------------------------ */
/* メインメニュー */
/* ------------------------------------------------------------ */
#mainmenu{
	width:1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../img/mainmenu_bg.jpg);
	background-repeat: repeat-x;
	height: 44px;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	clear: both;
}
#mainmenu ul{
	width:1000px;
	height:40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E7E7E7;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainmenu li{
	text-align:center;
	font-size:80%;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 1.1em;
}

#mainmenu li a{
	display:block;
	width:158px;
	height:40px;
	padding-top:5px;
	color:#36F;
	text-decoration:none;
	border-right:solid 1px #E7E7E7;
	font-weight: bold;
}
#mainmenu li a:hover{
	color:#FFF;
	font-weight: bold;
	background-color: #6CF;
	display: block;
}
#container #main #vi .vi_menu ul li a:hover {
	color: #36F;
	background-color: #FF6;
}


/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */
#main{
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
	clear: both;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#main2 {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding: 0px;
}
#main2_white {
	width: 1000px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #FFF;
	float: left;
	clear: left;
	margin: 0px;
}


#news {
	font-size: 85%;
	line-height: 1.6em;
	width: 560px;
	display: block;
	clear: both;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#main2_white a img{
	border:none;
}
#main2_white a:hover img{
	opacity		: 0.7;
	filter		: alpha(opacity=70);
}

/* ------------------------------------------------------------ */
/* VI */
/* ------------------------------------------------------------ */
#vi{
	background-color: #FFF;
	padding-bottom: 10px;

}

.pass{
	position:absolute;
}
#vi h2{
	font-size:18px;
	padding:65px 0 10px 65px;
	color:#fff;
}
#vi .bodycopy{
	width:260px;
	font-size:12px;
	padding:0 0 0 65px;
	color:#fff;
}

/* ------------------------------------------------------------ */
/* サイドバー */
/* ------------------------------------------------------------ */
#sidebar{
	width:200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: right;
	float: right;
	margin-right: 10px;
	background-color: #EEE;
	height: auto;
}
#container #main2 #main2_white #sidebar table {

}
#container #main2 #main2_white #sidebar table tr td img {
	margin-bottom: 5px;
}


.sidebar2 {
	padding: 0px;
	float: right;
	width: 185px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#sidebar .no{
	text-align:center;
	font-size:150%;
	color:#990000;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif, 'Verdana', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin-top: 0px;
}
#sidebar p{
	margin: 0;
}
.sidebar_title {
	font-size: 80%;
	color: #666;
	text-decoration: underline;
}


/* ------------------------------------------------------------ */
/* コンテンツ */
/* ------------------------------------------------------------ */
#content{
	width:750px;
	float: left;
}
#content h2{
	width:585px;
	background:url(../img/content_h2_bg.jpg) #F6F6F6 left top no-repeat;
	height:55px;
	line-height:55px;
	color:#333;
	font-size:120%;
	padding-left:15px;
	margin:0 0 15px 0;
}
#content h3{
	width:575px;
	border-left:solid #336A2F 5px;
	border-bottom:solid 1px #CCCCCC;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 20;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content.home h3{
	height:40px;
	color:#F60;
	font-size:130%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 70px;
	background-repeat: no-repeat;
	background-position: 15px bottom;
	float: left;
	line-height: 2em;
	display: block;
	background-image: url(../img/H3_img.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: left;
	width: 680px;
	font-weight: bold;
	letter-spacing: 1px;
}
.main_data h4 {
	font-size: 100%;
	color: #396;
	background-color: #FFC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F96;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.P_white {
	font-weight: bold;
	color: #FFF;
}

.main_data h5 {
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #36F;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666;
}
#content .oneday th{
	text-align:left;
	width:150px;
	background-color:#EEE;
	border-bottom:dotted 1px #CCC;
	padding:7px;
}
.main_data_table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
}

#content .section{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	float: left;
}

/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */
#footer{
	width:990px;
	height:40px;
	font-size:70%;
	text-align:left;
	color:#333;
	font-family: Arial, Helvetica, sans-serif, 'Verdana', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #FF9;
	padding-top: 20px;
	padding-left: 10px;
	margin: 0px;
	clear: both;
	float: none;
}
#footer_menu {
	width: 550px;
	font-size: 120%;
	float: right;
	clear: right;
	margin-top: -20px;
}
#container #footer_menu ul {
	display: block;
	margin: 0px;
	width: 550px;
}

#container #footer_menu ul li {
	margin: 0px;
	background-image: url(../img/point_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 15px;
	font-weight: bold;
	float: right;
}
#container #footer_menu ul li a:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #00C;
}

/* ------------------------------------------------------------ */
/* Clearfix */
/* ------------------------------------------------------------ */

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
  /*\*//*/
  height: 1%;
  display:block;
  overflow: hidden;
  /**/
}
.media_PDF {
	float: right;
	width: 570px;
	text-align: right;
	font-size: 80%;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear: both;
}
.main_media {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 750px;
}
.main_data {
	width: 735px;
	float: left;
	margin-left: 15px;
	margin-bottom: 50px;
}
.main_data_non {
	margin: 0px;
	padding: 0px;
	width: 570px;
	float: left;
}


.form {
	width: 570px;
	padding: 0px;
	margin-top: 0px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
.main_data p a {
	color: #36F;
}
.main_data p a:hover {
	color: #36F;
	text-decoration: underline;
	font-weight: bold;
}
.P_red {
	font-size: 90%;
	color: #F00;
}
#container #main2 #main2_white #sidebar h2 {
	font-size: 130%;
	line-height: 1.3em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 20px;
	color: #333;
}
.sidebar_h2_P {
	font-size: 70%;
}
.sidebar_P {
	font-size: 80%;
	line-height: 1.5em;
	font-weight: normal;
	padding-top: 5px;
	letter-spacing: 1px;
}
.photo {
	border: 5px solid #FFF;
}
#container #main2 #main2_white #content .section.clearfix .main_data dl {
	margin: 0px;
	padding: 0px;
}
.Links {
	font-size: 90%;
}

#container #main2 #main2_white #content .section.clearfix .main_data dl dt a {
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #36F;
	letter-spacing: 1px;
	text-decoration: none;
	text-indent: 5px;
	padding-top: 10px;
}
