@charset "UTF-8";

html,body {
	height: 100%;
}
body {
	background: #D4FFFF url(../images/bg.jpg) repeat-x;
}
body,h1,h2,h3,h4,h5,h6 {
	color: #333333;
	line-height: 1.6;
	margin-right: auto;
	margin-left: auto;
}
#pcontents {
	font-size: 140%;
}

a:link {text-decoration: underline;color: #004186;}
a:visited { text-decoration: underline; color: #004186 ; }
a:active { text-decoration: underline; color: #004186 ; }
a:hover { text-decoration: none ; color : #006ADE ; }

#footer a:link {text-decoration: none;color: #004186;}
#footer a:visited { text-decoration: none; color: #004186 ; }
#footer a:active { text-decoration: none; color: #004186 ; }
#footer a:hover { text-decoration: underline ; color : #006ADE ; }

.note01{
	color:#005AE1;
	font-size: 10px;
}
#prdctheadWrapper {
	background-color: #FFF;
}
#footerWrapper {
	background-image: none;
	background-color: #666;
}