@charset "utf-8";
/* CSS Document */

#block-left{
	float:left;
	width: 680px;
	padding: 20px 10px 0 10px;
	color: #000;
	background: #FFF;
}
#block-left .title{
	color: #C00;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#block-left .content{
	border: solid 1px #F3F3F3;
	padding: 10px;
	margin-bottom: 18px;
}
img.top-shikumi{
	padding-right: 15px;
}

h4.title-system{
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	color: #F60;
	background-image:url(../images/bg-title-system.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

h4.title-faq{
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
	color: #F60;
	background-image:url(../images/bg-title-faq.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
#block-right{
	float: right;
	width: 192px;
}
#block-right .title{
	font-size: 16px;
	font-weight: bold;
	width: 157px;
	height: 25px;
	color: #000;
	padding: 7px 0 0 35px;
	background-image: url(../images/bg-right-title.gif);
	background-repeat: no-repeat;
	margin-bottom: 2px;
}
#block-right .content{
	background: #FFF;
	padding: 10px 0;
	margin-bottom: 10px;
}
#block-right .content ul{
}
#block-right .content ul li{
	line-height: 200%;
	border-bottom: solid 1px #F3F3F3;
	padding: 10px;
}

/*登録サイト数*/
.registration_sites{
	color: #F60;
	font-size: 24px;
	font-weight: bold;
}


/*新規登録*/
ol.about-regist{
	line-height: 180%;
	padding-left: 40px;
	list-style: decimal;
	list-style-position: outside;
}
ol.about-regist li{
	margin-bottom: 8px;
}

table.signup{
	width: 780px;
	margin: 0 auto;
	border-collapse: collapse;
	border-top: solid 1px #CFCFCF;
}
table.signup th{
	font-weight: normal;
	text-align: left;
	padding: 15px 10px;
	border-bottom: solid 1px #CFCFCF;
	background-color: #F5F5F5;
}
table.signup td{
	padding: 15px 10px;
	border-bottom: solid 1px #CFCFCF;
}
table.signup .text-input{
	width: 400px;
}
table.signup .password{
	width: 100px;
}
table.signup textarea{
	width: 400px;
}

/*会社概要*/
table.company{
	width: 660px;
	margin: 0 auto;
	border-collapse: collapse;
	border-top: solid 1px #CFCFCF;
}
table.company th{
	width: 200px;
	font-weight: normal;
	text-align: left;
	padding: 15px 10px;
	border-bottom: solid 1px #CFCFCF;
	background-color: #F5F5F5;
	vertical-align: middle;
}
table.company td{
	padding: 15px 10px;
	border-bottom: solid 1px #CFCFCF;
}
table.company td ul{
	list-style: disc;
	list-style-position: inside;
	line-height: 180%;
}
