@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
/*PHOTO*/
.picture {
    border: 1px solid #ccc;
}
.center {
	text-align: center;
}

/* テーブル共通指定
----------------------------------------------- */
div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
}
div.tblareabtn img {
    vertical-align: baseline;
}
.phototd {
    width: 75px;
    text-align: center;
}
.centertd {
    text-align: center;
}
.pricetd {
    text-align: right;
}.pricetd2 {
    text-align: right;
    
    padding-right: 20px;
}
.pricetd em {
    font-weight: bold;
}
div#completetext {
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #CCCCCC;
}
div#completetext em {
    font-weight: bold;
}
div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}

/* バナー
----------------------------------------------- */
ul#banner {
    padding: 15px 0 0 0;
}
#banner li {
    padding: 0 0 10px 0;
}

/* テキストフィールド
----------------------------------------------- */
input[type='text'] {
    border: solid 1px #ccc;
}

/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
}
input[type='image'].box205 {
    width: 205px;
    height: 30px;
}
input[type='image'].box190 {
    width: 190px;
    height: 30px;
}
input[type='image'].box180 {
    width: 180px;
    height: 30px;
}
input[type='image'].box150 {
    width: 150px;
    height: 30px;
}
input[type='image'].box140 {
    width: 140px;
    height: 30px;
}
input[type='image'].box130 {
    width: 130px;
    height: 30px;
}
input[type='image'].box51 {
    width: 51px;
    height: 22px;
}
