#quest_list_normal #userStatusData {
	width: 95%;
}

#questTitle{
	width:100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #fdc602),
		color-stop(.50, #7b004b),
		color-stop(1, #fdc602)
	);
	text-align:center;
	font-size:large;
	font-weight:bold;
	text-shadow: -1px -1px 2px #7b004b;
}

.areaTitle{
	width:100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0, #000),
		color-stop(0.05, #3A3737),
		color-stop(0.15, #EDEDED),
		color-stop(.50, #fff),
		color-stop(0.85, #EDEDED),
		color-stop(0.95, #3A3737),
		color-stop(1, #000)
	);
	text-align:center;
	font-size:large;
	font-weight:bold;
}

.areaTitle .title {
	color: #7b004b;
}

.areaTitle .comment {
	color: #000;
}

.areaStatus {
	margin-top:
}

.areaStatus .value {
}

.areaStatusValue {
	float: left;
}

#questList .areaCards {
	width:320px;
}

#questList .areaCards img {
/*	width:18%;
*/	vertical-align:middle;
}

#explanation {
    
}

.buttonBox .execute{
}

#areaList {
    margin-bottom: 2em;
}

.introDialogueBox{
	width:100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#690001), to(#000000));
	}

.introDialogueName{
	margin:0 auto;
	width:80%;
	padding-top:10px;
	padding-bottom:3px;
	}
	
.underineGradation{
	margin:0 auto;
	width:80%;
	background:-webkit-gradient(linear, left top, right top, from(#ff0000), to(#490001));
	height:3px;
	}
	
.introDialogueText{
	margin:0 auto;
	width:80%;
	padding:10px;
	}
	
.bgFire{
	margin-top:-0.5em;
	background-image:url(../images_SP/bg/pinkfire.png);
	background-repeat: no-repeat;
	padding:10px;
	text-align:center;
	}
	
.lineHeightForChart{
	line-height:1.2em;
	}
	
.dummyPicture8050{
	width:50px;
	height:80px;
	background-color:#f98765;
	display:inline-block;
	}
.widthForLeftBox{
	width:40%;
		}

.widthForRightDetail{
	width:60%;
	}

.underlineDotted1{
	border-bottom:dotted 3px;
	border-color:#14ff8e;
	}
	
.underlineDotted2{
	border-bottom:dotted 3px;
	border-color:#ff4a6c;
	}
	
.underlineDotted3{
	border-bottom:dotted 3px;
	border-color:#ffeb42;
	}

.extraDeepPurpleLine{
	color:#ffffff;
	background:
	 -webkit-gradient(
	 linear, left top, right top, color-stop(0%,#a25092), color-stop(50%,#630a4d), color-stop(100%,#a25092)
	 );
	}
	
.extraPurpleLine{
	background:
	 -webkit-gradient(
	 linear, left top, right top, color-stop(0%,#a07898), color-stop(50%,#603856), color-stop(100%,#a07898)
	 );
	}
	
.extraPurpleBox{
	background-color:#20001d;
	-webkit-border-radius: 0 0 7px 7px/ 0 0 7px 7px;
	padding:10px;
	width:300px;
	}
	
	
.buttonSubmit input[type="submit"]{
	text-align:center;
	margin: 0 auto;
	padding:5px;
	-webkit-border-radius: 10px;
	border: 1px solid #777777;
	text-shadow: -1px -1px 2px #aaaaaa;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7bf05), to(#73093f));
	box-shadow: 5px 5px 5px #000000;
	-webkit-box-shadow: 7px 7px 10px #000000;
	text-decoration:none;
	color:#FFF;	
}
	
.colorForStatusName{
	color:#FFCC00;
		}

