@charset "utf-8"; 

/* INDEX CSS */

/* メインイメージ */
#mainImage {
	margin-bottom: 20px;
}

#mainImage p.caption {
	margin-top: 5px;
}

/* 学科ウェブメールボタン */
#webmail {
	width: 165px;
	height: 30px;
	right: 20px;
	top: -5px;
	position: absolute;
}

/* バナーエリア */
#bannerBlock {
	width: 240px;
	margin-right: 20px;
	float: left;
}

#bannerBlock dl {
	margin-bottom: 20px;
}

#bannerBlock dt {
	margin-bottom: 5px;
	font-size: 10px;
}

#bannerBlock p.banner {
	margin-bottom: 5px;
}

#bannerBlock p.banner a {
	background: none;
}

#bannerBlock p.banner img {
	border: 1px solid #808080;
}

#bannerBlock dt {
	font-size: 14px;
	font-weight: bold;
}

#bannerBlock dd {
	font-size: 10px;
	line-height: 1.5em;
}

#bannerBlock dd a.here {
	font-size: 10px;
}

/* 学内リンクエリア */
dl#linkBlock {
	margin-top: 30px;
}

dl#linkBlock dt {
	margin: 0;
	font-size: 12px;
	line-height: 200%;
	color: #666666;
	border-bottom: 1px solid #cc0000;
}

dl#linkBlock li a {
	background-repeat: no-repeat;
	background-position: left top;
}

dl#linkBlock li a:hover {
	background: none;
}

dl#linkBlock li#linkAA,
dl#linkBlock li#linkCS {
	margin-top: 2px;
}

dl#linkBlock li#linkAA a,
dl#linkBlock li#linkCS a {
	width: 240px;
	height: 30px;
	padding-bottom: 2px;
	display: block;
	overflow: hidden;
	font-size: 10px;
	line-height: 10px;
	text-indent: -9999px;
	border-bottom: 1px dotted #999999;
}

dl#linkBlock li#linkAA a {
	background-image: url(../images/link_aa.gif);
}

dl#linkBlock li#linkCS a {
	background-image: url(../images/link_cs.gif);
}

dl#linkBlock li#linkAA a:hover,
dl#linkBlock li#linkCS a:hover {
	background-position: left -30px;
}

dl#linkBlock li#linkJIAMS a {
	width: 186px;
	height: 60px;
	margin-top: 12px;
	display: block;
	overflow: hidden;
	font-size: 10px;
	line-height: 10px;
	text-indent: -9999px;
	background-image: url(../images/link_jiams.gif);
}


/* トピックスブロック */
#topics {
	width: 480px;
	float: right;
}

#topics h2 {
	font-size: 20px;
	color: #666666;
	line-height: 1.4em;
	margin-bottom: 10px;
	border-bottom: 1px solid #cc0000;
}

/* トピックス見出し */
#topics h3,
#topics h3 a {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
}

#topics p {
	text-indent: 1em;
}

/* 複数写真配置 */
#topics img.photo {
	margin: 0 13px 10px 0;
}

/* 1枚写真配置（左） */
#topics img.left {
	margin-right: 13px;
	float: left;
}

/* 1枚写真配置（右） */
#topics img.right {
	margin-left:13px;
	float: right;
}

/* 記事内小ブロック */
#topics div.block {
	clear: both;
	margin-bottom: 20px;
}

/* トピックス一覧 */
#topics li {
	margin-bottom: 1em;
	padding-left: 20px;
	font-size: 12px;
	background: url(../images/point_smile.gif) no-repeat 0 6px;
}

/* トピックス テーブル */
#topics table {
	font-size: 12px;
	border: 1px solid #808080;
}

#topics table td {
	padding: 1px 3px;
	border: 1px solid #808080;
}

