@charset "utf-8";
@import "common.css";



	div#header
	{
		width: 930px;
		background: url("../images/header_background.jpg") repeat-x #0066cc;
		margin: 0 auto;
		padding: 0;
	}

	div#content
	{
		clear: both;
		margin: 0 auto;
		padding: 30px 0;
		background: url("../images/content_background.jpg") repeat-x left top #ffffff;
	}
	div#content_body
	{
		width: 930px;
		margin: 0 auto;
		padding: 0;
	}

	div#global_navigation
	{
		width: 702px;
	}


/* region for alert */

	div#alert
	{
		color: #ff6347;
		text-align: center;
		border-bottom: 1px solid #cbcbcb;
		padding: 3px;
	}

/* end region */



/* region for table */

	div#table
	{
		width: 745px;
		text-align: center;
		padding: 3px 0 3px 0;
		margin: 14px auto;
		clear: both;
	}

	table#data
	{
		width: 745px;
		border-collapse: collapse;
	}
	table#data tr.data1
	{
		background: #ffffff;
	}
	table#data tr.data2
	{
		background: #f8f8ff;
	}
	table#data th
	{
		background: #03760c;
		color: #f0f0f0;
		font-weight: bold;
		border: 1px solid #005b00;
		white-space: nowrap;
	}
	table#data th, table#data td
	{
		padding: 5px;
		border: 1px solid #708090;
	}
	table#data td
	{
		text-align: left;
	}
	table#data td.center
	{
		text-align: center;
		white-space: nowrap;
	}
	table#data td.left_wrap
	{
		text-align: left;
	}
	table#data td.wrap
	{
		white-space: normal;
	}

/* end region */



/* region for Images */

	div#photo, div#zumen
	{
		border: 1px solid #cbcbcb;
		padding: 5px;
		width: 330px;
		height: 247px;
		text-align: center;
	}

/* end region */



/* region for Button Table */

	ul#button
	{
		list-style: none;
		margin: 20px;
		padding: 0px;
	}
	ul#button li
	{
		display: inline;
	}
	ul#button li a, ul#button li img
	{
		/* display: block; */
	}

/* end region */



/* region for Bottom Table */

	table#bottom_table
	{
		border-collapse: collapse;
		margin: 0 auto;
	}
	table#bottom_table th
	{
		background: #03760c;
		color: #f0f0f0;
		font-weight: bold;
		border: 1px solid #005b00;
		white-space: nowrap;
		width: 80px;
	}
	table#bottom_table th, table#bottom_table td
	{
		padding: 5px;
		border: 1px solid #708090;
		white-space: nowrap;
	}
	table#bottom_table td
	{
		white-space: nowrap;
	}

/* end region */



/* region for Notes */

	div#notes
	{
		width: 700px;
		margin: 10px auto;
		text-align: left;
	}

/* end region */



	ul#seiyaku
	{
		margin-left: 18px;
	}
	ul#seiyaku li
	{
		line-height: 1.4em;
	}


/* region for No Data */

	div.nodata
	{
		color: #ff6347;
		text-align: center;
		margin: 200px 0 350px 0;
		clear: both;
	}

/* end region */

/* region caution */

	div#caution
	{
		text-align: center;
		margin: 5px;
	}

/* end region */


