@charset "utf-8";
@import "common.css";



	*
	{
		font-family: 'ＭＳ Ｐゴシック', 'Tahoma';
	}

	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: 800px;
		margin: 0 auto;
		padding: 0;
	}

	div#global_navigation
	{
		width: 702px;
	}


	strong
	{
		font-weight: bold;
	}

	table#detail
	{
		border-collapse: collapse;
		border: 1px solid #cbcbcb;
		width: 450px;
		height: 519px;
		float: left;
	}
	table#detail th, table#detail td
	{
		border: 1px solid #cbcbcb;
		padding: 3px;
	}
	table#detail th
	{
		font-weight: normal;
		background: #f0f8ff;
		white-space: nowrap;
	}
	table#detail td#shumoku
	{
		font-weight: bold;
		text-align: center;
	}
	table#detail td#catch
	{
		font-weight: bold;
	}

	div#image
	{
		width: 340px;
		float: right;
	}

	div#photo
	{
		width: 330px;
		height: 247px;
		padding: 3px;
		border: 1px solid #cbcbcb;
		position: relative;
		margin-bottom: 3px;
	}
	div#zumen
	{
		width: 330px;
		height: 247px;
		padding: 3px;
		border: 1px solid #cbcbcb;
		position: relative;
		text-align: center;
	}
	div.imgzoom
	{
		position: absolute;
		top: 186px;
		left: 262px;
		z-index: 2;
	}

	table#sonota2
	{
		border-collapse: collapse;
		border: 1px solid #cbcbcb;
		width: 800px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	table#sonota2 th, table#sonota2 td
	{
		border: 1px solid #cbcbcb;
		padding: 3px;
	}
	table#sonota2 th
	{
		font-weight: normal;
		background: #f0f8ff;
		white-space: nowrap;
	}

	div#button
	{
		text-align: center;
	}

	table#bottom
	{
		border-collapse: collapse;
		border: 1px solid #cbcbcb;
		margin: 0 auto;
	}
	table#bottom th, table#bottom td
	{
		border: 1px solid #cbcbcb;
		padding: 3px;
		text-align: center;
		width: 110px;
	}
	table#bottom th
	{
		font-weight: normal;
		background: #f0f8ff;
		white-space: nowrap;
	}

	div#notes
	{
		text-align: left;
		width: 680px;
	}

	div#to_print
	{
		text-align: right;
		margin: 10px auto;
	}

	ul#seiyaku
	{
		margin-left: 18px;
	}
	ul#seiyaku li
	{
		line-height: 1.4em;
	}



/* region for No Data */

	p#nodata
	{
		text-align: center;
		margin: 200px auto;
	}

/* end region */


/* region caution */

	div#caution
	{
		text-align: center;
		margin: 5px;
	}

/* end region */

