@charset "shift_jis";

@import url(color.css);

#np { 
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	position : absolute;
	top : expression(((document.body.clientHeight > document.all.np.clientHeight) ? 
                    ((document.body.clientHeight - document.all.np.clientHeight) / 2) : 
                    0) + "px"); 
	left : expression(((document.body.clientWidth > document.all.np.clientWidth) ? 
                     ((document.body.clientWidth - document.all.np.clientWidth) / 2) : 
                     0) + "px");
	vertical-align : bottom;
	text-align : center;
	margin : auto;
	width : 740px;
	height : 540px;
	}
#big-if {
	width : 700px;
	height : 500px;
	}
.clear {
	clear : both;
	}
img {
	border : 0px none;
	}
span {
	background : no-repeat;
	display : block;
	overflow : hidden;
	}
.b-w {
	width : 740px;
	height : 20px;
	}
.b-h {
	width : 20px;
	height : 500px;
	}
#left-line,#right-line,iframe {
	display : inline;
	float : left;
	}
#top-line {
	background : url("../border/1.gif");
	}
#left-line {
	background : url("../border/2.gif");
	}
#right-line {
	background : url("../border/3.gif");
	}
#bottom-line {
	background : url("../border/4.gif");
	}

