/*-- お問い合わせ 専用スタイルシート --*/

@import url(../../common/css/base.css);
@import url(../../common/css/layout.css);


/*-- このページのみ使用するスタイルシートを以下に記載 --*/

#container {
	background-image : url(../../common/img/background_container_2column.gif) ;
}

#contents h2 {
	width : 522px ;
	height : 21px ;
	text-indent : 20px ;
	font-size : 14px ;
	line-height : 21px ;
	background-image : url(../../common/img/background_h2.gif) ;
	background-position : left bottom ;
	background-repeat : no-repeat ;
}

#contents .gototop {
	padding-top : 5px ;
	width : 522px ;
	text-align : right ;
	border-top : solid 1px #808080 ;
}

#contents table.postmail {
	margin : 10px 0 ;
	width : 475px ;
	border-collapse : collapse ;
}

#contents table.postmail tr th {
	width : 100px ;
	text-align : right ;
}

#contents table.postmail tr td {
	padding-left : 15px ;
	width : 360px ;
	text-align : left ;
}
