@charset "utf-8";

/*
	* Name: index.css
	* Version: 1.0
	* Last Update: 2009.11.13
	* Author: TAXIWAY

	* Contents:
	  - 01. 領域設定 - ブロック -
	    - 01-01. 領域設定 - Flash -
	    - 01-02. 領域設定 - メインメニュー -
	    - 01-03. 領域設定 - 新着情報 -
	    - 01-04. 領域設定 - パーティープラン -
	    - 01-05. 領域設定 - メールマガジン -
	    - 01-06. 領域設定 - フッターボックス -


*/


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 01. 領域設定 - Flash -
	======================================== */
	
	#npo{
		margin: 0px;
		padding: 0px;
	}

	
	#npo .container {
		width: 530px;
		padding:17px 0px 0px 0px;
		background-image:url(../../img/img_npo/npo_back.jpg);
		background-repeat:repeat-y;
		font-size:12px;
		text-align:center;
		color:#595757;
	}

	#npo .container p{
		height:24px;
	}


	#npo .wrapper{
		background-image:url(../../img/img_npo/npo4.jpg);
		background-repeat:no-repeat;
		height:262px;
		position:relative;
	}
		

	#npo .wrapper .paragraph{
	position:absolute;
	left: 147px;
	top: 177px;
	}


}
