@charset "utf-8";



#matueMess {
	float: left;
	width: 391px;
	display: inline;
}
#captionS {
	margin-top: 30px;
	margin-bottom: 15px;
}
#signature {
	text-align: right;
	margin-top: 30px;
}
#photo {
	float: right;
	width: 201px;
	padding-top: 25px;
	display: inline;
}
/*フロートマージン対策***********************/
#matue {
	overflow:hidden
}
#matue :after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
* html #matue {
    height: 1em;
    overflow: visible;
}
/************************フロートマージン対策*/
#knowledge {
	clear: both;
	width: 608px;
	background-image: url(/user_file/idoldog-sh/about/img/back02.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
}
#knowledgeCnt {
	margin-left: 12px;
	margin-right: 12px;

}
#knowCap {
	padding-right: 8px;
	padding-left: 8px;
}
#knowCap dt {
	font-weight: bold;
	color: #FE3095;
	margin-top: 10px;
	margin-bottom: 5px;
}

#knowCap dd {
	margin-left: 1em;
}
#closing {
	margin-top: 2em;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

