@charset "UTF-8";

@import url("common.css");

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　名古屋学大の特長
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*----------------------------------------------------
	/voice
----------------------------------------------------*/
body{
	background:#fffdf5;
	}
body.voice #wrapper{
	width:920px;
	background:#fffdf5;
	text-align:center;
}

body.voice #header{
	width:920px;
	position:relative;
	margin:0;
}
body.voice #header p.close{
	position:absolute;
	top:10px;
	right:10px;
}
body.voice #header p.close a:hover{
	width:17px;
	height:17px;
	display:block;
	text-indent:-9999px;
	background:url(../images/voice_btn_01_on.png) 0 0 no-repeat;
	margin:0 0 0 1px;
}
body.voice #header p.close a:hover img{
	text-indent:-9999px;
}

body.voice #header img{
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
this.style.behavior = "none"
);
}


body.voice #wrapper #contents{
	width:800px;
	margin:0 auto 0;
	padding:0;
	float:none;
	text-align:left;
}

body.voice #contents h2{
	margin:32px 0 12px;
}
body.voice #contents  h3{
	margin:0;
	padding:0 0 15px;
}
body.voice p.name{
	margin:0 0 14px;
	text-align:right;
}

body.voice p{
	font-size:75%;
	margin:0 0 10px;
	line-height:230%;
}
body.voice p.noTitle{
	margin:30px 0 10px;
	line-height:230%;
}

body.voice ol{
	list-style-position:outside;
	line-height:230%;
	margin:0 0 30px;
	padding:0 0 0 5px;
}
body.voice ol li{
	margin:0 0 10px 20px;
}



.manabi ul.linkbot li a{
	background:url(../images/bot_manabi.gif) no-repeat right 8px;
	border:1px solid #9ccfb0;
	}
.manabi ul.linkbot li a:hover{
	background-color:#d8ecdf;
	}






