@charset "UTF-8";

/*---------------------------------------------------------------
-----------------------------------------------------------------
TOP CSS
The date     : 2009.09.30
Last up date : 2009.09.30

-----------------------------------------------------------------
---------------------------------------------------------------*/

/*==================================================================
//
//  --  content style
//
================================================================== */

/*content*/
#content{
	width:auto;
	min-width:950px;
	background-color:white;
	color:#505050;
	text-align:center;
	padding:0 0 0 0;
}
#content .content{
	width:950px;
	margin:0 auto;
	padding:10px 0 0 0;
	background:#fff;
}
/*location*/
.location{
	width:950px;
	background:url(../tentyou/images/location_bg.gif) 0 0 repeat-y;
	margin:0 0 17px 0;
	position:relative;
}
.location .locationbar{
	width:932px;
	display:block;
	padding:5px 0 5px 13px;
	text-align:left;
	color:#826E3C;
}
.location .locationbar a{
	color:#826E3C;
}

#aboutBody{
	width:750px;
	margin:15px auto;
	line-height:1.7;
	text-align:left;
}
#aboutBody .text{
	width:100%;
	margin:0 0 0 100px;
}
#aboutBody p{
	margin:0 0 15px 0;
	font-size:14px;
}
#aboutBody .massage{
	width:750px;
	padding:20px 0;
	overflow:hidden;
	color:#fff;
	background:#008ecf;
}
#aboutBody .massage img{
	margin:0 0 0 20px;
	float:left;
}
#aboutBody .massage p{
	width:445px;
	margin:0 10px 15px 0;
	font-size:12px;
	float:right;
	text-align:left;
}
html>body
#aboutBody .massage p{
	margin:0 20px 15px 0;
}

.gotoTop{
	margin:20px 0;
}


