@charset "utf-8";

/* -----------------------------------------------------------
	Site Name: セントラルスタジオ
	Version: 1.0
	Comment: 共通設定
----------------------------------------------------------- */

/* 
 kazoku Style [
----------------------------------------------------------- */
.petBlock {
	float: left;
	width: 354px;
	margin-left: 10px;
	background-image: url(../images/kazoku/box_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 22px;
	}
	
*html .petBlock {
	float: left;
	width: 354px;
	margin-left: 5px;
	background-image: url(../images/kazoku/box_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 22px;
	}
	
.petBlock dl {
	float: left;
	width: 354px;
	background-image: url(../images/kazoku/box_bg2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	}
	
.petBlock dl dt {
	font-size: 12px;
	font-weight: normal;
	color: #404040;
	margin-bottom: 15px;
	margin-left: 10px;
	}
	
.petBlock dl dt span {
	background-image: url(../images/kazoku/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 8px;
	}
	
.petBlock dl dd ul li {
	font-size: 12px;
	color: #404040;
	margin-left: 10px;
	line-height: 19px;
	background-image: url(../images/kazoku/point.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
	}
