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

#top-content{
	width: 885px;
	height: 207px;
	padding: 14px 0 0 15px;
	background-image:url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
#top-content .site-linkget{
	margin-bottom:5px;
}

img.top-shikumi{
	padding-right: 15px;
	padding-bottom: 10px;
}
#top-block{
	padding: 0 5px 0 0;
	background-color: #E5E5E5;
}
#top-block-left{
	float:left;
	width: 680px;
	background-color:#FFF;
	padding-left: 12px;
}
#top-block-left .title{
	color: #009;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#top-block-left .content{
	margin-bottom: 30px;
	padding: 15px;
	border: solid 1px #F5F5F5;
}
.system-link{
	text-align: right;
}
.system-link a{
	font-weight: bold;
	padding: 0 0 0 20px;
	background-image: url(../images/system-link.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.pr{
	text-align:center;
	margin-bottom: 20px;
	padding-right: 20px;
}


#top-block-right{
	float: right;
	width: 190px;
	padding: 10px 5px;
}
#top-block-right .title{
	font-size: 16px;
	border-left: solid 5px #333;
	padding: 0 0 0 10px;
	margin-bottom: 15px;
}
#top-block-right .content{
	margin-bottom: 30px;
	padding: 5px;
	background-color: #FFF;
}
#top-block-right ul.news li{
	margin-bottom: 10px;
	border-bottom: solid 1px #F5F5F5;
}

/*登録サイト数*/
.registration_sites{
	color: #009;
	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;
}
/*仕組み詳細*/
ul.system-about{
	color: #F00;
	margin: 10px;
	list-style: disc;
	list-style-position: inside;
}
ul.system-about li{
	margin-bottom: 15px;
}
/*新規登録の流れ*/
ol.regist-about{
	margin: 10px;
	list-style: decimal;
	list-style-position: inside;
	line-height: 180%;
}
ol.regist-about li{
	margin-bottom: 15px;
}
/*運営会社*/
table.company{
	width: 880px;
	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%;
}

/*FAQ*/
h4.title-faq{
	border-left: solid 3px #009;
	font-weight: normal;
	color: #009;
	margin: 15px 0 10px 0;
	padding-left: 10px;
}

/*お問い合わせ*/
table.mail_from{
	width: 780px;
	margin: 0 auto;
	border-collapse: collapse;
	border-top: solid 1px #CFCFCF;
}
table.mail_from th{
	font-weight: normal;
	text-align: left;
	padding: 15px 10px;
	border-bottom: solid 1px #CFCFCF;
	background-color: #F5F5F5;
	vertical-align: middle;
}
table.mail_from td{
	padding: 15px 10px;
	border-bottom: solid 1px #CFCFCF;
}