* {
    margin:		0px;
    padding:		0px;
}

body {
    background:		#eee;
}

div.content {
    width:		500px;
    margin:		20px auto auto;
    padding:		20px;
    border:		1px solid #aaa;
    border-radius:	5px 5px;
    box-shadow:		5px 5px 5px #ccc;
    background:		white;
}

h2 {
    margin:		2px 2px;
    line-height:	120%;
}

h3 {
    margin:		10px;
    text-align:		right;
    line-height:	110%;
}

div.logo-s {
    margin:		20px auto;
    width:		200px;
    height:		30px;
    background:		url(/logo-s.gif) no-repeat;
}

div.notice {
    color:		#804040;
    font-weight:	bold;
    margin:		10px 10px;
}

.center {
    text-align:		center;
}

div.address {
/*    color:		#202020;*/
    font-size:		small;
    margin:		20px 20px;
}

span.label {
    width:		2em;
    display:		inline-block;
}

dt {
    float:		left;
}

dd {
    margin-left:	2.5em;
}

