@charset "utf-8";

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
 *
 *  学校紹介・アクセスマップ
 *
 * ///////////////////////////////////////////////////////////////////////////////////////////////// */

html {
	overflow-y: scroll;
}

#wrapper {
	width: 640px;
	background-image: none;
	background-color: #FFF;
	padding: 0;
}

#header {
	margin: 0;
	background: #FFFFFF url(/img/common/header_bg.gif) no-repeat top;
	position: relative;
	height: 95px;
}

p#project {
    position: absolute;
	top: 61px;
	left: 250px;
}

p#entry {
	position: absolute;
	top: 54px;
	left: 468px;
	background: url(/img/common/entry.png) no-repeat;
	height: 25px;
	width: 126px;
	text-align: center;
	font-size: 120%;
	line-height: 1.7;
	color: #FFFFFF;
	font-weight: bolder;
}

#contents {
    margin: 0 34px 0 35px;
	color: #565656;
}

#footer {
	clear: both;
	background: #ed6d1f;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	zoom: 1;
	margin: 0.5em 0 0;
	padding: 0.5em 0 1em 0;
}

#footer p.copyright {
	margin: 0.5em 0 0 0;
	line-height: 1.6;
}

/*-------------------------------*/


#schoolNameBox {
	padding: 5px 0 8px 2px;
	margin: 6px 0 0;
	position: relative;
	border: none;
}

#schoolNameBox p#place_kind {
	font-size: 12px;
}

#schoolNameBox h2#school_name {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: -0.05em;
	position: relative;
	left: -2px;
}

#schoolNameBox p#school_name_kana {
	font-size: 12px;
	margin-bottom: 5px;
}

.title {
	height: 28px;
	padding: 0 12px 0 12px;
	margin: 0 0 18px;
	background: url(/img/school/contact_campus/map_bg_01.gif) no-repeat left top;
	overflow: hidden;
	zoom: 1;
}

.title h3 {
	line-height: 28px;
	font-size: 15px;
	color: #FFF;
	padding: 0;
	float: left;
	font-weight: normal;
}

p#map {
	margin: 0 0 12px;
}

p#text {
	margin: 0 0 15px;
}

p#print {
	text-align: center;
	margin: 0 0 8px;
}

p#close {
	text-align: right;
	margin: 0 17px 0 0;
	padding: 0 0 5px;
}





