
@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
/* 印刷用 */
@media print {
   strong {
      border-bottom: double 3px black;
   }
}
body {
	color: #222;
	font-family: "メイリオ", Meiryo, Verdana, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.div {   
    display: inline-block;   
}  

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

}
a:hover {
	text-decoration: none;
	font-weight: bold; color: #f00;
}
a:active {
	text-decoration: none; color: #222;
}

