@charset "utf-8"; 

/* =========================================================
 main
========================================================= */
/* h2
--------------------------------------------------------- */
h2.ttl {
	width: 695px;
	height: 45px;
	padding: 15px 0 0 25px;
	background: url(../images/moneylender/h2_back01.jpg) no-repeat 0 0;
	color: #3A5428;
	font-size: 140%;
}

/* h6
--------------------------------------------------------- */
h6 {
	color: #304C19;
	font-size: 110%;
}

/* download
--------------------------------------------------------- */
	table.download p{
		margin: 0;
		text-align: left;
	}
	table.download dt {
		float: left;
		width: 5em;
	}
	table.download dd {
		margin-left: 5em;
		text-align: left;
	}
	
/* loginBox
--------------------------------------------------------- */
div#loginBox {
	clear: both;
	/*
	width: 718px;
	*/
	border: 1px solid #999;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}
	/* ----- ID/PASS ----- */
	div#loginBox dl {
		margin: 10px auto;
		width: 300px;
	}
	div#loginBox dt {
		clear: both;
		float: left;
		width: 6em;
		margin-bottom: 0.5em;
		text-align: right;
	}
	div#loginBox dd {
		padding-left: 6.5em;
		margin-bottom: 0.5em;
		text-align: left;
	}

/* login
--------------------------------------------------------- */
input#login {
    width: 159px;
    height: 30px;
    border: 0px;
	margin-top: 10px;
    background: url(../images/moneylender/member/btn01.jpg) left top no-repeat;
	cursor: pointer;
}

/* ----- 協会員サイト ----- */
/* h2 協会員規定
--------------------------------------------------------- */
h2.ttl_activity {
	width: 695px;
	height: 45px;
	padding: 15px 0 0 25px;
	background: url(../images/moneylender/member/activity/h2_back01.jpg) no-repeat 0 0;
	color: #3A5428;
	font-size: 140%;
}
/* h2 協会員規定
--------------------------------------------------------- */
h2.ttl_regulation {
	width: 695px;
	height: 45px;
	padding: 15px 0 0 25px;
	background: url(../images/moneylender/member/regulation/h2_back01.jpg) no-repeat 0 0;
	color: #3A5428;
	font-size: 140%;
}
/* h2 各種申請・届出
--------------------------------------------------------- */
h2.ttl_application {
	width: 695px;
	height: 45px;
	padding: 15px 0 0 25px;
	background: url(../images/moneylender/member/application/h2_back01.jpg) no-repeat 0 0;
	color: #3A5428;
	font-size: 140%;
}
/* h2 広告審査に関して
--------------------------------------------------------- */
h2.ttl_advertisement {
	width: 695px;
	height: 45px;
	padding: 15px 0 0 25px;
	background: url(../images/moneylender/member/advertisement/h2_back01.jpg) no-repeat 0 0;
	color: #3A5428;
	font-size: 140%;
}
/* h2 協会員への通達
--------------------------------------------------------- */
h2.ttl_notification {
	width: 695px;
	height: 45px;
	padding: 15px 0 0 25px;
	background: url(../images/moneylender/member/notification/h2_back01.jpg) no-repeat 0 0;
	color: #3A5428;
	font-size: 140%;
}
/* h2 各種申込み
--------------------------------------------------------- */
h2.ttl_registration {
	width: 695px;
	height: 45px;
	padding: 15px 0 0 25px;
	background: url(../images/moneylender/member/registration/h2_back01.jpg) no-repeat 0 0;
	color: #3A5428;
	font-size: 140%;
}
/* h2 消費者からの相談
--------------------------------------------------------- */
h2.ttl_consultation {
	width: 695px;
	height: 45px;
	padding: 15px 0 0 25px;
	background: url(../images/moneylender/member/consultation/h2_back01.jpg) no-repeat 0 0;
	color: #3A5428;
	font-size: 140%;
}

/* ----- 管理者メニュー ----- */
/* inputBox
--------------------------------------------------------- */
dl#inputBox {
	padding: 0;
	border: 1px solid #999;
	border-top: none;
	background-color: #F0FFF0;
	margin-bottom: 10px;
}
	dl#inputBox dt {
		margin: 0;
		padding: 0.3em 0 0.1em 1em;
		border-top: 1px solid #999;
		width: 13em;
		float: left;
	}
	dl#inputBox dd {
		margin: 0 0 0 13em;
		padding: 0.3em 1em;
		border-left: 1px solid #999;
		border-top: 1px solid #999;
		background-color: #fff;
	}

