@charset "UTF-8";

/* ----------------------------------------------------------
  TITLE : HANGTEN OFFICIAL SITE
  URI : www.hangten.jp
  Copyright HANGTEN ALL RIGHT RESERVED.
---------------------------------------------------------- */

/*----------------------------
	1. Import
	2. Common
	3. Grand Top
------------------------------ */

/*   1. Import
---------------------------------------------------- */
@import "format.css";
@import "basic.css";

/*   2. Common
---------------------------------------------------- */
#grand-top #sideCol {
	width: 460px;
}
#grand-top #mainCol {
	width: 458px;
}
#grand-top #container {
	margin: 20px 0 0 0;
}


/*   3. Grand Top
---------------------------------------------------- */
#grand-top h2 {
	margin-bottom: 10px;
}
#grand-top #mainCol ul {
	overflow: hidden;
	_zoom: 1;
}
#grand-top #mainCol li {
	float: left;
	margin: 0 0 10px 0;	
}
#grand-top #mainCol li.right {
	float: right;		
}
#grand-top #information dt {
	margin: 0 0 0 0;
	float: left;
	clear: both;
	line-height: 1.2;
}
#grand-top #information dd {
	margin: 0 0 15px 100px;
	line-height: 1.5;
}
#grand-top #information a,
#grand-top #information a:active,
#grand-top #information a:visited,
#grand-top #information a:link {
	text-decoration:underline;
}
#grand-top #information a:hover,
#grand-top #information a:focus {
	text-decoration: none;
}