@charset "UTF-8";

/* CSS Infomation =======================================================
Filename	: sitemap.css
Description	: Style for ELIC
Version		: 1.0
Modified	: 09/03/30
Content		:
	* Linklist
========================================================================= */

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

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


/* ---------------------------------------------------------------------- */
/* 個別スタイル */
/* ---------------------------------------------------------------------- */
div.content ol.major div.hr
{
	background-image: url(_images/dot_line.gif);
	background-position: 0 1.2em;
}

div.content ol.major li
{
	clear: left;
	margin-bottom: 1em;
	font-size: 1.4em;
	background-image: url(_images/icon_carrow_red.gif);
	background-position: 0 4px;
}

div.content ol.minor 
{
	margin-top: 0.5em;
}


div.content ol.minor li
{
	clear: none;
	float: left;
	width: 185px;
	height: 3em;
	font-size: 0.85em;
	background-image: url(_images/icon_arrow_gray.gif);
	background-position: 2px 3px;
}

div.content li a
{
	display: block;
	padding-left: 14px;
	text-decoration: none;
}



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