@charset "UTF-8";

/** $Id: default.css 5379 2012-03-27 09:23:35Z makino $ */
/**
 * 静岡ナビっち!　宴会特集02用 CSS
 *
 * @author ogawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2010-10-04
 * @lastmodified $Date: 2012-03-27 18:23:35 +0900 (火, 27 3 2012) $
 * @see guideline: Ver. 1.01
 */


/* 共通部分
--------------------------- */
div#wrapper-plus {
	overflow:hidden;
	padding:10px 0 20px 0;
	margin-top:10px;
	overflow:hidden;
	clear:both;
	background:url(../images/title.jpg) no-repeat 0 0;
}
div#wrapper-plus a:link,
div#wrapper-plus a:visited {
	color: #333333;
	text-decoration: underline;
}
div#wrapper-plus a:hover,
div#wrapper-plus a:focus,
div#wrapper-plus a:active {
	color: #333333;
	text-decoration: none;
}
div#wrapper-plus h2 {
	width:760px;
	height:180px;
	text-indent:-1000000em;
}
div#bg{
	padding:0 0 80px 10px;
	background:url(../images/bg_foot.jpg) no-repeat 0 bottom;
}

/* List
----------------------- */
div#wrapper-plus ul#staff-list {
	overflow:hidden;
	clear:both;
	width:800px;
	margin:10px -40px 10px 0;
}
div#wrapper-plus ul#staff-list li {
	float:left;
	width:220px;
	margin:0 40px 25px 0;
}
div#wrapper-plus ul#staff-list li a {
	display:block;
	width:220px;
	padding-bottom:5px;
	text-decoration:none;
	background:url(../images/bg_beige.png) repeat 0 0;
}
div#wrapper-plus ul#staff-list li img{
	margin:10px 0 0 10px;
}
div#wrapper-plus ul#staff-list li h3{
	margin:5px 10px 0 10px;
	font-size:14px;
}
div#wrapper-plus ul#staff-list li p {
	margin:5px 10px 0 10px;
	color:#000099;
	font-size:12px;
	font-weight:bold;
}


