@charset "UTF-8";
/* CSS Document */


#container #inner{ }
#inner h1{
	position:absolute;
	left:50%;
	top:115px;
	margin-left:-268px;
}

/* contents */
#inner #contents{
	padding:0 80px;
	position:relative;
}
#contents h2{
	padding-bottom:20px;
	margin-bottom:40px;
	border-bottom:solid 1px #9A8262;
}
#contents .text{
	text-align:left;
	padding:0 50px;
}
#contents .text h4{
	font-size:1.4em;
	line-height:1.8em;
	font-weight:bold;
	color:#9A8262;
	margin-bottom:10px;
}
#contents .text .lead{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:solid 1px #9A8262;
}
#contents .text .lead .message{
	width:580px;
	float:left;
}
#contents .text .lead .message p{ margin-bottom:15px; }
#contents .text .lead .message p.pname{
	font-weight:bold;
	text-align:right;
	margin:0px;
}

#contents .text .lead .pphoto{
	width:240px;
	float:right;
}


#contents .text p.name{
	font-size:1.2em;
	line-height:1.8em;
	margin-bottom:40px;
}
#contents .text .staff{
	font-size:0.9em;
	color:#333;
	padding:20px;
	background-image:url(../images/ticket/bg2.gif);
	border-radius:5px;
}