@charset "utf-8";
/* CSS Document */
/*******************************************************************************
*
* プリントアウト用スタイル
*
* CREATED BY 2009/05/07
* 
********************************************************************************/

/*------------------------------------------------------------------------------
* html_tag.
*------------------------------------------------------------------------------*/
body,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input
{
	padding: 0;
	margin: 0;
}

body
{
	width: 100%;
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',’ヒラギノ角ゴ Pro W3’,‘Hiragino Kaku Gothic Pro’,sans-serif;
	font-size: 100%;
}

html>/**/body
{
	font-size: 12pt; /* モダンブラウザ向け */
}


h2,h3,h4,h5,h6
{
	font-size: 100%;
}

p
{
	padding: 0 0 0.5em 0;
	margin: 0;
	line-height: 125%;
}

a
{
	color: #0066cc;
	text-decoration: none;
}

a:hover
{
	color: #3399ff;
}

a:visited
{
	color: #003366;
}

img
{
	border: none;
}

li
{
	list-style: none;
}

th
{
	text-align: left;
}

input
{
	font-size: 100%;
}


/*------------------------------------------------------------------------------
* base_id.
*------------------------------------------------------------------------------*/
#ei_wrapper
{
	width: 640px;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	background: #ffffff;
}

#ei_footer
{
	width: 640px;
	padding: 40px 0 15px 0;
	background: url(../images/ei_footer/ei_footer_bg.gif) repeat-x 0px 20px;
	text-align: center;
}

#ei_center_top
{
	width:640px;
	padding:15px 0 0 0;
	/*background:#eeeeee;*/
}

#ei_center
{
	width:630px;
	/*background:#eeeeee;*/
}

#ei_pagebody
{
	float:left;
	width:660px;
	/*background:#f6f6f6;*/
}

#ei_pagetitle
{
	width: 640px;
	background: url(../images/base/ei_pagetitle/pagetitle_bg.gif) repeat-y;
}

h2
{
	width: 640px;
	padding: 0.5em 0 0 0;
	background: url(../images/base/ei_pagetitle/h2_bg.gif) no-repeat;
	font-size: 150%;
	font-weight: normal;
}

h2 span
{
	display: block;
	width: 640px;
	padding: 0 0 0.5em 0;
	background: url(../images/base/ei_pagetitle/pagetitle_bottom.gif) no-repeat bottom;
}

h2 img
{
	padding: 0 8px 0 0;
	vertical-align: middle;
}


/*------------------------------------------------------------------------------
* base_class.
*------------------------------------------------------------------------------*/
.ep_clear
{
	clear: both;
}

.ep_pagetop
{
	width: 640px;
	padding: 10px 0 0 0;
	text-align: right;
}

.ep_btm_pd
{
	padding-bottom:0.5em
}


/*------------------------------------------------------------------------------
* ei_header.
*------------------------------------------------------------------------------*/
#ei_header
{
	width: 640px;
	background: url(../images/ei_header/ei_header_bg.gif) repeat-x bottom;
}

#ei_header .ep_logo
{
	float: left;
	padding: 0 0 4px 0;
}

#ei_header .ep_headinfo
{
	display: none;
}


/*------------------------------------------------------------------------------
* ei_path.
*------------------------------------------------------------------------------*/
#ei_path
{
	width: 640px;
	padding: 0.5em 0 0.5em 0;
	font-size: 80%;
}

#ei_path li
{
	display: inline;
}

#ei_path li img
{
	vertical-align: middle;
}


/*------------------------------------------------------------------------------
* navi.
*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
* sidebody.
*------------------------------------------------------------------------------*/
#ei_sidebody
{
	display: none;
}


/*------------------------------------------------------------------------------
* ei_other.
*------------------------------------------------------------------------------*/
#ei_other_body #ei_list1
{
	float: left;
	width: 295px;
	padding: 0 20px 0 0;
}

#ei_other_body #ei_list2
{
	float: left;
	width: 295px;
	padding: 0 0 0 20px;
	background: url(../images/base/dotline_bg.gif) repeat-y;
}