/* CSS Document */



@charset "utf-8";

html {
background-color:#FFFFFF;

}



body {
	margin: 0px;
	padding: 0px;
	width: 800px;
	font-size: 75%;
	font-family: "CI","Hiragino Kaku Gothic Pro","lr oSVbN",sans-serif;
    background-attachment: fixed;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	background-position:center;

}


#copyright {
width:auto;
float:none;
background-color:#ffffff;
display:none;
}

#header {
width:auto;
display:none;
background-color:#ffffff;
}

#contents #mainImg {/*file21*/
	background-image:url(img/netsec_top.png);
	background-repeat: no-repeat;
	height: 249px;
	width: 619px;

	border-right: none;
	text-indent: -9999px;
	margin-bottom: 20px;
}

 #contents p.photoRead {/*file20*/
	margin-top: 0.8em;
	margin-bottom: 1em;

}
#contents .photoRead img {/*file20*/
	float: left;
	border: 1px solid #000000;
	margin-right: 1em;
	margin-bottom: 1em;

}
strong {
	font-size:160%;
	color:#339999;
	line-height:80%;/*file20*/

}

.more {/*file20:clearfixp*/
	_height: 1px;
	min-height: 1px;

}
.more:after {/*file20:clearfixp*/
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;

}
.more a {/*file20*/
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: right;
	padding-right: 20px;
} 






div.pageblock {
   page-break-after: always;
}

div.avoid {
	page-break-after: avoid;
}