@charset "utf-8";
/*----------------------------------------
	NOEVIR SITE
	NOEVIR Co.,Ltd 2008 All Rights Reserved.
-------------------------------------------*/

/* reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: medium;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: none;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
img,embed{
	vertical-align:bottom;
	}
ul li{
	list-style-type:none;
	margin: 0;
	padding:0;
	}
p {
	margin:0;
	padding:0;
	font-size: small;
	line-height: 1;
	}
cl{
	clear:both;
	}

/* ClearFix
--------------------*/

/* modern browsers */
.clf:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
    font-size: 0.1em;
    line-height: 0;
	}

/* IE7 */
.clf{display: inline-block;zoom:1;}

/* legacy IE */
* html .clf{height: 1%;}
.clf{display: block;}


/* image-space
--------------------*/
img.sp2{margin-right:2px;}
img.sp5{margin-right:5px;}
img.sp10{margin-right:10px;}

a:hover img.over{
	opacity:0.6;
	filter:alpha(opacity=60);
}
.pb{
	page-break-before: always;
	}


