/*
body {margin:25px; font:12px Verdana, Arial, Helvetica}
* {padding:0; margin:0}
*/

.dropdown {
	font-size: 10px;
	float:left; 
	margin:0;
	/*padding-right:5px*/
	padding:2px 4px 2px 0; /*ボタン同士の間隔*/
}

.dropdown dt {
	width:110px; 

	font-weight:normal; 
	cursor:pointer; 
	background:#ffff00;
	border-radius: 5px;         /* CSS3*/
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

	border:2px solid #9ac1c9; 
	/* background:url(images/header.gif); */
	margin:0;
}

.dropdown dt:hover {
	/*background:url(images/header_over.gif);*/
	background:#ffff55;
	margin:0;
}

.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	display:none; 
	/*background:#fff; *//*白*/
	z-index:200; 
	opacity:0;
	padding:0; 
	margin:0;
}

.dropdown ul {
	width:170px; /* org: 204 */
	border:2px solid #9ac1c9; 
	list-style:none; 
	border-top:none;
	padding:0;
	margin:0;
}

.dropdown li {
	display:inline;
	padding:0;
	margin:0;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:0px 0 5px 0;
	color:#333; 
	text-decoration:none; 
	background:#eaf0f2; 
	margin:0;
}

.dropdown  .menuitem{
	margin:0;
	padding:5px 0 0 6px;
}

.menuitem img{
	border: none;
}

.dropdown a:hover {				/*サブアイテム選択時*/
	/*background:#d9e1e4; 明るめの灰色*/
	background:#ffff55;		/*明るい黄色*/
	color:#000
}
.dropdown .underline {border-bottom:1px solid #b9d6dc}

/* simplebutton */
.simplebutton {
	font-size: 10px;
	display:block; 
	float:left; 
	margin:0;
	padding:2px 2px 2px 2px; /*ボタン同士の間隔*/
	/*background:url(images/header.gif);*/
}

.simplebutton dt {
	width:110px; 
	/*border:2px solid #9ac1c9;*/
	font-weight:normal; 
	cursor:pointer; 
	background:#ffff00;
	border-radius: 5px;         /* CSS3*/
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */

}

.simplebutton a, .simplebutton a:active, .simplebutton a:visited {
	display:block; 
	color:#000; 
	text-decoration:none; 
	cursor:pointer; 
}
.simplebutton dt:hover {
	/*background:url(images/header_over.gif)*/
	background:#a3daa3;		/*明るい緑色*/
}
