@charset "utf-8";
/* CSS Document */

/*債務整理関連サイト共通
==========================================================================================================================*/
body,ul,li,h1,h2,ol,dd {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC";
	line-height:1.4;
	color:#333;
	font-size:0.9em;

}
ul,ol {

}
#wapper {
	width:875px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}
#header {
	width:875px;
	height:132px;
}
#contents {
	margin-top:25px;
	margin-bottom:25px;
	width:845px;
	margin-left:15px;
	margin-right:15px;
}
#main {
	width:600px;
	float:right;
}
img {
	border:0;
}
#message {
	width:600px;
}
#message .photo {
	width:260px;
	float:left;
}
#message .text {
	width:340px;
	float:right;
}