﻿/* CSS Document */

body {
	background: #eff1ee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18pt;
	font-size: 12pt;
}
#logo 
{
    position: absolute;
    right: 0px;
}
#logo img
{
    border: 0px;
}
#menuTop, #contentsLeft, .back, .popUpEvent, .slogan,
#baseTopLeft, #baseTopRight, #baseBottomLeft, #baseBottomRight
{
    display: none;
}
#contentsRight
{
    display:block;
}
.offer_title 
{
    font-style:italic;
    font-weight:bold;
    border-bottom: dashed 1px #000;
    margin-bottom: 3px;
    padding: 3px;
    width: 350px;
}
.offer_label
{
    margin: 0px 0px 0px 3px;
}
.offer_label b
{
    margin-right: 5px;
}
.offer_description 
{
    margin-top: 10px;
}