﻿@charset "utf-8";

.textArea{
	width: 570px;
	margin-bottom: 20px;
}
.textArea .clearfix{
	clear: both;
	margin-left: 44px;
	margin-right: 44px;
	padding: 4px;
	border-bottom:1px dotted #000000;
}
#contents .textArea .clearfix h5{
	display: inline;
	float: left;
	width: 150px;
	height: auto;
	margin: 0;
	padding: 0;
	color:#000000;
	font-size:100%;
	border-bottom: none;
	line-height:1.5em;
}
#contents #greetingContainer {
	margin-right:15px;
	background-image:url(images/logo_bg.gif);
	background-repeat:no-repeat;
	background-position:480px top;
}
#contents p#greetingTxt{
	font-size: 125%;
	line-height: 1.5em;
	color: #CC0033;
	font-weight: bold;
}
#contents .textArea .clearfix p{
	display: inline;
	float: left;
	margin: 0px 8px 0 8px;
	padding: 0px;
	font-size:100%;
	line-height:1.5em;
}
#dateList{
	width: auto;
	margin-left: 44px;
	margin-right: 44px;
	margin-bottom: 30px;
}
#dateList .clearfix{
	clear: both;
	padding: 5px 10px;
	border-bottom: solid 1px #cccccc;
}
#dateList .clearfix dt{
	float: left;
	width: 8em;
	margin: 0;
	padding: 0px;
	font-size:100%;
	line-height:1.5em;
}
#dateList .clearfix dd{
	margin: 0 0 0 8em;
	padding: 0 0 0 20px;
	font-size:100%;
	line-height:1.5em;
	height: 1%;
	background-image: url(../common/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
}

#GoogleMaps{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #cccccc;
}

