#GnaviWrapper {
	background-image:url(../images/icon/gnavi_background.gif);
}

#MenuHead {
	background-image:url(../../images/menu/menu-head-other.gif);
	background-repeat:no-repeat;
}
#MenuBody {
	background-image:url(../../images/menu/menu-line-other.gif);
	background-repeat:repeat-y;
}
#MenuBottom {
	background-image:url(../../images/menu/menu-bottom-other.gif);
	background-repeat:no-repeat;
}

#MenuBody ul li {
	background-image:url(../../images/icon/list-1-other.gif);
	background-repeat:no-repeat;
}
/* 入れ子メニュー */
#MenuBody ul li ul li {
	background-image:url(../../images/icon/list-2-other.gif);
	background-repeat:no-repeat;
}

.subtitle {
	border-bottom:1px solid #c8c8c8;
}

/**
 *
 * 入学までの流れ
 *
**/
dl#Flow dt {
	font-size:110%;
	font-weight:bold;
	color:#0000ff;
}
dl#Flow dd {
	border-top:1px solid #333333;
	margin-bottom:20px;
	padding-top:10px;
}
dl#Flow dd ul li {
	font-size:90%;
	line-height:150%;
}

/**
 *
 * h3見出し
 *
**/
h3.header {
	border-bottom:1px solid #c8c8c8;
	color:#0000ff;
	background-image:url(../../images/icon/header_back.gif);
	background-repeat:repeat-x;
	height:35px;
	padding:0 10px;
	font-size:110%;
	margin-bottom:10px;
}



#GoogleMap {
	text-align:center;
}
#MapManual {
	width:200px;
	border-collapse:collapse;
	border:1px solid #c8c8c8;
	margin:10px auto;
}
#MapManual th {
	background-color:#FFFFCC;
}
#MapManual td {
	text-align:left;
}
#MapManual th, #MapManual td {
	padding:3px;
	border:1px solid #c8c8c8;
}
table#Access {
	width:600px;
	margin-left:30px;
	border-collapse:collapse;
	border:1px solid #c8c8c8;
}
table#Access th, table#Access td {
	border:1px solid #c8c8c8;
	padding:3px;
}
table#Access th {
	vertical-align:top;
}
table#Access td dl dt {
	font-weight:bold;
	margin-bottom:5px;
}
table#Access td dl dd {
	margin-bottom:10px;
}
table#Access address {
	font-style:normal;
}

#SitemapHead, #PressHead {
	width:950px;
	height:20px;
	background-image:url(../../images/material/frame_head_sitemap.gif);
	background-repeat:no-repeat;
	margin:0 auto;
}
#Sitemap, #Press {
	width:950px;
	background-image:url(../../images/material/frame_body_sitemap.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
	font-size:90%;
}
#Press h3, #Press p {
	margin-left:15px;
	margin-right:15px;
}
#Press h3 {
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	padding:3px 0;
}

#SitemapBottom, #PressBottom {
	width:950px;
	height:20px;
	background-image:url(../../images/material/frame_bottom_sitemap.gif);
	background-repeat:no-repeat;
	margin:0 auto;
}
#SitemapLeftWrapper {
	width:615px;
	float:left;
	padding-bottom:5px;
}
#SitemapLeft {
	width:280px;
	margin-left:20px;
	padding-right:5px;
	float:left;
	border-right:1px solid #999999;
}
* html #SitemapLeft {
	margin-left:12px;
}

#SitemapCenter {
	width:280px;
	padding-right:5px;
	float:right;
	border-right:1px solid #999999;
}
#SitemapRight {
	width:280px;
	padding-bottom:5px;
	margin-right:25px;
	float:right;
}
* html #SitemapRight {
	margin-right:12px;
}

#Sitemap p.pagetop, #Press p.pagetop {
	margin-left:15px;
	margin-right:15px;
}

#Sitemap ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#Sitemap ul li ul {
	margin-left:10px;
}
#Sitemap dl dt {
	font-weight:bold;
	margin-bottom:5px;
	border-bottom:1px solid #c8c8c8;
}
#Sitemap dl dd {
	margin:10px auto 10px 30px;
}