@charset "utf-8";

/*
======== table of content. =================================

summary:ログインページ用レイアウト定義

-CONTENT

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

/*-------------------------------------
CONTENT
---------------------------------------*/
#contents{
background:none;
}
.window{
	width:420px;
	margin:0 auto;
	padding:25px 0 0 0;
}
.window dd ul{
	width:418px;
	height:82px;
	background:url(../member/images/bg_window.jpg) repeat-x bottom;
	border-right:#CCC 1px solid;
	border-left:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
}
.window dd  ul li{
	float:left;
	padding:14px 0 0 14px;
}
