/* ページ全体
----------------------------------------------- */

body {
	padding: 0px;
	width: 800px;
	font-size: 85%;
	background-position: center top;
	background-image: url(picture/haikei-1.JPG);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", "sans-self";
}
h1, h2, h3, h4, p, dl {
  margin: 0;
}
h3 {
	clear: both;
}

a:link {
  color: #0099FF;
  background: transparent;
}
a:visited {
  color: #3399ff;
  background: transparent;
}
a:hover, a:active {
  color: #ff6600;
  background: transparent;
}

/* ヘッダ
----------------------------------------------- */
#header {
	width: 800px;
	height: 185px;
}
#header h1 {
	display: none;
}
#header img {
	margin-left: 5px;
	position: absolute;
	top: 0px;
}
#header #logo_print {
	display: none;
}
#header ul {
	width: 780px;
	display: block;
	text-align: right;
	list-style-type: none;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#header li {
	display: block;
	height: 15px;
	vertical-align: middle;
}
#header #home {
	width: 90px;
	float: right;
}
#header #about {
	width: 80px;
	float: right;
}
#header #open {
	width: 135px;
	float: right;
}

#header a.nav {
	color: #FF5500;
	padding: 3px;
	font-size: 11px;
}
#header a.nav:link {
	color: #FF5500;
	padding: 5px;
}
#header a.nav:visit {
	color: #FF5500;
}
#header a.nav:hover {
	color: #FFFFFF;
	background-color: #0099FF;
	padding: 5px;
	text-decoration: none;
}
#header a.nav:active {
	color: #FFFFFF;
	background-color: #0099FF;
	padding: 5px;
	text-decoration: none;
}



/* コンテナA
----------------------------------------------- */
#container_a {
	clear: both;
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	height: 240px;
}

#photodiv {	
	height: 240px;
	width: 375px;
	float: left;
	background-repeat: no-repeat;
} 


#topics{
	border: 1px inset ButtonFace;
	width: 365px;
	height: 179px;
	overflow: auto;
	float: right;
	margin-top: 65px;
	margin-left: 17px;
}
#topics h2 {
	display: none;
}
#topics ul {
	list-style-type: none;	
	font-size: small;
	color: #333333;
	margin: 0px;
	padding: 15px;	
	line-height: 1.4;
}

/* コンテナB
----------------------------------------------- */
#container_b {
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
	margin-bottom: 20px; /* IEのみ */
}

#links {
	width: 555px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#links img {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#links h2 {
	display: none;
}

#links dl {
	width: 270px;
	display: block;
	height: 60px;
	margin-left: 5px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#links dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#links dd {
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.4;
}
.short {
	letter-spacing: -1.5px;
	font-size: 85%;
}

/* 大学
----------------------------------------------- */
#uni {
	background-image: url(images/sub_uni.jpg);
	height: 70px;
	width: 555px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	background-position: center 25px;	
}


/* フッター
----------------------------------------------- */
#footer {
	clear: both;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	height: 30px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#copyright {
	text-align: right;
	width: 300px;
	float: right;
	color: #666666;
	margin-right: 10px;
	font-size: x-small;
}
#footer #contact {
	width: 400px;
	float: left;
	font-size: 90%;
}
#footer #contact #contact1 {
	margin: 10px;	
}
#footer #contact #contact2 {
	padding: 10px;
}
