@charset "UTF-8";

/* CSS Infomation =======================================================
Filename	: exposition.css
Description	: Style for ELIC
Version		: 1.0
Modified	: 09/03/21
Content		:
	* Main Visual(Flash)
	* Contents List
	* News
========================================================================= */

@import "../_common/_css/basestyle.css"; /* サイト共通スタイル取り込み */

/* ---------------------------------------------------------------------- */
/* ヘッダ背景個別スタイル */
/* ---------------------------------------------------------------------- */
body
{
	background-image: url(_images/body_bg.gif);
}


/* ---------------------------------------------------------------------- */
/* 学生＆先生の声 */
/* ---------------------------------------------------------------------- */
div.content
{
	clear: both;
	position: relative;
	margin-bottom: 20px;
	margin-left: 10px;
}

div.content div.image
{
	margin-right: 10px;
	float: left;
}

div.content div.image img
{
	margin-bottom: 5px;
}

div.content table
{
	margin-left: 5px;
	width: 200px;
}

div.content th,
div.content td
{
	border: solid 1px #999999;
	font-size: 1.2em;
}

div.content th
{
	width: 60px;
	text-align: center;
	background-color: #FAF4E3;
}

div.content h5,
div.content p
{
	margin-left: 220px;
	width: 510px;
}

div.content p
{
	font-size: 1.2em;
}

div.content a.details /* ボックス下付け */
{
	position: absolute;
	bottom: 0;
	right: 10px;
	padding-left: 25px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	background-image: url(../_common/_images/icon_point.gif);
	background-repeat: no-repeat;
}

div.content div.image div.empty-block /* テーブル代替 調整用余白 */
{
	width: 200px;
	height: 2em;
}


/* ---------------------------------------------------------------------- */
/* 先頭バナーナビ */
/* ---------------------------------------------------------------------- */
div#head-banner ul
{
	height: 220px;
}


/* ---------------------------------------------------------------------- */
/*  */
/* ---------------------------------------------------------------------- */
