@charset "UTF-8";
/* CSS Document */

/*flash待ち受け一覧ページ用*/
#MainC p.ichiranH2{
	position: relative;
	top: -44px;
	left:410px;
	width: 330px;
	text-align: right;
}
#MainC ul li.ichiran_box{
	width:350px;
	height:150px;
	float:left;
	padding:0 21px 12px 0;	
	position:relative;
}
#MainC ul li.ichiran_box dl dd.ichiran_img{
	position:absolute;
	top:0;
	left:0;
}
#MainC ul li.ichiran_box dl dd.ichiran_img a:hover{
	position:absolute;
	top:0;
	left:0;
}
#MainC ul li.ichiran_box dl dd.ichiran_txt{
	position:absolute;
	top:30px;
	left:114px;
	font-size:10px;
	line-height:15px;
	padding-right:20px;
}
#MainC ul li.ichiran_box dl dt{
	position:absolute;
	left: 114px;
	top: 0px;
	font-weight: bold;
	margin-bottom: 0.5em;
	width:236px;
	background-image: url(../img2/line1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:2px;
}
.ichiran_box dl dd.ichiran_img a span{
	display:block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -10px;
	left: -20px;
}
.ichiran_box dl dd.ichiran_img a span{
	background-image: url(../img2/ninki.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/*透過pngIE6用処理*/
* html .ichiran_img a span{
behavior: url(http://www.all-confe.net/Scripts/iepngfix.htc);
}
#MainC ul li.ichiran_box dl dd.ichiran_txt ul li{
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom:4px;
}


