@charset "utf-8";

/*-----common-----*/
html{
	height:100%;
}

*html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body{
	margin:0px;
	padding:0px;
	_padding:0px 0px 0px 1px;
	border:0px;
	height:100%;
}

*:first-child+html body{
	padding: 0px 0px 0px 1px;
}

img{
	border:0px;
}

#wrp{
	margin:0px auto 0px auto;
	border:0px;
	width:902px;
	height:auto;
	_height:100%;
	min-height:100%;
	background:url(../images/waku.gif) 0 0 repeat-y;
	color:#333333;
}

#cnt{
	margin:0px 1px 0px 1px;
	padding:0px;
	width:900px;
	height:auto;
	overflow:-moz-scrollbars-none;
}

a{
	border-bottom:1px solid;
	color:#0050A0;
	outline:0px;
	text-decoration:none;
}

a:hover{
	color:#466F98;
	outline:0px;
}

a:visited{
	color:#002D5A;
	outline:0px;
}

.clr{
	_display:inline;
	height:0px;
	clear:both;
	overflow:hidden;
	overflow:-moz-scrollbars-none;
}
/*
html[xmlns*=""] body:last-child .clr{
	overflow:hidden;
}*/

.clr_r{
	clear:right;
	overflow:-moz-scrollbars-none;
}

.clr_l{
	clear:left;
	overflow:-moz-scrollbars-none;
}

#news iframe{
	margin:0 0 10px 0;
	border:1px solid #cccccc;
	width:100%;
}

form{
	margin:0px;
}
