/*** 本文 ***/
/* body {
    max-width:      750px;
    margin-left:    auto;
    margin-right:   auto;
} */

/*** 見出し ***/
h1 {
    font-size:  x-large;
}
h3 {
	text-decoration: underline;
}

/*** 価格表示 ***/
.kakaku {
	text-decoration: underline;
	color: blue;
}
.red { color: red; }


/*** フォーム ***/
form {
    margin-top:     0px;
    margin-bottom:  0px;
}

/*** ボタン ***/
/*
button {
    height:         3em;
    text-align:     center;
    vertical-align: middle;
    padding-top:    auto;
    padding-bottom: auto;
}
*/

/*** テキスト入力 ***/
.inputw     { width:        400px; }
.ime_on     { ime-mode:     active; }
.ime_off    { ime-mode:     inactive; }

/*** テーブルセル ***/
.padd_l     { padding-left:     1em; }
.padd_r     { padding-right:    1em; }
.padd_t     { padding-top:      1ex; }
.padd_b     { padding-bottom:   1ex; }


