@charset "utf-8";

/*======================================

	Reset

=======================================*/

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,em {
   margin:0;
   padding:0;
   font-style:normal;
   list-style:none;
   list-style-type:none;
}

img {
	border:none;
}

body {
text-align:center;
background-image: url(img/bg.jpg);
background-repeat: repeat-x;
background-color:#000;
color: #FFFFFF;
font-size: 8pt;
line-height:160%;
font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
  scrollbar-face-color: #990000;       /* 表面の色 */
  scrollbar-3dlight-color: #990000;    /* 左端と上端の色 */
  scrollbar-highlight-color: #ffffff;  /* ハイライトの色 */
  scrollbar-shadow-color: #ffffff;     /* 影の色 */
  scrollbar-darkshadow-color: #990000; /* 右端と下端 */
  scrollbar-arrow-color: #ffffff;      /* 矢印の色 */
}


/*======================================

	Container

=======================================*/
#container {
	width:820px;
	height:auto;
	margin:0 auto;
	text-align:left;
}


/*======================================

	Txt

=======================================*/
h2 {
	margin-bottom:22px;
}

:root h2 {
	margin-bottom:17px;
}

h2.sec {
	display:none;
	margin-bottom:0;
}


/*======================================

	Header

=======================================*/
div#header {
	width:820px;
	height:auto;
	text-align:left;
	padding-bottom:22px;
}

:root div#header {
	padding-bottom:17px;
}

div#header h1 {
	font-size:10px;
	font-weight: normal;
}

div#mnavi {
	width:798px;
	height:48px;
	border:1px solid #FFFFFF;
	margin:0 0 0 10px;
}

* html div#mnavi {
	width:800px;
}

div#mnavi ul {
}

div#mnavi li {
	float:left;
}
/*======================================

	Contents

=======================================*/
div#contents {
	width:820px;
	height:auto;
	text-align:left;
}

.news {
	margin:0 0 25px 60px;
}

.publication {
	width:756px;
	height:auto;
	text-align:center;
	margin-left:44px;
	font-size:12px;
	font-weight:bold;
}

.publication :after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .publication {
    height: 1em;
    overflow: visible;
}
/**/

.publication span {
	color: #FFFF00;
}

.publication1 {
	float:left;
	width:394px;
	height:auto;
	margin-right:6px;
}

.publication1 img {
	padding-bottom:6px;
}

.publication2 {
	float:left;
	width:161px;
	height:auto;
	margin-right:6px;
}

.publication3 {
	float:left;
	width:164px;
	height:auto;
}

.publication2 img,
.publication3 img {
	padding-bottom:10px;
}

.g-navy {
	clear:both;
	margin:25px 0 25px 0;
}

.g-navy p {
	color:FFFFFF;
	font-size:12px;
} 

.g-navy1 {
	background:url(img/img02.jpg) no-repeat 0 0;
	width:800px;
	height:282px;
	margin:0;
	padding:0;
	position:relative;
}

.g-navy1_txt{
	position:absolute;
	top:10px;
	left:250px;
	width:493px;
	height:266px;
}

.g-navy2 {
	background:url(img/img03.jpg) no-repeat 0 0;
	width:800px;
	height:254px;
	margin:0;
	padding:0;
	position:relative;
}
.g-navy2_txt{
	position:absolute;
	top:120px;
	left:500px;
	width:255px;
	height:141px;
}


.g-navy3 {
	background:url(img/img04.jpg) no-repeat 0 0;
	width:800px;
	height:311px;
	margin:0;
	padding:0;
	position:relative;
}

.g-navy3_txt {
	width:337px;
	height:180px;
	position:absolute;
	top:130px;
	left:100px;
}

.g-navy4 {
	background:url(img/img05.jpg) no-repeat 0 0;
	width:800px;
	height:312px;
	margin:0;
	padding:0;
	position:relative;
}

.g-navy4_txt {
	width:262px;
	height:178px;
	position:absolute;
	top:130px;
	left:500px;
}


.g-navy5 {
	background:url(img/img06.jpg) no-repeat 0 0;
	width:800px;
	height:900px;
	margin:0;
	padding:0;
	position:relative;
}

.g-navy5_txt {
	width:447px;
	height:575px;
	position:absolute;
	top:70px;
	left:300px;
}


/*======================================

	Footer

=======================================*/
div#footer {
	width:800px;
	height:auto;
	padding:0 10px;
	margin:0 auto;
	text-align:center;
	font-size:12px;
}

div#footer a {
    color: #FFFFFF;
    text-decoration: none;
}

div#footer a:link {
    color: #FFFFFF;
    text-decoration: none;
}

div#footer a:visited {
    color: #FFFF88;
    text-decoration: none;
}

div#footer a:hover {
    color: #FFFFFF;
    background-color: #990000;
    text-decoration: underline;
 }

div#footer a:active {
    color: #FFFF88;
    text-decoration: none;
}

address {
	font-style:normal;
}

.footer-txt {
	background-color:#111111;
	color: #FFFFFF;
	padding-bottom:26px;
}
#schedule{
	width:800px;
	margin-top:10px;
}
#schedule img{
	margin-left:525px;
}

#img1,
#img2,
#img3,
#img4,
#img5,
#img6,
#img7,
#img8,
#img9,
#img10,
#img11,
#img12,
#img13,
#img14 {
	display:none;
}

















