@charset "UTF-8";

/*------------------------------------------------------
サイドバー
------------------------------------------------------*/
#subMenu{
	margin-bottom: 10px;
}
ul#subMenuList{
	font-weight: bold;
	color: #333333;
}
ul#subMenuList li{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
	font-size: 0.9em;
}
ul#subMenuList li.orangeAllow{
	background-image: url(../images/sub_menu_orange_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
ul#subMenuList li.greenAllow{
	background-image: url(../images/sub_menu_green_bg.png);
	background-repeat: no-repeat;
	background-position: left center;

}
ul#subMenuList li.blueAllow{
	background-image: url(../images/sub_menu_blue_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
ul#subMenuList li.headerItem{
	background-image: url(../images/sub_menu_header_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 12px;
}

ul#subMenuList li.middleItem{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C9C9CA;
}
ul#subMenuList li.lastItem{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/sub_menu_last_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
ul#subMenuList li.footerItem{
	background-image: url(../images/sub_menu_footer_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	background-color: #FF99FF;
	height: 12px;
}
#subMenuSp{
	background-color: #FF99FF;
}

#accessRanking{
	margin-bottom: 10px;
}

ul#accessRankingList li{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 16px;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-right: 10px;
}
ul#accessRankingList li.headerItem_ranking{
	background-image: url(../images/sub_access_header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	margin: 0px;
	padding: 0px;
}
ul#accessRankingList li.middleItem_ranking{
	background-image: url(../images/sub_access_item_bg.png);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
ul#accessRankingList li a{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	display: block;

}
ul#accessRankingList li a.No1{
	background-image: url(../images/no1.gif);
}
ul#accessRankingList li a.No2{
	background-image: url(../images/no2.gif);
}
ul#accessRankingList li a.No3{
	background-image: url(../images/no3.gif);
}
ul#accessRankingList li a.No4{
	background-image: url(../images/best4.gif);
}
ul#accessRankingList li a.No5{
	background-image: url(../images/best5.gif);
}
ul#accessRankingList li.lastItem_ranking{
	background-image: url(../images/sub_access_lastItem_bg.png);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-bottom: 0px;
	padding-bottom: 15px;
	background-position: left bottom;
}
ul#accessRankingList li.footerItem_ranking{
	margin: 0px;
	padding: 0px;
}

#jinkou{
	margin-bottom: 10px;
}
ul#jinkouList{
	padding: 5px;
}
ul#jinkouList li{
	padding-left: 20px;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
}
.male{
	background-image: url(../images/icon_male.gif);
	background-repeat: no-repeat;
}
.female{
	background-image: url(../images/icon_female.gif);
	background-repeat: no-repeat;
}
.family{
	background-image: url(../images/icon_family.gif);
	background-repeat: no-repeat;
}
.kokoro{
	background-image: url(../images/icon_hart.gif);
	background-repeat: no-repeat;
}

.sideTitle{
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	background-image: url(../images/sidetitle_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
}
#sideParts{
	margin-bottom: 15px;
}
#sideWeather{
	margin-bottom: 15px;
}
#sidePR{
	margin-bottom: 10px;
	text-align: center;
}
#sideBanner{
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 5px;
}
#sideBanner ul li{
	margin: 0px;
	padding: 0px;
}

#searchContents{
	background-color: #ECECFF;
	margin-bottom: 10px;
}
.searchTitle{
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	background-image: url(../images/sidetitle2_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	letter-spacing: 0.1em;
	background-color: #6699ff;
}
#searchForm1{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;
}
#searchKey{
	margin-bottom: 10px;
	text-align: center;
}
#searchTypeSelect{
	margin-right: 1em;
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
}
#searchTypeTitle{
	font-weight: bold;
	padding-bottom: 5px;
}
#searchBtn{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
