/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
/* 印刷用 */
@media print {
   strong {
      border-bottom: double 3px black;
   }
}
body {
	background-image:url(back_paten.gif);
	width:100%;
	color: #222;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

/* clearfix -----------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	}
.clear {
	clear:both;
}
.div {   
    display: inline-block;   
}  

/* link styles---------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: none; color: #515151; 

}
a:visited {
	text-decoration: none; color: #515151; 
}
a:hover {
	text-decoration: none; color: #f00;
	font-weight: bold;
}
a:active {
	text-decoration: none; color: #515151; 
}
h1 {
	font-size: 14px; font-weight: normal; line-height: 1.3em;
	margin-bottom: 10px; padding-left: 2%;
}













