
/*------------------------------------
  PHANTASY STAR UNIVERSE web-site CSS
                             06/01/--
 -  -  -  -  -  -  -  -  -  -  -  -  -
  --：汎用 枠組
  -H：汎用 ヘッダー関連
  -F：汎用 フッター関連
  -M：汎用 メニュー関連
  -L：汎用 リンク関連
  -T：既存タグ定義
------------------------------------*/

/*------------------------------------
  --：汎用 枠組
------------------------------------*/

h1{
	width: 570px;
	height: 27px;
	margin: 0px 5px 0px 5px;
	padding: 10px 5px 6px 8px;
	background-image: url(../image/common/h1_psuilluminus.gif);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}
h2{
	clear: both;
	height: 21px;
	margin: 8px 0px 12px 0px;
	padding: 6px 0px 0px 24px;
	background-image: url(../image/common/h2_psuilluminus.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 100%;
}
h3{
	margin: 4px 0px 3px 0px;
	padding: 3px 0px 4px 14px;
	background-image: url(../image/common/h3_psuilluminus.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #303040;
	line-height: 100%;
}
h4{
	margin: 4px 0px 3px 0px;
	padding: 3px 0px 4px 15px;
	background-image: url(../image/common/h4.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #383848;
	line-height: 100%;
}
h5{
	clear: both;
	height: 21px;
	margin: 8px 0px 12px 0px;
	padding: 7px 0px 0px 14px;
	background-image: url(../image/common/h5stripe_psuilluminus.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 100%;
}
#MainRight{
	
	background-image: url(../image/info_main_back_psuilluminus.gif);
	background-position: left top;
	background-repeat: repeat-y;	
}

/* Info Grid start */

#gpInfoGrid {
	color: #000;
	font-size: 12px;
	font-family: arial;
}

.gpInfoGridDate, .gpInfoGridPrice, .gpInfoGridRequirements, .gpInfoGridExtra, .gpInfoGridRequirements2 {
	border-left: solid 3px #edac4b;
	border-bottom: solid 3px #edac4b;
}

.gpInfoGridDate {
	width: 236px;
}

.gpInfoGridPrice {
	width: 103px;
}

.gpInfoGridRequirements {
	width: 107px;
}

.gpInfoGridRequirements2 {
	width: 208px;
	border-right: solid 3px #edac4b;
}

.gpInfoGridExtra {
	width: 101px;
	border-right: solid 3px #edac4b;
}



.gpInfoHeader, .gpInfoHeaderLast {
	background-color: #edac4b;
	font-weight: bold;
	padding: 5px;
}

.gpInfoContent, .gpInfoContentLast {
	padding: 5px;
}

/* Info Grid end */




.gpPCSpec, .gpPCSpec td {
	border: 1px solid #edac4b;
	font: 11px Verdana, Geneva, Arial, Helvetica;
	color: black;
	line-height: 15px;	
}





