@charset "euc-jp";

/* シノン電気産業 reg_users.css produced by HitArts 2008-03-16 */

/*
同一要素内に、.class と #id が記述された場合は、#id が優先されるが、
#id が定義されていない場合は、.class で定義された内容が表示される。
.class で定義された値（テーブルの高さや幅等）が、#id に踏襲される。
*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: auto;
	height: 100%;
	width: 100%;			/* これは指定しなくても良いが、"#content" では指定する必要があるので、念のために指定。 */
}

body {
	overflow: auto;
	height: 100%;
	width: 100%;			/* これは指定しなくても良いが、"#content" では指定する必要があるので、念のために指定。 */
	background-color: #ffffff;
	/* background-image: url(../../Gif/gr_line_bg.gif); */
	background-repeat: repeat;
	font-weight: normal;		/* normal/bold/lighter/bolder/100～900 */
	font-family:"ＭＳ ゴシック",Osaka,sans-serif,serif;
}

#reg_users_page {	/* 他のページとはここが異なる。 */
	position: relative;
	margin: auto;
	width: 769px;
	border-collapse: collapse;
	line-height: 1.5;
	/* border: solid 1px #0000ff; */	/* for Debug */
}

.reg_users_main {
	position: relative;
	width: 769px;
	background-color: #ffffff;
	line-height: 1.5;
	vertical-align: bottom;			/* IE では"text-bottom"でもＯＫだが、firefox では"bottom"でないとＮＧ。 */
	/* border: solid 1px #00ff00; */	/* for Debug */
}

.cont_table {
	margin: 10px 60px 30px 60px;
	width: 649px;
	background-color: #ffffff;
	font-size: 0.9em;
	color: #404040;
	line-height: 1.5;
	/* border: solid 1px #0000ff; */	/* for Debug */
}

.fst_td {
	width: 200px;
	vertical-align: top;
	/* border: solid 1px #0000ff; */	/* for Debug */
}

.sec_td {
	width: 449px;
	vertical-align: top;
	/* border: solid 1px #0000ff; */	/* for Debug */
}

.img {
	width: 200px;
	height: 237px;
}

.under {
	text-decoration: underline;
}

.blue {
	color: #0000ff;
}

.red {
	color: #ff0000;
}

.bold {
	font-weight: bold;	/* normal/bold/lighter/bolder/100～900 */
}

.fs_09em {
	font-size: 0.9em;
}

