@charset "utf-8";

*{
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:150%;
	/*color:#333333;*/
}
a {
	color: #0000FF;
}

img{
	border:none;
}

.floatLeft{
	float:left;
}
.floatRight{
	float:right;
	margin-right: 1px;
}

.clear{
	clear:both;
}







body {
	background-image: url(../images/bodyBg.jpg);
	background-repeat: repeat-x;
	background-color:#f3f3f3
	
}
	#wrapper {
	width: 759px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapperBg.png);
	background-repeat: repeat-y;
	padding: 0px 4px 0px 5px;
	behavior: expression(IEPNGFIX.fix(this)); 
	}
		 #contentsArea, #footerArea,#panArea {
			padding-right: 28px;
			padding-left: 28px;
		}
		#headerArea{
			height:102px;
			padding-left: 28px;
			border-top:solid 3px #1A439B;
			background-repeat:repeat-x;
			background-image: url(../images/headBg.jpg);			
		}
			#naviArea{
				background-image:url(../images/hashima.jpg);
				background-repeat:no-repeat;
				float:right;
				width:595px;
				height:20px;
				margin-top: 15px;
				line-height:110%;				
			}
				#gNaviArea{
					float:right;
					width: 595px;
					margin-top:30px;
				}
				
h1{
	margin:0px;
	padding:0px;
}
#panArea {
	background-image: url(../images/pan.jpg);
	background-repeat: repeat-x;
	width: 702px;
	height: 24px;
}
#footerArea {
	clear:both;
	height: 100px;
	/*width: 702px;*/
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align: center;
	margin-top:30px;
}
.textLink {
	background-image: url(../images/linkIcon.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#panArea strong {
	color: #1A439B;
}
#logo {
	float: left;
	margin-top: 15px;
}


.red{
	color:#F00;
}



