@charset "utf-8";

/*==============================================

released: 2009.12.09

-contents-

01. find bookmark
02. login toppage (Mother Site)

===============================================*/


/*----------------------------------------------
	01. find bookmark
----------------------------------------------*/

#unvbookmkwrap {
	padding-bottom: 10px;
	width: 900px;
	height: auto;
	position: relative;
}

.unvbookmk {
	width: 400px;
	height: auto;
	position: absolute;
	top: 0px;
	right: 0px;
}

.unvbookmk li {
	margin-left: 10px;
	padding: 1px 4px;
	float: right;
	font-size: 14px;
	background-color: #f0f6c4;
	border: 1px dotted #666;
}



/*----------------------------------------------
	02. login toppage (Mother Site)
----------------------------------------------*/

/*__ login before __*/

#loginwrap {
	margin-bottom: 20px;
	padding: 8px;
	border: 2px solid #f76818;
	background-image: url(../img/login_bg.gif);
	margin-top: 0;
}
p.title {
	background: #f76818;
	color: #fff;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	margin: 0;
}

.loginmot {
	margin: 0px;
	padding: 5px 0px 8px 0px;
	text-align: center;
}

.kaiinmot {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

/*__ login after __*/

span.loginname {
	font-weight: bold;
}

#loginwrap li {
	padding-top: 2px;
	list-style-type: none;
	text-align: right;
}

