/******************************************************************************/
/*                                                                            */
/* 各種オブジェクト基本スタイル                                                 */
/*                                                                            */
/******************************************************************************/
.btn{height:27px;width:80px;}
a.detail{font-size:small;}
a{color:#0000ff}
input[type="text"]{height:20px;margin-bottom:5px;}
input[type="password"]{height:20px;}
/***********************************************************************/
/* ダウンロードしたファイルを明示しない場合は以下をコメントとすること  */
/*    → デフォルトは無効とする（IDの再利用時に問題が生じるため        */
/* .filedatatitle a:visited {color: #ff0000;}                          */
/***********************************************************************/

.inblock{display:inline-block;/display: inline; /*for ie5～7*//zoom: 1; /*for ie5～7*/}
a.usermenu{
    font-size:0.75em;
    display:block;
    width:80%;
    margin: 0 auto;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    border:2px solid;
    border-color:#aaaaaa #444444 #444444 #aaaaaa;
    background:#cccccc;
}
a.usermenu:hover{
    background:#777777;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;font-size:12px;font-family:'MS Gothic', 'ＭＳ ゴシック';line-height:16px;letter-spacing:0px;}
