@charset "UTF-8";

/* CSS Infomation =======================================================
Filename	: for_individual.css
Description	: Style for ELIC
Version		: 1.0
Modified	: 09/03/25
Content		:
	* 
========================================================================= */

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

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


/* ---------------------------------------------------------------------- */
/* 個別スタイル */
/* ---------------------------------------------------------------------- */
div.content
{
	clear: both;
	margin-bottom: 20px;
	margin-left: 10px;
}

div.lead a
{
	display: block;
	margin-top: 10px;
	margin-left: 140px;
	margin-right: 400px;
}

div#main div.lead a img
{
	float: none;
	margin: 0;
}


/* ---------------------------------------------------------------------- */
/* 開催日程表 */
/* ---------------------------------------------------------------------- */
table#schedule
{
	float: left;
	margin-right: 10px;
	width: 450px;
}

table#schedule th,
table#schedule td
{
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	width: 100px;
	height: 3em;
	font-size: 1.2em;
	text-align: right;
	vertical-align: middle;
}

table#schedule th
{
	background-color: #FFFF99;
}

table#schedule th span
{
	padding-left: 1em;
	font-size: 1.5em;
	font-weight: bold;
}

table#schedule td a
{
	text-decoration: none;
	color: #000000;
}

table#schedule td span.saturday
{
	color: #0000FF;
}

table#schedule td span.sunday
{
	color: #CC0066;
}

table#schedule td img
{
	vertical-align: middle;
}


/* ---------------------------------------------------------------------- */
/* ページボトムバナー個別スタイル */
/* ---------------------------------------------------------------------- */
div#bottom-banners
{
	margin: 0;
	text-align: center;
}

div#bottom-banners a
{
	margin: 0 auto;
}


div#content-banners
{
	float: right;
	margin-left: 1em;
}

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