@charset 'shift_jis';
/*
 * present.css - プレゼントのCSS
 *
 * Copyright (C) 2005 Welva Corporation. All rights reserved.
 *
 * $Id: present.css,v 1.4 2008/09/03 23:05:08 flix Exp $
 */

/* item */
.content .present-list .item {
    margin: 1em 0px;
    padding: 4px;
    border: solid 1px black;
}

/* title */
.content .present-list .title {
    font-weight: bold;
    border-bottom: solid 1px black;
    margin-bottom: 2px;
}

/* image */
.content img.thumb {
    float: right;
    margin: 2px 0px 4px 4px;
}

/* 見出し */
.content .header {
    font-weight: bold;
    color: #880000;
}

/* 応募フォーム */
.content form {
    clear: both;
    text-align: center;
    padding: 4px;
}
.content .limit {
    color: red;
}

