/*** login ***/
#login .box{
	margin:50px auto 0px auto!important;
	width:340px;
	text-align:center;
}
#login h3{
	background:none;
	text-align:center;
	padding:6px 0px;
	font-size:100%;
	margin-bottom:0px;
}
#login p{
	font-size:12px;
}
#login table,
#login td{
	border:0px;
}
#login table{
	display:inline;
}

/**
 * .box
 */
.box{
	margin-bottom:20px;
}
.box .boxHead{
	background:url(images/bg_box_head_01.gif) left top no-repeat;
	width:340px;
	height:38px;
}
.box .boxBody{
	background:url(images/bg_box_body_01.gif) left top repeat-y;
	width:290px;
	padding:25px 25px 5px 25px;
}
.box .boxFoot{
	background:url(images/bg_box_foot_01.gif) left top no-repeat;
	width:340px;
	height:15px;

}
.box .boxHead h3{
	background:url(images/bg_box_blt_01.gif) left 10px no-repeat;
	padding-top:10px;
	padding-left:30px;
	margin-left:15px;
	line-height:26px;
	margin-top:0px;
	margin-bottom:0px;
}
.box .boxBody ol,
.box .boxBody ul{
	margin-left:0px!important;
	padding-left:0px!important;
}
.box .boxBody li{
	margin-left:0px!important;
	margin-bottom:5px;
}
.box .boxBody ol li{
	list-style-position:inside!important;
}

/**
 * ページネーション
 */
#pagination
{
	margin:10px 5px;
}
#pagination a
{

}

#pagination em
{
	font-style:normal;
	background-color:#E2E2E2;
	padding:1px 3px;
}
#pageResult
{
	float:right;
}
#pageResultsPerPage
{
	text-align:right;
	margin-bottom:10px;
}









