body {
	font-family: Arial; 
	font-size: 12px;
	color: #606060;
	padding: 0;
	margin: 0px;
	background: #E6EBD7 url(layout/dots.png);
	text-align: center;
}

div {
	font-family: Arial; 
	font-size: 12px;
	line-height: 19px;
	color: #606060;
}

table {
	font-family: Arial; 
	font-size: 12px;
	color: #606060;
	padding: 1px;
	border: none;
}


tr, td {
	font-family: Arial; 
	font-size: 12px;
	color: #606060;
	padding: 1px 1px 1px 3px;
}

div#content {
	width: 1000px;
	text-align: left;
	padding: 0;
	margin: 0px auto;
	background: #f7fbe4;
	border: 12px solid #f7fbe4;
	}

div#top {
	height:  384px;
	background: url(layout/keita.jpg) top no-repeat;
}

div#mainwrapper {
	width: 1000px;
	}

div#maintext {
	width: 840px;
	margin: -100px 0px 0px 0px;
	text-align: left;
	float: right;
	display: inline;
	z-index: 10;
	position: relative;
	border-left: 1px dashed #cccccc;
	padding-left: 10px;
	}

div#menutext {
	width: 140px;
	margin: -120px 0px 0px 0px;
	text-align: left;
	float: left;
	display: inline;
	z-index: 5;
	position: relative;
}

div#bottom {
	clear: both;
	text-align: right;
	padding-bottom: 12px;
}

a:link, a:active, a:visited {	
	font-family: Trebuchet MS;
	font-weight: normal;
	color: #5A98B8;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	font-style: italic;
}

a:hover {
	color: #58B2A0; 
	background: #fff;
	border-bottom: 1px dashed #c0c0c0;
 	cursor:crosshair;
}

a.menu:link, a.menu:active, a.menu:visited {
	font-family: Arial Narrow, Trebuchet MS;
	font-weight: normal;
	font-size: 13px;
	padding: 0px;
	background: #fff;
	color: #5A98B8; 
	text-decoration: none;
	display: block;
	margin-bottom: 1px;
	border-bottom: 1px solid #E1E1E1;
	text-indent: 3px;
	font-style: normal;
}

a.menu:hover {
 	cursor:crosshair;
	background: #fff;
	color: #475FA5; 
	border-bottom: 1px dashed #E1E1E1;
}

/* basic header */
h1 {
	font-family: Garamond, Georgia;
	font-weight: normal;
	font-style: italic;
	font-size: 29px;
	color: #CC5500;
	margin: 15px 0px -3px 0px;
	text-transform: lowercase;
	text-indent: 20px;
	border-bottom: 6px solid #EFF1D1;
	}

/* subheaders */
h2 {
	font-family: Trebuchet MS;
	font-weight: bold;
	color: #00AEB8;
	font-size: 13px;
	text-align: center;
	margin: 18px 0px 0px 0px;
	text-transform: lowercase;
	letter-spacing: 1px;
	background: #F9FAEC;
	border-top: 2px solid #D9E27A;
	border-bottom: 2px solid #D9E27A;
	}

/* menu */
h3 {
	font-family: Arial Narrow, Arial;
	font-weight: bold;
	font-size: 13px;
	color: #C93700;
	text-align: center;
	margin: 18px 0px 0px 0px;
	text-transform: lowercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #c0c0c0;
	}

input, textarea, option, select {
	font-family: Arial; 
	font-size: 12px;
	background-color: #ECEEC7;
	color: #606060;
	border: 1px solid #9DA31F;
	padding: 3px;
}

p {
	margin: 12px 0px; 
	padding: 0px;
}

p.menu {
	margin: 5px 5px 15px 5px; 
	padding: 0px;
	line-height: 19px;
}

b {
	color: #1F5378;
}

i {
	color: #C93700;
}

.highlightCard {
	border: 2px solid #D63550;
	background: #D63550;
}
.dimmedCard {
	opacity:0.3;
	filter:alpha(opacity=30);
}