@charset "utf-8";
/*=============================================
	PHANTASY STAR UNIVERSE
	GM EVENT 「カジノでフィーバー」
-----------------------------------------------
	edit: 2008/10/14
	update:
=============================================*/


/*
	headding
---------------------------------------------*/

h4{
	margin: auto 0 10px;
}

h5{
	font-size: 12px;
	padding-left: 12px;
	color: #da6408;
	font-weight: bold;
	margin-top: 10px;
	background: url(../image/h5_orange.gif) no-repeat left 3px;
}

/*
	nav
---------------------------------------------*/

ul#navigation {
	top: 297px;
	left: 29px;
	width: 295px;
	height: 30px;
	background: url(../image/nav.gif) no-repeat center bottom;
}

ul#navigation li {
	width: 144px;
	height: 29px;
	margin-right: 0;
	text-indent: -9999px;
	text-decoration: none;
}

ul#navigation li.about {
	width: 144px;
	margin-right: 7px;
}

ul#navigation li.about a {
	display: block;
	width: 144px;
	height: 30px;
	outline: none;
	background: none;
}
ul#navigation li.about a:link,
ul#navigation li.about a:visited {
	background: url(../image/nav.gif) no-repeat left top;
}
ul#navigation li.about a:active,
ul#navigation li.about a:hover {
	background: url(../image/nav.gif) no-repeat left center;
}

ul#navigation li.report {
	width: 144px;
	margin-right: 0;
}

ul#navigation li.report a {
	display: block;
	width: 144px;
	height: 30px;
	outline: none;
	background: none;
}
ul#navigation li.report a:link,
ul#navigation li.report a:visited {
	background: url(../image/nav.gif) no-repeat right top;
}
ul#navigation li.report a:active,
ul#navigation li.report a:hover {
	background: url(../image/nav.gif) no-repeat right center;
}

/*
	common
---------------------------------------------*/

div#container{
	background: url(../image/visual.jpg) no-repeat;
}

#pattern05-page #header{
	height: 326px;
}

#pattern05-report-page #header{
	height: 326px;
}

#contents{
	padding-top: 20px;
}

.posCenter{
	text-align: center;
}

/*
	element
---------------------------------------------*/

#mainVisual{
}

#comment{
	width: 620px; /* 653 */
	height: 250px; /* 169 */
	margin: -24px;
	padding: 80px 60px 0px 24px;
	background: url(../image/bg_comment.jpg) no-repeat;
}

#comment p {
	text-indent: -9999px;
}

.textin {
}

.textin:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.textin {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .textin { height:1%; }
.textin { display:block; }
/* End hide from IE-mac */

.textin img {
	margin: 0 0 10px 0;
	float:left;
}

#request-section .rightContents {
	padding-left: 10px;
	width: 450px;
}

#present-section .rightContents {
	padding-left: 10px;
	width: 350px;
}

/*
	chara
-------------------------------------*/
dl#characterList {
	position: relative;
	width: 637px;
	height: 352px;
	margin: 0 0 20px 5px;
	background: url(../image/background_character.jpg) no-repeat;
}
dl#characterList dt {
	display: none;
}
dl#characterList dd {
	position: absolute;
	width: 520px;
	
	line-height: 133%;
}
#chara01 {
	left: 105px;
	top: 8px;
	color: #003333;
}
#chara02 {
	left: 10px;
	top: 98px;
	color:#003388;
}
#chara03 {
	left: 105px;
	top: 188px;
	color: #662266;
}
#chara04 {
	left: 10px;
	top: 278px;
	color: #2A2A2A;
}

.charColor01 {
	color: #AA0008;
	font-weight:bold;
}

.charColor02 {
	color: #00366D;
	font-weight:bold;
}

.charColor03 {
	color: #A7004B;
	font-weight:bold;	
}

.charColor04 {
	color: #2E2D2D;
	font-weight:bold;
}


