﻿/* Main Image
--------------------------------------------------------- */
div#mainImage
	{
		width:750px;
		margin:0 15px 15px;
	}
/* aboutArea
--------------------------------------------------------- */
div#aboutArea
	{
	margin: 0 0 0 15px;
	width: 750px;

	}
div#aboutArea .inner
	{
		margin: 0 240px 0 0;
	}
div#aboutArea p.photo
	{
	float:right;
	display: inline;
	width: 230px;
	}
div#aboutArea p.photo img
	{
		margin: 0 0 5px;
	}
div#aboutArea p.read
	{
		font-size: 120%;
		line-height: 1.4;
	}

/* Middle Banners
--------------------------------------------------------- */
div#middleBan
	{
		width:750px;
		margin:0 15px;padding:7px 0 0 0;
	}
div#middleBan div.right
	{
		width:498px;
	}
div#middleBan div.left, 
div#middleBan div.right div.left, 
div#middleBan div.right div.right
	{
		width:246px;
	}

/* Information & FreeSpace Area
--------------------------------------------------------- */
#TopContentsArea
	{
		width:780px;
		margin: 15px 0 0 0;
		padding: 0 0 15px 0;
		background:url(../img_top/right_bt_image.jpg) no-repeat 470px -30px;
	}

/* Information
--------------------------------------------------------- */
div#information
	{
		width:501px;
		margin:0 0 0 15px;
	}
div#information h3
	{
		background:url(../img_top/top_info_title.gif) no-repeat;
		width:501px;
		height:30px;
		margin:0;padding:0;
	}
div#information h3 span
	{
		display:block;
		padding:0 0 0 395px;
	}
div#information h3 span img
	{
		margin:6px 0 0 0;
	}
div#information div
	{
		border-right:1px solid #c0c0c0;
		border-left:1px solid #c0c0c0;
		height:120px;
		overflow:auto;
		line-height:1.4;
		background:#fff;
		padding:5px 0 0 0;
	}
div#information div dl
	{
		width:445px;
		margin:0 26px;padding:10px 0;
		border-bottom:1px dotted #abaaaa;
	}
div#information div dt
	{
	float:left;
	width:100px;
	margin:0;
	padding:0;
	}
div#information div dd
	{
	float:right;
	width:340px;
	margin:0;
	padding:0;
	}
div#information span.bt
	{
		display:block;
		background:url(../img_top/top_info_bottom.gif) no-repeat;
		width:501px;
		height:15px;
	}
