@charset "UTF-8";

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

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

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


/* ---------------------------------------------------------------------- */
/* 個別スタイル */
/* ---------------------------------------------------------------------- */
div#main div.content h3
{
	margin-bottom: 0.5em;
	height: auto;
	font-size: 1em;
	font-weight: bold;
	background: transparent;
}

div.content
{
	clear: both;
	margin-left: 10px;
}

p
{
	margin-bottom: 1.5em;
}

div.content p.nomargin
{
	margin-bottom: 0;
}

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

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


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