@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  layout.css
	infomation :  ゲスト
	
 ---------------------------------------------- */
 h4 {
 	color:#ffe105;
	padding:12px 0 20px 60px;
	}
h4 span#data {
	font-size: 161%;
	margin:0 12px  0 0;
	}
/* guest */
#guestWrp {
	width:900px;
	margin:0px auto 0 auto;
	padding:0 0 20px 0;
}
.guest {
	width: 278px;
	float: left;
	padding:0 0 0 16px;
	}
.guest .gName {
	font-size: 138%;
	color:#ffe105;
	text-align: center;
	}
.guest .aName {
	text-align: center;
	padding:0 0 4px 0;
}
.guest .photo {
	width:210px;
	margin:0 auto 0 auto;
	}
.guest .gText {
	padding:8px 10px 8px 10px;
	background: url(../images/guest_text_wrp.gif) no-repeat;
	background-position: bottom;
	color: #000000;
	overflow: auto;
	text-align: center;
	zoom:1;
	}
/* /guest */



