﻿@charset "utf-8";

@import "import_base.css";
@import "import_layout.css";


/* Page Title
----------------------------------------------------------------------------*/
#contents h2 {
	display: block;
	width: 733px;
	height: 51px;
	margin-left: 38px;
	margin-bottom: 24px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#contents.information h2	{ background-image: url( ../images/h2_information.gif ); }


/* Information List
----------------------------------------------------------------------------*/
#information_list {
	width: 704px;
	margin: 0 auto;
	padding-bottom: 28px;
}

#information_list table {
	width: 100%;
	border-collapse: separete;
	border-spacing: 0;
	empty-cells: show;
	
	font-size: 77%;
	font-weight: normal;
	line-height: 150%;
}

#information_list thead {
	display: none;
}

#information_list tbody th,
#information_list tbody td {
	padding-top: 12px;
	padding-bottom: 6px;
	background: url( ../images/bg_information_dotted.gif ) repeat-x left bottom;
	text-align: left;
	vertical-align: top;
}

#information_list tbody th {
	width: 96px;
}
#information_list tbody th span {
	display: block;
	padding-left: 16px;
	background: url( ../images/bg_link_icon.gif ) no-repeat 3px center;
	color: #4E7434;
}

#information_list tbody td {
	width: 608px;
	color: #333333;
}
