@charset "UTF-8";

/*==========================*/
/* デザイナープロフィール   */
/*==========================*/

h1{
	width: 300px;
	margin: 10px auto 0 auto;
}

#message,
#attention{
	position: relative;
	width: 280px;
	margin: 0 auto 15px auto;
	padding: 40px 20px 35px 20px;
	background-image: url(../img/common/bg_top.png), url(../img/common/bg_bottom.png), url(../img/common/bg_middle.png);
	background-position: top center, bottom center, center;
	background-repeat: no-repeat, no-repeat, repeat-y;
}
#message h2,
#attention h2{
	color: #F90;
	border-bottom: solid 1px #999;
}

#message p,
#attention p{
	margin-top: 18px;
}

#message p.image{
	float: left;
	margin: 15px 10px 5px 0;
}

#message p.chara{
	position: absolute;
	top: -55px;
	right: 10px;
}

#attention p.chara1{
	float: right;
	margin: 0 0 5px 15px;
}

#attention p.chara2{
	float: left;
	margin: 0 15px 5px 0;
	padding-top: 60px;
}