@charset "UTF-8";
/*------------------------------------------------
 * タイトル：TOPページ
 -------------------------------------------------*/

@import "http://bloban.jp/css/common.css";		/* 共通CSS */


div#uranai{
	position: relative;
	width: 929px;
	height: 493px;
	margin:5px 0 10px 20px;
	background: url(http://bloban.jp/images/uranaiGazo_top.jpg) no-repeat;


}

div#uranai p.btnSindan {
	position: absolute;
	left: 230px;
	top: 393px;
	margin: 0;
	padding: 0;
}

div#uranai ul {

	list-style-type: none;
}

div#selectSex {
	position: absolute;
	top: 134px;
	left: 295px;
}

div#selectSex li {
	float: left;
	width: 93px;
	text-align: left;
}


div#selectAge {
	position: absolute;
	top: 221px;
	left: 295px;
}

div#selectAge li {
	height: 27px;
	text-align: left;
}

div#selectColor {
	position: absolute;
	top: 150px;
	left: 563px;
}

div #selectColor li {
	float: left;
	width: 80px;
	height: 76px;
	text-align: left;
}

/*------------------------------------------------
 div#contents レイアウト
------------------------------------------------*/

/* 左側部分 */
div#contents div#topContLeft{
width:687px;
float:left;
text-align:left;
}

/* 右側部分 */
div#contents div#topContRight{
width:272px;
float:left;
text-align:left;
}

/*------------------------------------------------
 div#contents topContLeft 左側
------------------------------------------------*/
/* サイト説明文 */

div#topContLeft div#siteinfoTop{
margin-left:20px;
background:url(http://bloban.jp/images/siteinfo_bg.gif) center top no-repeat;
height:158px;
}

div#topContLeft div#siteinfoTop p{
padding:70px 24px 0 96px;
margin:0;
}

div#topContLeft div#pColumTop{
margin:10px 0 0 20px;
background:url(http://bloban.jp/images/columTop_bg.gif) center top no-repeat;
height:174px;
}

div#topContLeft div#pColumTop p{
padding:60px 178px 0 40px;
}


/*------------------------------------------------
 div#contents topContRight 右側
------------------------------------------------*/

/* ヤフー知恵袋 */
div#topContRight div#yahooBase{
background:url(http://bloban.jp/images/sidebarTop_bg.gif) repeat-y scroll center top;
}

div#topContRight div#yahooTitle{
background:url(http://bloban.jp/images/sidebarTitle_top.gif) no-repeat scroll center top;
}

div#topContRight div#yahooBottom{
background:url(http://bloban.jp/images/sidebarTop_foot.gif) no-repeat scroll center bottom;
padding:50px 20px 2px 16px;
text-align:left;
}

div#topContRight div#yahooBottom ul{
list-style-type:none;
}

div#topContRight div#yahooBottom li{
background:url(http://bloban.jp/images/yQuestion_icon.gif) no-repeat;
padding-left:60px;
font-size:80%;
line-height:1.5;
}

div#topContRight div#yahooBottom li a{
font-weight:bold;
}

div#topContRight div#yahooBottom li.yLine{
background:none;
padding-left:0px;
}

div#topContRight div#yahooBottom div#yahooInfo{
text-align:center;
margin:2px 12px;
}

div#topContRight div#yahooBottom div#yahooInfo p{
font-size:80%;
background:#ebedd9;
padding:6px;
line-height:1.5;
}

