/* CSS 出展される方へ */

/* ヘッダー画像 */
#wrapper #header div.top-img{
	width:840px;
	height:110px;
}

.top-copy {
    margin: 0;
    padding: 0 0 20px 0;
}

em {
    font-style: normal;
    font-weight: bold;
    color: #FB5DE7;
}

.member {
    font-weight: bold;
    color: #00C3D5;
}

.right {
    float: right;
}

h2 {
    clear: both;
    margin: 10px 0;
}

/* 募集要項 */
table.contest {
    border-collapse: collapse;
}
table.contest th, table.contest td {
    vertical-align: top;
    line-height: 1.3;
    padding: 0 0 15px 0;
}
table.contest th {
    width: 160px;
    text-align: left;
}

.note {
    font-size: 80%;
}

table.contest ol {
    margin-left: 20px;
    font-size: 80%;
}

table.contest td.bottom {
    padding: 10px 0 0 0;
    text-align: right;
}

table.contest p.limit {
    background: #FFFEE9;
    text-align: center;
    padding: 5px;
    border-top: solid 2px #FFE3AD;
    border-bottom: solid 2px #FFE3AD;
}

