
#content___Frame {
	background-color: #E9EDEE;
}

body {
	margin: 0; padding: 0;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	background-color: #B8A0AD;
}

h1 {
	font-size: 1.3em;
	color: #75072E;
}

h2 {
	font-size: 1.3em;
	color: #75072E;
}


#all {
	width: 1000px;
	height: 500px;
}

#header {
	margin: 0; padding: 0;
	height: 190px;
}

#header img {
	margin: 0; padding: 0;
	display: block;
	border: 0;
}

#navi {
	margin: 0; padding: 0;
	height: 24px;
	background-color: #75072E;
}

#navi ul {
	margin: 0; padding: 0;
	margin-left: 240px;
	list-style-type: none;
}

#navi li {
	float: left;
}

#navi a:link, #navi a:visited {
	display: block;
	padding-right: 10px;
	padding-left: 20px;
	text-decoration: none;
	color: #E9EDEE;
	line-height: 200%;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

#navi a:hover, #navi a:focus {
	background: url('/_cms/images/dot.gif') 7px 8px no-repeat;
	background-color: #E9EDEE;
	color: #75072E;
}

#center {
	width: 1000px;
}

#subnavi {
	margin: 0; padding: 0;
	height: 5px;
	width: 240px;
	float: left;
}

#subnavi ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

#subnavi a:link, #subnavi a:visited {
	display: block;
	padding-left: 20px;
	color: #75072E;
	line-height: 200%;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
}

#subnavi a:hover, #subnavi a:focus {
	background-image: url('/_cms/images/dot.gif');
	background-position: 7px 8px;
	background-repeat: no-repeat;
}

a.subnavi1:link, a.subnavi1:visited {
	background-color: #E9EDEE;
	font-weight: bold;
}

a.subnavi2:link, a.subnavi2:visited {
	font-weight: bold;	
}


a.subnavi1_sub:link, a.subnavi1_sub:visited {
	font-weight: normal;
	background-color: #E9EDEE;
}

a.subnavi2_sub:link, a.subnavi2_sub:visited {
	font-weight: normal;	
}

#content {
	min-height: 600px;
	float: left;
	background-color: #E9EDEE;
	width: 760px;
}

#incontent {
	margin: 15px;
}

#impress {
	float: right;
	font-size: 0.8em;
	font-family: Comic Sans MS, Verdana, Arial, Helvetica;
	color: #75072E;
	text-decoration: none;
	margin-right: 10px;
}