@charset "utf-8";

/*
======== table of content. =================================

File name: css/pulldown.css
Summary: [プルダウン]用CSSファイル

============================================================
*/

/*-------------------------------------
上書き+追加
---------------------------------------*/
/* box-dotline-container
---------------------------------------*/
#mainLeft .box-dotline-container .box-dotline{
	position:relative;
}
#mainLeft .box-dotline-container .box-dotline dl{
	position:absolute;
	width:210px;
	
	top:9px;
	left:270px;
}
#mainLeft .box-dotline-container .box-dotline dl dt{
	width:210px;
	height:24px;
	overflow:hidden;
	text-indent:15px;
	line-height:24px;
	background:url("images/bg_select.gif") no-repeat 0 0;
}
#mainLeft .box-dotline-container .box-dotline dl dt span{
	width:186px;
	display:block;
	float:left;
	overflow:hidden;
}
#mainLeft .box-dotline-container .box-dotline dl dt img{
	width:24px;
	float:right;
	cursor:pointer;
}
#mainLeft .box-dotline-container .box-dotline dl dd{
	width:210px;
	background:url("images/bg_select_bottom.gif") no-repeat 0 100%;
}
#mainLeft .box-dotline-container .box-dotline dl dd ul{
	padding:1px;
}
#mainLeft .box-dotline-container .box-dotline dl dd ul li{
	width:208px;
	height:24px;
	overflow:hidden;
	margin:0 auto 0 auto;
	text-indent:15px;
	line-height:24px;
	cursor:pointer;
}
#mainLeft .box-dotline-container .box-dotline dl dd ul li.bg{
	background-color:#EFEFEF;
}
#mainLeft .box-dotline-container .box-dotline dl dd ul li:hover{
	color:#FFF;
	background-color:#333399;
}
