#container {
	width: 640px;
	margin: 0 auto; }
#client_show {
	width: 640px;
	margin-right: 50px;
	margin-bottom: 15px;
	padding: 5px;
	 }

h2#clienttitle {
	margin-top: 50px;
	padding: 4px;
	border-top: 1px solid black;
	border-bottom: 1px solid black; }

/* バナー中の、ヘルプ、ログアウトなど表示 */
#note {
	font-size: 14px;
	font-family: sans-serif;
	text-decoration: none;
	position: absolute;
	top: 150px;
	right: 0;
	margin-top: 0;
	margin-right: 5px; }
ul#note li {
	float: left;
	margin-right: 0.3em;
	list-style-type: none;
	display: block; }
/*
ヘルプロゴ
*/
#help a:link, #help a:visited {
	background-image: url(../img/logohelpoff.gif);
	background-repeat: no-repeat;
	width: 64px;
	height: 20px;
	float: left;
	margin-left: 5px;
	cursor: help;
	display: block; }
#help a:hover, #help a:active {
	background-image: url(../img/logohelpon.gif);
	background-repeat: no-repeat; }
/*
リンク中のテキスト（非表示）
*/
.notealt {
	display: none; }
.corpmsgbody p {
	margin-top: 0;
	margin-bottom: 0.5em; }

div#infomessage {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-bottom: 1px solid black; }

#loginarea {
	width: 640px;
	
	
	 }

form.loginform {
	text-align: center;
	width: 200px;
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
	
	 }

form.loginform input {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	width: 180px;
	height: 60px;
	margin: 15px;
	padding: 0;
	display: block; }

input#djrbuttonsubmit {
	background-image: url(../img/bk_djr_cv.gif); }

input#wdmebuttonsubmit {
	background-image: url(../img/bk_wdej_cv.gif); }

input#wdmjbuttonsubmit {
	background-image: url(../img/bk_wdje_cv.gif); }
input#loginbuttonsubmit { }

#address h2 {
	font-size: 18px;
	text-indent: 3px;
	margin-left: 8px;
	border-left: 7px solid #c00; }

#fcontainer {
	font-size: 12px;
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 0;
	height: 20px;
	clear: both; }

