/*
	Copyright Liber Works Co,.Ltd 2007
*/


	/* メイン画像 */
	#topimg	{
		height: 320px;
		width: 770px;
	}
	#topimg * {
		background-color: transparent;
	}

	/*
		SUB MENU 
		(現状ここで本文部分の高さが決まる）
	*/
	#sub_menu	{
		height: 200px;
	}
	
	div.base	{
		min-height: 0px;
	
	}
	#doc-base	{
		min-height: 150px;
		_height: 150px;
	
	}
	
	#header_base img	{
		margin: 0px;
		padding: 0px;
		border-color: 0px;
		border-spacing: 0px;
		line-height: 0%;
		font-size: 0px;
	}
	
	table#topimg	{
		margin: 0px;
		padding: 0px;
		border-width: 0px;
		border-spacing: 0px;
		font-size: 0px;
		line-height: 0px;
		background-image: url(image/top_image.png);

	}
	
	table#topimg, #topimg tbody, #topimg tr, #topimg td, #topimg img, #topimg a
	{
	 	font-size: 0;
		line-height: 0px;
		table-layout: fixed;
		margin: 0px;
		padding: 0px;
		border-width: 0px;
		border-spacing: 0px;
		outline-width: 0px;
		position: relative;
		overflow: hidden;
		_overflow: visible;	/* IE hack */
		
		
		 
	}


	/*
		コンテンツ部分
	*/
	#doc-base	{
		padding-right: 0px;
		width: 527px;
		background-color: #fafafa;
	}
	#doc-base h3	{
		font-size: 14pt;
		line-height: 100%;
		height: 1em;
		padding: 1px 0 1px 3px;;
		margin: 0;
		border-bottom: 1px solid #555555;
		border-left: 5px solid #555555;
		color: #555555;
		margin-bottom: 1em;
		
	}
	
	/*
		News Table 用
	*/
	table#news_contents	{
		border-collapse: collapse;
		min-height: 4em;
		overflow: auto;
		padding: 0 0.5em;
		margin: 5px 0;
		border-spacing: 0px;
		border-width:0px;
	}

	#news_contents a	{
		text-decoration: none;
		font-weight: bold;
		color: #555555;
	}
	#news_contents a:hover	{
		text-decoration: underline;
		color: black;
	}
	#news_contents p	{
		text-indent: 0;
	}

	
	#news_contents th	{
		border-width: 0px;
		margin: 0px;
		outline-width: 0px;
		background-color: transparent ! important;
		text-align: right;
		font-weight: bold;
	/*	font-family: monospace;*/
		vertical-align: top;
		width: 7em;
		_width: 8em;
	/*	background-color: red; */
		line-height: 140%;
	}
	
	#news_contents td	{
		line-height: 140%;
	}


	/*
	
		IE HACK
	
	 */
	 
	 #doc-base	{
		_width: 530px;
	/*	_background-color: red;*/
		empty-cells: hide;
		/*_margin : 0px;*/
		_margin-left: 20px;
		_padding-left :0px;
	}
	
	#doc-base h3
	{
		_margin-right : 0px;
		_padding-right :0px;
	}
	#doc-base hr	{
		_visibility: hidden;
	}
	
	#news_contents	{
	/*	_background-color: yellow;*/
		_width: 510px;
		_border: 0;
		_border-width: 0;
		_border-collapse: collapse; 
		_border-spacing: 0px; 
		_padding-right: 5px;
	}
	#news_contents th	{
		/* IE HACK */
		_width:10em;
	}

	td {
		_margin: 0;
		_padding: 0;
		_border: 0;
		_border-width: 0;
		/*_background-color: red;*/
		border-color: red;
	}
	

	
