@charset "euc-jp";

/* ===================================================================
CSS Document

 file name  :index.css
 style info :インデックスのコンテンツエリア関係 他(会員インデックスも含)
=================================================================== */

@import url("/css/style.css");


/*----------------------------------------------------
	Details
----------------------------------------------------*/

.bt_syousai{
	float:right;
	margin-top:15px;
	margin-bottom: 20px;
}

.bt_syousai a{
	clear:both;
	width:90px;
	height:27px;
	text-indent:-9999px;
	display:block;
}

.bt_syousai a:link,
.bt_syousai a:visited{
	background:url(/english/image/button_details.gif) left top;
}

.bt_syousai a:hover{
	background:url(/english/image/button_details.gif) left bottom;
}


#pr_area_03 .bt_syousai a{
	width:90px;
}



/*----------------------------------------------------
	information_area
----------------------------------------------------*/

#information_area .topics{
	float:left;
	width:644px;
	margin-left:15px;
	margin-bottom:5px;
}

ul.infolist li a  {
	width:605px;
	background: url(/common/image/icon_arrow_01.gif) 11px 7px no-repeat;
}

.item{
	background:url(/english/image/hr_info.gif) no-repeat top ;
}

.itiran a{
	clear:both;
	width:90px;
	height:21px;
	text-indent:-9999px;
	display:block;
}

.itiran a:link,
.itiran a:visited{
	background:url(/english/image/button_topicslist.gif) left top;
}

.itiran a:hover{
	background:url(/english/image/button_topicslist.gif) left bottom;
}


