@charset "UTF-8";

/* CSS Infomation =======================================================
Filename	: traits.css
Description	: Style for ELIC
Version		: 1.0
Modified	: 10/04/04
Content		:
	* 
========================================================================= */

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

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


/* ---------------------------------------------------------------------- */
/* 導入文用個別スタイル */
/* ---------------------------------------------------------------------- */
div#main-contents div.lead /* 導入文ボックス */
{
}

div#main-contents div.lead h3 /* 見出し3導入文用スタイル */
{
}

div#main-contents div.lead p /* 見出し3導入文用スタイル */
{
	padding-top: 5em;
}


/* ---------------------------------------------------------------------- */
/* トピックス個別スタイル */
/* ---------------------------------------------------------------------- */
div#contents table.topics
{
	margin-left: 10px;
	width: 740px;
}

div#contents table.topics tr
{
	font-size: 1.2em;
	background-position: right top;
}

div#contents table.topics th,
div#contents table.topics td
{
	padding: 0;
	padding-bottom: 10px;
	vertical-align: middle;
}

div#contents table.topics th
{
	width: 120px;
}

div#contents table.topics td
{
	padding-left: 15px;
	background-image: url(_images/elic_topics_bg.gif);
}

div#contents table.topics td strong
{
	color: #CA0243;
}


/* ---------------------------------------------------------------------- */
/* 各コンテンツ個別スタイル */
/* ---------------------------------------------------------------------- */
div.content img,
div#movie div
{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

div#movie div
{
	border: solid 5px #454545;
}

div.content p
{
	margin-bottom: 1em;
}

div.content ol.schedule
{
	margin-left: 10px;
	background-image: url(_images/img_campus_life.jpg);
	background-position: right top;
}

div.content ol.schedule li
{
	clear: left;
	margin-bottom: 1em;
	font-size: 1.2em;
}

div.content ol.schedule li ol
{
	margin-top: -1.5em;
	margin-left: 2.5em;
}

div.content ol.schedule li li
{
	margin-bottom: 0;
	font-size: 1em;
}

div#access-guide img
{
	float: left;
	margin-left: 0;
	margin-right: 1em;
}

div#access-guide p
{
	text-indent: 0;
}

div#access-guide p strong
{
	font-size: 1.4em;
	color: #CC0066;
}


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