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

/* 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; 
}













