/* プルダウンリストを最初は非表示にしておく */
#pulldown_container{
	margin:0 auto 0 auto;
	width:950px;
}

.pulldown{
	display:none;
	font-size:14px;
}
.pulldown .sentence{
	color:#444444;
	font-size:16px;
}
.pulldown .sentence:HOVER{
	color:#EE0000;
}

.pulldown .text{
	color:#0077BB;
}
.pulldown .textR{
	color:#EE0000;
}

.pulldown .text1{
	color:#0077BB
}

.pulldown .text:HOVER{
	color:#EE0000;
}

#pulldown_saiyo{
	position:absolute;
	top:100px; /* グローバルナビまでの高さ */
	height:300px; /* 背景画像の高さと同じ */
	width:460px; /* 背景画像の幅と同じ */
	background-image:url("saiyo_pulldown.png");
	background-repeat: no-repeat;
	z-index:10;
	padding-top:30px;
	padding-left:220px;
	margin-left:490px;
}

