/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif, MS PGothic, Osaka;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	line-height: 16px;
	background-image:   url(../img/bg_border.gif);
	background-repeat: repeat;
	background-position: left top;
}

.hide {
	visibility: hidden;
}
.cancel {
	text-decoration: line-through;
}

.center {
	text-align: center;
}

.clear
{
	clear: both;
}

#divOutline {
	margin: auto;
	width: 750px;
	/*height: auto;*/
}

#divHeader {
	width: 750px;
	height: 88px;
	background-image:  url(../img/header_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#divMenuBar {
	width: 740px;
	height: 32px;
	background-color: #C60C06;
	text-align: right;
	padding-right: 10px;
}

/* =====  styles for the header navigation ===== */

	#navi{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		display: inline;
	}

	#navi li {
		background-image:  url(../img/bg_navi.gif);
		background-repeat: repeat-x;
		background-position: left top;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: #E54B39;
		border-right-color: #CD5450;
		border-bottom-color: #CD5450;
		border-left-color: #E54B39;
		margin-left: 2px;
		margin-top: 3px;
		text-align: center;
		padding-right: 8px;
		padding-left: 6px;
		padding-top: 1px;
		padding-bottom: 1px;
		float: right;
	}

	#navi a, #navi a:link, #navi a:visited, #navi a:active {
		font-size: 11px;
		font-weight: bold;
		color: #FEDFDB;
		text-decoration: none
	}
	#navi a:hover {
		color: #ED9E96;
		text-decoration: none
	}

#divContents {
	background-color: #fff;
	padding: 5px 0px 5px 0px;
	/*border: 1px solid #00ff00;*/
}

#divContentsHome {
	background-color: #fff;
	padding: 10px;
	float: left;
	width: 730px;
}

/* ===== Home Contents ===== */

#homeLeft {
	width: 445px;
	/*padding-right: 10px;*/
	margin-bottom: 10px;
}

#homeRight {
	width: 271px;
	padding-left: 3px;
	float: right;
}

.homeRight_title {
	background-image:  url(../img/home_subTitile_bg.gif);
	/*background-position: left top;
	background-repeat: repeat-x;*/
	height: 24px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 10px 0px 10px;
	float: left;
	width: 251px;
}

.homeRight_contents {
	background-color: #ECE9D8;
	padding: 5px 10px 15px 10px;
	float: left;
	width: 251px;
}

	#homeRight ul {
		margin: 0 0 0 0px;
		padding: 0;
		width: 240px;
	}
	
	#homeRight li {
	/*
	font-size: 1.2em;
	color: #663366;
	line-height: 1.3em;
	font-weight:bold;
	padding: 0 0 10px 5px;
	float: left;
	width: 232px;

	list-style-position: outside;
	list-style-image:  url(../img/list_flower.gif);
	*/
	
	font-size: 1.2em;
	color: #663366;
	line-height: 1.3em;
	font-weight:bold;
	
	list-style-image: url(../img/list_flower.gif);
	list-style-position: outside;
	margin: 2px 0 10px 15px;
	
	}

	#homeRight li a, #homeRight li a:link, #homeRight li a:visited, #homeRight li a:active {
		color: #C60C06;
		text-decoration: none;
		font-size: 1.0em;
		font-weight: normal;
		border-bottom: 1px solid #C60C06;
	}
	#homeRight li a:hover {
		color: #ED9E96;
		font-weight: normal;
	}

	.small, .small a, .small a:link, .small a:visited, .small a:active, .small a:hover {
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;

	}
	
	
.repeat img {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* ===== footer styles ===== */

#divFooter {
	float: left;
	width: 750px;
	text-align: center;
	color: #999999;
	font-size: 9px;
	line-height: 9px;
	background-image:  url(../img/footer_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 39px;
	padding-top: 18px;
	clear: both;
}

#divFooter a, #divFooter a:link, #divFooter a:visited, #divFooter a:active {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#divFooter a:hover {
	color: #E36B5E;
	text-decoration: none;
}


