@charset "utf-8";

*{	margin:0; padding:0; }
body {
	background-color:#E8B700;}
p{
	font-size: 12px;
	_font-size: 90%;/*IE6用フォントサイズ*/ 
	line-height:1.5;
	color: #333;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-style:normal;
}
/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*メッセージ*/
.majorMessage {
	width:620px;
	padding:20px 10px 10px 20px;
	margin-bottom:20px;
}
.majorMessageRight {
	float:right;
	width:410px;
}
.majorMessageLeft {
	float:left;
	width:170px;
	display:inline;
}
.messageTitle {
	/*background:url(img/course_title_message.jpg) no-repeat top left;
	text-indent:-9999px;*/
	height:25px;
	margin-bottom:10px;
}
.majorMessageLeft p { color:#000;}
.messagePoint {
	font-size:14px;
	font-weight:bold;
	color:#000;
}
.messageNameSmall {
	font-size:12px;
	color:#FFF;
}
.messageText {
	margin-top:5px;
	padding:10px;
	background-color:#FFF;
}
p.messageResult {
	font-size:12px;
	font-weight:bold;
	padding:1px 0;
	margin:15px auto 0px;
}
p.messageStage {
	background-color:#FFC437;
	border:1px dotted #FFF;
	padding:5px;
}
