@charset "Shift-JIS";

hr { margin: 20px 12px 20px 12px; }

/*左サマリー部分*/
#summary .title { margin: 0px 0px 30px 20px; }
#summary .button { margin: 0px 0px 15px 30px; }

/*右コンテンツ部分*/
#contents p { line-height: 180%; }

#contents h2 { margin: 0px 0px 30px 0px; }
#contents .m_title { margin: 0px 0px 20px 12px;  }

/*テキスト背景*/
#contents div.text {
	background-image: url(/common/images/bg/formtable_bg.gif);
	background-repeat: repeat-y;
	margin-bottom:30px;
}

/*テキスト背景（ボケ足top）*/
#contents div.text div.top {
	width: 584px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	background-image: url(/common/images/bg/formtable_top.gif);
	background-repeat: no-repeat;
	text-align:right;
	clear: both;
}

/*テキスト背景（ボケ足btm）*/
#contents div.text div.btm {
	width: 584px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	background-image: url(/common/images/bg/formtable_btm.gif);
	background-repeat: no-repeat;
	text-align:right;
	clear: both;
}

#contents div.section div.btm a {
	margin-right:12px;
	height:24px;
}


