@charset "utf-8";

/* contents
=========================================*/
#wrapper {
	background: #FFF;
}

h3#office {
	margin: 12px auto 0;
	width: 950px;
	height: 100px;
	background: url(../officeimg/title.jpg) no-repeat 0 0;
	text-indent: -9999px;
}

#message {
	margin: 12px 0 0 0;
	position: relative;
	background: url(../officeimg/img02.png) no-repeat center 60px;
}
#message h4 {
	padding: 10px 0 168px 0;
	text-align:center;
}
#message p.sblock {
	padding: 10px 30px; 
	font-size: 100%;
	text-align: justify;
	line-height: 1.5;
	background: url(../officeimg/box02.gif) repeat-y left top;
}

#message ul {
	list-style: none;
}
#message ul li {
	list-style: none;
	margin: 0 20px 15px 2em;
	padding-left: 15px;
	font-size: 110%;
	background: url(../baseimg/ya_orange.gif) no-repeat left 0.5em;
	border-bottom: #f57700 1px dotted;
}

#message p.bottomcopy {
	text-align: center;
	margin: 10px 0 50px;
	padding: 10px auto 0;
}