

/* シャドウ */

.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
padding:10px;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}


/* フォーム装飾 */

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#ff3e96;
padding: 1px 2px;
background:url(image2/ninshin.png) repeat-x left top;
}



