@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th{
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	/*border-collapse: collapse;
	-border-spacing: 0;-*/
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: #FFF;
	color: #3d2b09;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


#ContentPlaceHolder1_tblResult {
	margin: 10px 0 20px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #b5a983;
	border-right: 1px solid #b5a983;
	border-left: 1px solid #b5a983;
}
#ContentPlaceHolder1_tblResult th {
	padding: 3px 5px;
	background: #d1c6a4;
	border-bottom: 1px solid #b5a983;
	border-left: 1px solid #b5a983;
	color: #352c1d;
}
#ContentPlaceHolder1_tblResult td {
	padding: 3px 5px;
	background: #fff;
	border-bottom: 1px solid #b5a983;
	border-left: 1px dotted #b5a983;
}
