@charset "UTF-8";

/*余白初期化*/
html,body,div,ol,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,t{
	margin: 0;
	padding: 0;
	}

body{
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",sans-serif;
	background: url(img/bg.jpg);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}

.title{
	margin-top: 10px;
	text-align: center;
	}

.title img{
	height: 100px;
	}

.leftside{
	float: left;
	width: 190px;
	padding: 4px;
	background-color: rgba(255,255,255,0.7);
	}

.jump{
	text-align: center;
	}
	
.jump img{
	height: 100px;
	}

/*ナビメニュー*/

nav a{
	display: inline-block;
	width: 180px;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	background: linear-gradient(to bottom, #ebebff, #c7b0f5);
	color: #0004ff;
	font-weight: bold;
	box-shadow: inset -2px -2px 5px rgba(0,0,0,0.5);
	text-decoration: none;
	}

nav a:hover{
	background: linear-gradient(to bottom, #837ad3, #2a0fd3);
	color: #ffffff;
	}

#now{
	background: linear-gradient(to bottom, #837ad3, #2a0fd3);
	color: #ffffff;
	}

.side_link{
	text-align: center;
	}

.side_link p{
	margin-bottom: 10px;
	}

.side_link a:hover{
	color: orange;
	}

.main{
	margin-left: 200px;
	margin-right: 10px;
	}
	
.top_img{
	margin-left: 160px;
	margin-bottom: 10px;
	}

h2{
	background-color: #ffb55a;
	padding-left: 1em;
	border-top: double 3px;
	border-bottom: double 3px;
	}

h3{
	border-bottom: solid 1px;
	border-left: solid 6px #ff5903;
	margin-top: 6px;
	margin-left: 1em;
	margin-right: 1em;
	padding-left: 0.5em;
	}
h4{
	background-color: #baf4ff;
	margin-top: 20px;
	text-align: center;
	border-top: solid 1px #7da0ff;
	border-bottom: solid 1px #7da0ff;
	}

.contents{
	background-color: rgba(255,255,255,0.7);

	}

.contents a:hover{
	color: orange;
	}

.contents2{
	margin-top: 10px;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 20px;
	line-height: 2em;
	}
	
.to_top{
	text-align: right;
	}

.tayori{
	border: solid 1px;
	}

.tayori td{
	text-align: center;
	width: 120px;
	height: 40px;
	border: solid 1px;
	}

/*校歌*/
.audio{
	margin-top: 10px;
	}
	
.audio audio {
	max-width: 70%;
	height: 40px;
	}

/**グーグルマップ**/
.map{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}

.map iframe, .map object, .map embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


footer{
	clear: left;
	border-top: double 4px #b8ab7b;
	border-bottom: solid 1px #b8ab7b;
	margin-bottom: 4px;
	margin-left: 180px;
	text-align: center;
	background: linear-gradient(to bottom, #f7e6a4, #ffffff);
	}
	
