@charset "UTF-8";
/*------------------------------------------------------------------------------------------------
タイトル：nevercompromise.co.jp module
概要	：nevercompromise.co.jp コンテンツスタイルファイル
作成日	：2009/05/10
--------------------------------------------------------------------------------------------------*/

/*********************************/
/*****tour.html*****/
/*********************************/
/*layout*/
#contentsPb{
	width: 1000px;
	height:700px;
	margin: 0px;
	background: #000;
}
#mainContentB {
	float:right;
	margin:0px;
	padding:0px;
	background:#fff;
	width:800px;
	height:700px;
	background-image: url("../../img/bg.gif");
	background-repeat: no-repeat; 
	background-position:center; 
}

#mainContentB #containerB {
	width: 770px;height:620px;
	margin: 20px 20px 0px 10px;
}

#mainContentB #Txt02{
	float:left;
	width: 520px;
	margin: 20px 0px 0px 0px;
}
#mainContentB #Image00{
	float:right;
	width: 180px;
	margin: 0px 10px 0px 0px;
}

#mainContentB #Txt01{
	float: right;
	width: 360px;
	margin: 0px 0px 0px 0px;
}

#mainContentB #Image01{
	float:left;
	width: 340px;
	margin: 25px 0px 0px 0px;
}


#mainContentB #txt00 p{
	font-size:12px;
	text-align:left;
}
#clearBox{
	clear:both;
	width:80%;
}