@charset "Shift_JIS";

/* --- 全体の背景・テキスト --- */
body {
	margin: 0;
	padding: 0;
	background-image:url('../wall.jpeg');
	color: #000000; /* 全体の文字色 */
	font-size: 100%; /* 全体の文字サイズ */
}

/* --- コンテナ --- */
#container {
	width: 100%; /* ページの幅 */
	margin: 0 auto; /* センタリング */
	/* background: url(sidebar_200.gif) repeat-y left; サイドバーの背景画像 */
	/* background-color: #ffffff; メインカラムの背景色 */
	/* border-left: 5px #ffa500 solid; 左の境界線 */
	/* border-right: 5px #ffa500 solid; 右の境界線 */
}

/* --- ヘッダ --- */
#header {
	/* position:relative; */
	margin: 0 auto; /* 上の隙間 センタリング */
	width: 100%; /* ページの幅 */
	background-color: #c0c0c0; /*ヘッダの背景色 赤*/
	/* background-color:transparent; */
	height:60px; /* 縦 */
	border-bottom: 5px #ffa500 solid; /* 境界線 */;
}

/* ---  フッタ --- */
#footer {
	/* position:relative; */
	margin: 0 auto; /* 上の隙間 センタリング */
	width: 100%; /* ページの幅 */
	background-color: #c0c0c0; /*ヘッダの背景色 赤*/
	/* background-color:transparent; */
	height:60px; /* 縦 */
	border-top: 5px #ffa500 solid; /* 境界線 */;
}

.header_backgazou {
	position:relative;
	margin: 0 auto; /* 上の隙間 */
	width: 1000px; /* ページの幅 */
	top:10px;
}

.footer_backgazou {
	position:relative;
	margin: 0 auto; /* 上の隙間 */
	width: 1000px; /* 幅 */
	height: 50px; /* 高さ */
	top:0px;
	background-color:#000000;
}

.header_rogo {
	position:absolute;
	left:60px;
    top:10px;
}

.footer_rogo {
//	position:absolute;
	position:relative;
	left:60px;
    top:10px;
}

.header_kmoji {
	position:absolute;
	left:95px; /* 左から */
	top:10px;
	color:#ffffff;
    font-size: 80%; /* 全体の文字サイズ */
}

.footer_kmoji {
	position:relative;
	left:95px; /* 左から */
	top:10px;
	color:#ffffff;
    font-size: 80%; /* 全体の文字サイズ */
}

.header_moji1 {
	position:absolute;
	left:500px; /* 左から */
	top:30px;
	color:#ffffff;
    font-size: 100%; /* 全体の文字サイズ */
}

/* --- ヘッダ メニュ --- */
#headermenu {
	/* position:relative; */
    margin: 0 auto; /* センタリング */
	width: 1000px;
	/* height:125px; 高さ　125px */
	background-color: #000000;/* 背景色 */
	/* background-image:url('../kobenoyakei1.jpg'); */
}

/* --- サブコンテナ --- */
#subcon {
	margin: 20px auto; /* センタリング */
	width: 1000px; /* ページの幅 */
	background-color:transparent; /* メインカラムの背景色 */
	border: 0px #c0c0c0 solid; /* 境界線 */
}

/* --- サイド ナビゲーション --- */
#nav {
	float:left;
	width: 208px; /* サイドバーの幅 */
	border: 0px #ffa500 solid; /* 境界線 */
	border-radius: 5px;
	margin:0px;
	font-size:80%;
}

/* サイドメニュー */
#navigation-menu .menu{  
	display:block;
	margin:0;
	padding:0;
}
#navigation-menu .menu ul{
	display:none;/* サブメニューの表示しない */
	position:absolute;
	top:0px;
	left:208px;
	list-style: none;
	border-top:1px #c0c0c0 dotted; /* 最上部の境界線 */
	z-index:1; /*ドロップダウンしたメニューが隠れないように*/
}

#navigation-menu .menu li{
	/* float:left;　メニュを横にする場合は追加 */
	list-style: none;
	padding:0;
	border-bottom: 1px #c0c0c0 dotted;
}

#navigation-menu .menu li a{
	display: block;
	width: 178px;
	height: 20px;
	color: #c0c0c0;
	/* background:#8d1d1d; */
	background:#000000;   
	padding: 5px;
	padding-left: 25px;
	border-bottom: solid 1px #eee;
	margin-left: 0px;
	text-decoration: none;
	/* position:relative; */
}

#navigation-menu .menu li li{
	white-space:nowrap;
}
#navigation-menu .menu li:hover{
	position:relative;
}
#navigation-menu .menu li:hover > ul{
	display:block;
}
#navigation-menu .menu a:hover{
	color:#ff0000;
	/* background:#e69696; */
	background:#c0c0c0;
}

img.bukken { border: 4px #c0c0c0 solid; }

/* --- メインカラム --- */
#content_top {
	margin-left: 225px; /* メインカラムの左マージン（サイドバーの幅以上） */
	border: 5px #ffa500 solid; /* 境界線 */
	border-radius: 5px;
	background-color: #000000; /* フッタの背景色 */
	color: #c0c0c0; /* 全体の文字色 */
	height:60px;
    position: relative;
}

span.mannaka{
    position: absolute;
    top: 50%;
    left: 15px;
    margin: -0.5em;
}

#content {
	margin-top: 30px; /* メインカラムの上マージン */
	margin-left: 225px; /* メインカラムの左マージン（サイドバーの幅以上） */
	border: 0px #ffa500 solid; /* 境界線 */
	border-radius: 5px;
	padding:5px;
}

/*  */

img.tate1 {
	vertical-align: middle;
}

font.yoko1{
	margin:5px 0;
}

.dropmenu{
	*zoom: 1;
	list-style-type: none;
	width: 1000px; /* 190 */
	margin: 0px auto 0px; /* 0で上の隙間をなくす 0pxで*/
	padding: 0;
	text-indent: 15px;
}
.dropmenu:before, .dropmenu:after{
	content: "";
	display: table;
}
.dropmenu:after{
	clear: both;
}
.dropmenu li{
	position: relative; /*  */
	width: 25%; /* 100% */
	float: left;
	margin: 0;
	padding: 0;
}
.dropmenu li a{
	display: block;
	margin: 0;
   padding: 8px 0px; /* 上下8px　左右0px */
	background: #000000;
	color: #c0c0c0;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
.dropmenu li ul{
	list-style: none;
	position: absolute; 
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li{
	width: 250px;
}
.dropmenu li ul li a{
    padding: 8px 0px;
/* padding: 10px 15px; padding: 13px 15px;  */	    
    border-top:1px solid #7c8c0e;
    background:#000000;
    text-indent:15px;
    /* text-align: left; */
    color:#c0c0c0;
}
.dropmenu li:hover > a{ 
	background: #000000;
}

.dropmenu li a:hover{
	background: #c0c0c0;
	color:red;   
}

/* ボタン */

.button {
	display: inline-block;
	text-align: center;
    width:200px;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 8px;
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #ffffff;
	line-height: 1.1;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    padding: 5px 10px 5px 10px;
}

.button strong {
	letter-spacing: 1px;
	font-size: 12px;
}

.button:hover {
	background-color: #27a388;
	box-shadow: 0 3px 0 #23a188;
}
.button:active {
	top: 3px;
	box-shadow: none;
}

/* 次は上から順番に回転しながら現れます。  */
#flip2 li ul {
	  visibility: hidden;
	  perspective: 400px;
	}
#flip2 li:hover ul{
	  visibility: visible;
	}
#flip2 ul li{
	  transform: rotateY(90deg);
	  transform-origin: 50% 0;
	  transition: .3s;
	}
#flip2 li:hover li{
	  transform: rotateY(0);
	}
#flip2 ul li:nth-child(2) {
	  transition-delay: .1s;
	}
#flip2 ul li:nth-child(3) {
	  transition-delay: .2s;
	}
#flip2 ul li:nth-child(4) {
	  transition-delay: .3s;
	}
#flip2 ul li:nth-child(5) {
	  transition-delay: .4s;
	}


table {
	background:#ffffff;
	width:100%;
	border: solid 1px #000000;
	border-collapse: collapse;
	font-size: 80%; /* 全体の文字サイズ */
	}

td {
    border: solid 1px #000000;
    padding:5px;
	}

td.gray {
    background-color:#c0c0c0;
    padding:5px;
    width:120px;
    }

#campus_map{
		margin-top:20px;
		width: 640px; /* 100% */
		height:300px;
	}
h3.map_title{
		text-align: center;
		font-size: 16px;
	}
p.map_comment{
		padding:0 30px;
	}
