/* 全ての要素 */
* {
	margin : 0;
	padding : 0;
}

a img {
	border : 0;
}
html {
	overflow-y:scroll;
}

/*IE7だけに適用*/
*:first-child+html body {
	overflow-y:auto;
}

html,body {
	scrollbar-base-color : #fff;
	scrollbar-track-color : #fff;
	scrollbar-face-color : #ccc;
	scrollbar-shadow-color : #666;
	scrollbar-darkshadow-color : #999;
	scrollbar-highlight-color : #fff;
	scrollbar-3dlight-color : #ccc;
	scrollbar-arrow-color : #666;
}

/* 全体枠 */
#contents {
	width : 800px;
	margin : 10px auto;
	font-family : "HG丸ｺﾞｼｯｸM-PRO";
	line-height : 100%;
}

/* 耐震診断問診表 */
#contents #monshinhyou {
	line-height : 120%;
	margin-top : 30px;
}

#contents #monshinhyou h1 {
	text-align : center;
	margin : 10px auto;
	background : #06c;
	border-radius : 10px 10px 10px 10px;
	line-height : 150%;
	width : 90%;
	color : #fff;
}

#contents #monshinhyou table {
	margin : 20px auto 0px;
	border-collapse : collapse;
}

#contents #monshinhyou th {
	background : #06c;
	color : #fff;
	text-align : left;
	padding : 5px;
}

#contents #monshinhyou th span {
	font-size : 80%;
}

#contents #monshinhyou td {
	padding : 5px;
	font-size : 90%;
}

#contents #monshinhyou th.midasi {
	width : 65px;
	text-align : center;
}

#contents #monshinhyou td.rad {
	text-align : center;
}

#contents #monshinhyou td.naiyou {
	width : 345px;
}

#contents #monshinhyou td.zu {
	text-align : right;
}

#contents #monshinhyou .setumei {
	background : #6ff;
	color : #000;
	text-align : center;
}

#contents #monshinhyou #tyu{
	text-align : center;
	margin : 20px 0;
}

#contents #monshinhyou p.tyuui {
	font-size : 80%;
	margin : 10px 0 0;
}

#contents #monshinhyou .text1 , #contents #monshinhyou .text2 {
	border : 0;
	padding : 5px;
}

#contents #monshinhyou .text1 {
	font-size : 150%;
	text-align : center;
	font-weight : bold;
	color : #f00;
	background : url(img/hyouten_back.jpg) no-repeat;
	width : 85px;
	height : 50px;
}

#contents #monshinhyou .text2 {
	font-size : 100%;
	background : url(img/hyouten_back2.jpg) no-repeat;
	width : 440px;
	height : 50px;
	text-indent : 1em;
}

#contents #monshinhyou table#hyouten th#ten {
	background : #f60;
	color : #fff;
	width : 6em;
	text-align : center;
}

#contents #monshinhyou table#hyouten th#taisaku {
	background : #f60;
	color : #fff;
}

#contents #monshinhyou table#hyouka {
	border-collapse : collapse;
	width : 600px;
}

#contents #monshinhyou table#hyouka th , #contents #monshinhyou #hyouka td {
	border : 1px solid #999;
}

#contents #monshinhyou #hyouka th {
	background : #f60;
	color : #fff;
}
