@charset "utf-8";

/* コンテンツ
---------------------------------------------------- */
#content-top{
	padding:20px;
}
#content-top #right {
	width:650px;
	float:right;
}
#content-top #left {
	width:190px;
	float:left;
	text-align:left;
}


/* ナビゲーション
---------------------------------------------------- */
#content-top #left ul{
	margin:10px 0 50px 0;
}
#content-top #left ul li{
	list-style:none;
	font-size:14px;
}

#content-top #left ul li a{
	display:block;
	height:1%;
	border-bottom:1px dotted #ccc;
	background:url(../images/top/navi-icon.jpg) no-repeat 5px 12px;
	padding:7px 10px 7px 15px;
	text-decoration:none;
	color:#333;
}
#content-top #left ul li a:hover{
	display:block;
	height:1%;
	border-bottom:1px dotted #ccc;
	background:url(../images/top/navi-icon2.jpg) no-repeat 5px 12px #e5edf3;
	padding:7px 10px 7px 15px;
	text-decoration:none;
	color:#333;
}
#content-top #left ul .on a{
	display:block;
	height:1%;
	border-bottom:1px dotted #ccc;
	background:url(../images/top/navi-icon2.jpg) no-repeat 5px 12px #e5edf3;
	padding:7px 10px 7px 15px;
	text-decoration:none;
	color:#333;
}


/* バナーとログイン
---------------------------------------------------- */
#banner{
	float:left;
	width:360px;
	margin-top:10px;
}
#login{
	float:right;
	width:190px;
	height:223px;
	padding:40px 20px 10px 20px;
	margin-top:10px;
	background:url(../images/top/bg-loginform.jpg) no-repeat;
}
#banner img{
	vertical-align:bottom;
	margin-bottom:12px;
}


/* その他ページ全体
---------------------------------------------------- */
.txt-body{
	padding:5px 20px 10px 10px;
}
.txt-body ul,
.txt-body ol{
	margin:0 0 20px 35px;
}

.kiyaku-body{
	padding:0 10px 20px 10px;
}



.contact-info{
    color: #4F8A10;
	border:1px solid #4f8a10;
	padding:10px 10px 0 10px;
	margin-bottom:30px;
	background:#DFF2BF;
}




/* 新規登録
---------------------------------------------------- */
#login-left{
	float:left;
	width:310px;
}
#login-right{
	float:right;
	width:310px;
	margin-right:10px;
}


/* 管理画面
---------------------------------------------------- */
.sort{
	text-align:right;
	padding:10px 0 0 0;
}
.sort a{
	color: #3366ff;
}

/* 新規申し込みと無料体験
---------------------------------------------------- */
#new,
#xp{
	margin-bottom:5px;
}
#new img,
#xp img{
	vertical-align:bottom;
}