@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;
}

.headertitle{
	width:500px;
	margin:0 0 15px 300px;
	padding:0 0 15px 0;
	text-align:left;
	background:url(../management_company/images/line_01.gif) repeat-x bottom;

}
* html .headertitle{
	margin:0 0 15px 180px;
}

h1{
	padding:0 0 15px 0;
	font-size:12px;
	font-weight:normal;
	text-align:left;
}
h1 p{
	width:500px;
	padding:0 0 25px 0;
	line-height:1.7;
}
h1 img{
	display:block;
	margin:0 0 30px 0;
}
h2{
	margin:0;
	padding:0;
}
#content .content dl{
	width:680px;
	overflow:hidden;
	margin:0 0 15px 0;
	padding:0;
}
html>body
#content .content dl{
	margin:0 0 15px 120px;
}
#content .content dl dt{
	width:178px;
	float:left;
}
#content .content dl dt img{
	margin:0 15px 0 0;
	float:right;
}
#content .content dl dd{
	width:500px;
	margin:0;
	padding:0 0 15px 0;
	float:right;
	text-align:left;
	line-height:1.7;
	background:url(../policy/images/line_01.gif) repeat-x bottom;
}
#content .content dl dd ul{
	margin:0 0 0 5px;
	list-style:none;
}
#content .content dl dd ul li{
	margin:15px 0;
}


.gotoTop{
	margin:20px 0;
}


