body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}
img {
	border: 0px none;
	text-decoration: none;
}
a {
	outline: none;
	color: #5B4F97;
	text-decoration: none;
}
a:hover {
	color: #DF0000;
	text-decoration: underline;
}

div.outer_wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}

div.outer_header {
	background-color: #75AADB;
	height: 175px;
}
div.purple_line {
	background-color: #5B4F97;
	height: 10px;
}
div.menu_bar {
	background-color: #8669A3;
	height: 122px; 
}

div.inner_wrapper {
	width: 954px;
	margin: auto;
	padding: 0px;
	position: relative;
	text-align: left;
}



div.menu_column {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 13px;
	padding-top: 4px;
	height: 120px;
	overflow: hidden;
	text-align: left;
}
div.menu_home {
	width: 123px; 
}
div.menu_history {
	width: 297px;
}
div.menu_diary {
	width: 297px;
}
div.menu_contact {
	float: right;
	width: 150px;
	text-align: right;
	padding-right: 5px;
}
div.title {
	position: relative;
	height: 40px;
	#overflow: hidden;
	text-align: right;
	margin-left: -87%;
	width: 1500px;
}
div.title_home {
	background-color: #DF0000;
}
div.title_history {
	background-color: #FFA000;
}
div.title_diary {
	background-color: #40AA60;
}
div.title_contact {
	background-color: #263CCE;
}
div.title_404 {
	background-color: #8669A3;
}
img.title_image {
	position: relative;
	top: -6px;
}

div.diary {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 205px;
	height: auto;
	background-color: #40AA60;
	#margin-bottom: -5px;
}
div.diary_text {
	color: #fff;
	padding: 12px;
	line-height: 17px;
	font-size: 15px;
}




a.diary_menu_go {
	position: absolute;
	right: 8px;
	bottom: 15px;
	height: 18px;
	width: 24px;
	background-image: url(/images/diary_menu_go.png);
	background-repeat: no-repeat;
	display: block;
}
a.history_menu_go {
	position: absolute;
	right: 8px;
	bottom: 15px;
	height: 18px;
	width: 24px;
	background-image: url(/images/history_menu_go.png);
	background-repeat: no-repeat;
	display: block;
}
a.diary_go {
	position: absolute;
	right: 8px;
	height: 18px;
	width: 24px;
	background-image: url(/images/diary_go_button.png);
	background-repeat: no-repeat;
	display: block;
}

div.general_text {
	position: relative;
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	margin-left: 40px;
	width: 600px;
}

div.footercolumn {
	position: relative;
	float: left;
	width: 150px;
	margin-right: 10px;
	padding-top: 10px;
}
.footercolumn ul {
	margin: 0px;
}
div.c2 {
	width: 100px;
	text-align: right;
}
div.c3 {
	width: 250px;
}
div.footer {
	width: 798px;
}

#calendar {
	position: relative;
	background-color: #A0DCB3;
	width: 643px;
}
div.calendar_title {
	position: relative;
	float: left;
	margin-left: 10px;
	height: 18px;
	width: 80px;
	background-image: url(/images/calendar_title.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

div.calendar_entry {
	position: relative;
	float: left;
	margin-left: 10px;
	height: 65px;
	width: 80px;
	text-align: center;
	line-height: 60px;
	font-size: 40px;
	color: #fff;
	background-image: url(/images/calendar_entry.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	color: #ccc;
}
.calendar_entry a {
	color: #fff;
}
.calendar_entry a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

div.calendar_popup {
	position: fixed;
	#position: absolute;
	top: 35%;
	left: 35%;
	display: none;
	z-index: 200; 
	background-image: url(/images/calendar_popup.png);
	background-repeat: no-repeat;
	height: 400px;
	width: 500px;
}
span.popup_title {
	font-weight: bold;
	color: #fff;
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 45px;
	text-align: right;
}
div.popup_text {
	line-height: 16px;
	font-size: 13px;
	letter-spacing: 1px;
	padding-left: 40px;
	#padding-left: 30px;
	padding-right: 40px;
	#padding-right: 10px;
	padding-top: 10px;
	position: relative;
	top: 46px;
	left: -8px;
	height: 270px;
	width: 420px;
	#width: 500px;
	overflow: auto;
}
img.diary_image {
	max-width: 80px; 
	max-height: 100px; 
	width:expression(document.body.clientWidth > 80? "80px": "auto" );
	height:expression(document.body.clientHeight > 100? "100px": "auto" );
	position: relative;
	top: -30px;
}

#fade_out {
	background-color: #fff;
	opacity: 0.5;
	filter:alpha(opacity=50);
	display: none;
	height: 1500px;
	width: 100%;
	position: fixed;
	#position: absolute;
	top: 0px;
	left: 0px;
}

h1 {
	color: #fff;
	padding-right: 10px;
}

ul.top_menu {
	margin: 0px;
	padding: 0px;
	top: -20px;
	#padding-bottom: 20px;
	left: -20px;
	display: block;
	position: relative;
	list-style: none;
	z-index: 100;
}
ul.top_menu li {
	float: left;
	margin-right: 20px;
}

label {
	float: left;
	position: relative;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}
input.input_text {
	width: 300px;
	float: left;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px #263CCE solid;
	font-size: 12px;
	color: #263CCE;
	font-family: Arial;
}
textarea.input_area {
	width: 300px;
	float: left;
	padding: 5px;
	border: 1px #263CCE solid;
	font-size: 12px;
	color: #263CCE;
	font-family: Arial;
}

input.input_submit {
	background-color: #fff;
	border: 1px solid #263CCE;
	font-size: 12px;
	color: #263CCE;
	font-family: Arial;
	padding: 5px;
	float: right;
	margin-right: 30px;
	cursor: pointer;
}