@charset "UTF-8";

/* ----------------------------------------------------------
  TITLE : HANGTEN OFFICIAL SITE
  URI : www.hangten.jp
  Copyright HANGTEN ALL RIGHT RESERVED.
---------------------------------------------------------- */

/*----------------------------
	1. Import
	2. Common
	3. About
------------------------------ */

/*   1. Import
---------------------------------------------------- */
@import "format.css";
@import "basic.css";

/*   2. Common
---------------------------------------------------- */
#about #sideCol {
	width: 440px;
}
#about #mainCol {
	width: 460px;
}


/*   3. About
---------------------------------------------------- */
#about .aboutBox {
	margin: 0 0 20px 0;
	padding: 10px 15px;
	background: url(../../images/wall.jpg);
	overflow: hidden;
	_zoom: 1;
}
#about .aboutBox h3 {
	float: left;
	width: 70px;
}
#about .aboutBox p {
	margin: 0;
	line-height: 50px;
	font-weight: bold;
}
#about .aboutBox p.next {
	margin: 0;
	line-height: 1.5;
	text-align: right;
}
#about .aboutBox dl {
	clear: both;
	margin: 15px 0 0 0;
}
#about .aboutBox dt {
	width: 200px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
#about .aboutBox dd {
	margin: 10px 0 0 0;
	line-height: 1.3;
}

