@charset "UTF-8";

@import url("/common/css/common.css");
@import url("/common/css/footer.css");

a:link,
a:visited{
	color: #06F;
	text-decoration:none;
}
a:hover{
	color: #066;
}

#container{
	width:720px;
	margin:0px auto;
	position:relative;
	}
#header{
	padding:28px 0px 20px 0px;
	}
#chatch{
	position:absolute;
	top:10px;
	right:15px;
	}
h1{
	color:#003399;
	padding:12px 0px;
	font-size:15pt;
	}

body#homePage #header{
	padding:40px 0px;
	}
	
body#homePage h1{
	padding:0px;
	}
	
body#homePage #contents ul{
	list-style:none;
	}
body#homePage #contents li{
	list-style:none;
	float:left;
	margin:0px 10px 10px 0px;
	}

body#homePage #contents li a{
	display:block;
	border:1px solid #CCC;
	line-height:90px;
	height:90px;
	width:90px;
	text-align:center;
	color:#444;
	text-decoration:none;
	}
body#homePage #contents ol li a{
	line-height:90px;
	height:90px;
	width:226px;
	}
body#homePage #contents li a:hover{
	background-color:#FFE7AB;
	}

#contents p{
	margin:25px 0px;
	clear: both;
	}

a#arrow{
	width:128px;
	height:123px;
	position:absolute;
	top:450px;
	right:15px;
	}


/* 地域から大学を探す 
--------------------------------------------------  */
ul#prov{}
ul#prov li{
	position:relative;
	padding:7px 5px;
	}
li#kanto,
li#tokai,
li#chugoku{
	background-color:#F2F2F2;
	}
ul#prov h4{
	background: url("http://img.campuscity.jp/common/li/li_blue.gif") no-repeat 5px 50%;
	padding-left:15px;
	font-weight:normal;
	}
ul#prov h4 a:link,
ul#prov h4 a:visited{
	color:#444;
	text-decoration:none;
	}
ul#prov li ul{
	position: absolute;
	width:530px;
	left:100px;
	top:7px;
	}
ul#prov li li{
	display:inline;
	padding:0px 6px 0px 5px;
	}


/* 頭文字から探す
--------------------------------------------------  */
table#uh{
font-size:13px;
width:100%;
border:0;
margin:3px 0px 10px 0px;
}
table#uh td {
width:50px;
padding:1px;
margin:1px;
text-align: center;
border-color:#CCC;
border-width:1px;
border-style:solid;
}

table#uh a {
display: block;
padding:2px;
}

table#uh a:hover {
background-color : #C6D5E6;
}
