@charset "UTF-8";

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

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

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


/* ---------------------------------------------------------------------- */
/* フォームテーブル */
/* ---------------------------------------------------------------------- */
form table
{
	margin-bottom: 2em;
	width: 750px;
}

form table th,
form table td
{
	border: solid 1px #CCCCCC;
	font-size: 1.2em;
}

form table th
{
	width: 12em;
	text-align: center;
	background-color: #FFFF99;
	vertical-align: middle;
}

form table th img
{
	margin-left: 5px;
}

form table td
{
	padding-left: 1em;
}

label
{
	margin-right: 30px;
}

input.short
{
	width: 50%;
}

select
{
	width: 10%;
}

td input,
td textarea,
td select
{
	border-top: solid 1px #C0C0C0;
	border-left: solid 1px #C0C0C0;
	border-bottom: solid 1px #E0E0E0;
	border-right: solid 1px #E0E0E0;
}


/* ---------------------------------------------------------------------- */
/* プライバシー情報 */
/* ---------------------------------------------------------------------- */
div#privacy-notice
{
	margin-bottom: 2em;
	border: solid 1px #C8C8C8;
	padding: 1em;
}

div#privacy-notice p
{
	text-indent: 1em;
}


/* ---------------------------------------------------------------------- */
/* 送信・リセットボタン */
/* ---------------------------------------------------------------------- */
div#buttons
{
	text-align: center;
}

input.submit,
input.reset
{
	border: none;
	width: 160px;
	height: 50px;
}

input.submit
{
	margin-right: 50px;
	background-image: url(../_images/btn_submit.gif);
}

input.reset
{
	background-image: url(../_images/btn_reset.gif);
}

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

