html {
	overflow-y:scroll;
}
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #333;
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
}
body * {
	font-size: 100%;
}

div, p,
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img, a img{
	border: 0;
	vertical-align: top;
}

/**
 * 基本リンクカラー
 */
a:link {
	color: #444;
	text-decoration: none;
}
a:visited {
	color: #941d55;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}

#side a:link,
table.patent a:link{
	color: #006699;
	text-decoration: none;
}
#side a:visited,
table.patent a:visited{
	/*color: #003366;*/
	/*text-decoration: none;*/
}
#side a:hover,
table.patent a:hover{
	color: #006699;
	text-decoration: underline;
}


/**
 * .clearfix
 */
.clearfix:after {
	display: block;
	clear: both;
	content:"";
}
.clearfix{zoom:1}