@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	background:url(/img-common/bg-noise.gif) repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	margin:10px 0px 10px 0px;
	line-height:1.4em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height:1.4em;
	font-style: normal;
	font-weight:normal;
	color: #333333;
}

a:link {
	color:#114C97;
	text-decoration:none;
}
a:visited {
	color:#114C97;
	text-decoration:none;
}
a:hover {
	color:#cc0000;
	text-decoration: underline;
}
a:active {
	color:#cc0000;
	text-decoration: underline;
}


#header {
	width: 1000px;
	margin:0px auto 0px auto;
	padding: 0px;
	text-align:left;
}

#footer {
	width: 1000px;
	margin:0px auto 0px auto;
	padding: 0px;
	text-align:left;
}
#contentArea {
	background-color:#FFFFFF;
	border-bottom:#CCCCCC solid 1px;
	border-top:#CCCCCC solid 1px;
}
#content {
	width: 1000px;
	margin:0px auto 0px auto;
	padding: 0px;
	background:url(/img-common/bg-left.gif) bottom left no-repeat;
}

.colLeft {
	width: 280px;
	float:left;
	padding: 0px;
	text-align:right;
}

.colRight {
	width: 700px;
	float:right;
	padding: 0px;
	margin:0px;
	text-align:left;
	background:url(/img-common/bg-right.gif) top right no-repeat;
}

.colRight h1 {
	width: 500px;
}

.naviItemOpen a {
	padding:5px 5px 5px 20px; 
	color: #333333 !important;
	text-decoration:none !important;
	display:block;
	background:url(/img-common/bg-navi-open.gif) 0 50% no-repeat !important;
}

.naviItem {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight:bold;
	border-top:#cccccc solid 1px; 
	margin:0px 0px 0px 0px;
}

.naviItem a {
	padding:5px 5px 5px 20px; 
	color: #333333 !important;
	text-decoration:none !important;
	display:block;
	background:url(/img-common/bg-navi.gif) 0 50% no-repeat;
}

.naviItem a:hover {
	text-decoration:none !important;
	color:#333333 !important;
	background-color:#f4f4f4;
}

.news {
	font-size:0.85em;
	color:#666666;
	padding:0px 20px 30px 20px;
}
.news p {
	width: 500px;
}

#copyright {
	font-size:0.7em;
	color:#666666;
	padding:0px 0px 30px 20px;
}


