@charset "UTF-8";

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

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

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


/* ---------------------------------------------------------------------- */
/* 各コンテンツ個別スタイル */
/* ---------------------------------------------------------------------- */
dl#history
{
	background-image: url(_images/history_background.gif);
	background-position: 58px 6px;
}

dl#history dt
{
	clear: left;
	float: left;
	width: 5.6em;
}

dl#history dt,
dl#history dd
{
	font-size: 1.2em;
	height: 50px;
}

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

div.content p.copy
{
	font-size: 1.6em;
	text-indent: 0;
}

div.content ul#asu-link a
{
	text-decoration: none;
}

div.content ul#asu-link li
{
	line-height: 2em;
	padding-left: 18px;
	font-size: 1.5em;
	background-image: url(_images/icon_triangle_orange.gif);
	background-position: 4px 10px;
}

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