@charset "Shift_JIS";

/*-------------------------------------------------
  == Website CSS Divider ==
  -------------------------------------------------
  File       : individual/top.css
  For        : /index.html
-------------------------------------------------*/

/*-----------------------------------------------*/
/* Page Style
-------------------------------------------------*/
/* section */
div.top-section {
	width: 646px;
	margin: 0 auto;
	text-align: left;
}

div.top-section div.right {
	width: 120px;
	float: right;
}

div.top-section div.left {
	width: 510px;
	float: left;
}
div.top-section div.right1 {
	width: 145px;
	float: right;
}

div.top-section div.left1 {
	width: 485px;
	float: left;
}
div.top-section div.left p {
	padding: 0 10px 0 0;
}


