@charset "utf-8";
/* CSS Document */
	
.body
	{
		color: #000000;
		font-size: 14px;
		font-family: Arial;
		text-decoration: none;
	}

.headertable
	{
		margin-top: 10px;
		border-color: #CC9900;
		border-style: double;
	}
.maintable
	{
		margin-top: 10px;
	}

.content_bg
	{
		background:url(images/content_bg.png) no-repeat;
	}
	
.right_banner
	{
		background: url(images/bg_right.png) no-repeat;
	}

.menu
	{
		font-family: Arial;
		font-style: normal;
		color: #F58221;
		font-size: 20px;
		margin-right: 15px;
		text-decoration: none;
		cursor: default;
	}
.menu:hover
	{
		font-family: Arial;
		font-style: normal;
		color: #CC0000;
		font-size: 20px;
		margin-right: 10px;
		text-decoration: none;
		cursor: default;
	}

.module
	{
		font-family: Arial;
		color: #F58221;
	}
	
.link
	{
		font-family: Arial;
		color: #000000;
		font-size: 14px;
	}

.textinput
	{
		font-family: Arial;
		font-size: 12px;
		background-color: #FFFF77;
		border: hidden;
		color: #000000;
	}
.textinput:focus
	{
		font-family: Arial;
		background-color: #FFFF77;
		border: hidden;
		color: #555555;
	}

.submitbutton
	{
		font-family: Arial;
		background-color: #FFFF44;
		border: hidden;
	}
.submitbutton:hover
	{
		font-family: Arial;
		background-color: #CC0000;
		border: hidden;
	}

.content_title
	{
		font-family: Arial;
		font-weight: bold;
		font-size: 18px;
		color: #880000;
	}

.content
	{
		font-family: Arial;
		color: #000000;
		font-size: 14px;
	}
.content_heading
	{
		font-family: Arial;
		font-size: 18px;
		color: #000000;
		text-decoration: underline;
	}
	
.content_table
	{
		margin-top: 10px;
		margin-left: 25px;
	}
.content_app_table
	{
		margin-top: 50px;
	}
	
.copyright
	{
		font-family: Arial;
		font-size: 10px;
		color: #666666;
		text-decoration: none;
	}
	
.guestbook_01
	{
		font-family: Arial;
		font-size: 16px;
		color: #880000;
	}
.guestbook_02
	{
		font-family: Arial;
		font-size: 12px;
		color: #000000;
	}
.guestbook_link
	{
		font-family: Arial;
		font-size: 11px;
		color: #555555;
		text-decoration: none;
	}
