@charset "utf-8";
/*
***********************************************
    "miyakokeiiteam.com" CSS Document
     http://www.miyakokeiiteam.com/
  copyright(C):kaorhythm All right reserved.
***********************************************
*/

/*
------------------------------------------
 掲示板
------------------------------------------
*/

#bbs_wrap h3 {
	background-color: #eaa;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
#bbs_wrap h3 span {
	background-color: #e55;
	padding: 2px 8px;
}
#bbs_wrap ul.bbs_attention {
	margin: 12px 0 30px 0; padding: 0 0 0 5px;
	list-style-type: none;
}
#bbs_wrap ul.bbs_attention li {
	background: url(../../images/bbs_point1.gif) no-repeat 0px 4px;
	padding: 0 0 3px 17px;
	color: #e66;
	line-height: 140%;
}
#bbs_wrap div.bbs_bg {
	width: 540px; height: 110px;
	background: url(../../images/bbs_bg.gif) no-repeat left top;
	color: #fff;
	margin-bottom: 80px;
}
#bbs_wrap div.bbs_bg dl {
	padding: 22px 100px 0 5px;
}
#bbs_wrap div.bbs_bg dt{
	clear: left;
	float: left;
	width: 7em;
	padding-left: 1.8em;
	background: url(../../images/bbs_point2.gif) no-repeat 10px 6px;
	text-align: left;
}
#bbs_wrap div.bbs_bg dt a {
	color: #fff;
	text-decoration: underline;
}
#bbs_wrap div.bbs_bg dt a:hover {
	background-color: #fff;
	color: #666;
}
#bbs_wrap div.bbs_bg dd{
	font-size: 82%;
	*width: 305px;
	margin-bottom: 10px;
	padding-left: 1em;
	padding-top: 1px;
	line-height: 160%;
}
/* Mac Safari Only */
html[xmlns*=""] body:last-child #bbs_wrap div.bbs_bg dd {
	font-size: 10px;
}
