@charset "Shift_JIS";

/*	=========================== */
/*	ボタン列全体				*/
/*	=========================== */
#buttonbar { margin: 0; padding: 0; }

/*	--------------------------- */
/*	各imgボタン					*/
/*	--------------------------- */
#buttonbar li { float: left; list-style: none; }

/*	--------------------------- */
/*	各imgボタンのリンク			*/
/*	--------------------------- */
#buttonbar li a	{ display: block; background: #ffffff; text-decoration: none; color: #EAFFED; white-space: nowrap; }
#buttonbar li a:hover {	background: #ffffff; }

/*	--------------------------- */
/*	ドロップダウン枠			*/
/*	--------------------------- */
#buttonbar li ul { margin: 0; padding: 0; position: absolute; visibility: hidden; border-style: outset; border-width: 0px 2px 2px 1px; border-color: #cccccc; }

/*	--------------------------- */
/*	ドロップダウン項目			*/
/*	--------------------------- */
#buttonbar li ul li { float: none; display: inline; font-size: 10pt; font-family: 'ＭＳ ゴシック', MS UI Gothic, Sans-Serif; }

/*	--------------------------- */
/*	ドロップダウン項目のリンク	*/
/*	--------------------------- */
#buttonbar li ul li a{ width: auto; background: #333333; color: #FFFFFF; padding: 3px 10px 3px 10px; border-top: solid 1px #ffffff; }
#buttonbar li ul li a:hover { background: #000000; color: #FFFFFF; }

/*	--------------------------- */
/*	フロートクリア				*/
/*	--------------------------- */
.ddmclear{ clear: both; overflow: hidden; height: 0; }
