/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
/* 印刷用 */
@media print {
   strong {
      border-bottom: double 3px black;
   }
}
body {
	color: #515151;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}
/* 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: #4d5aaf;
	font-weight: bold;
}
a:active {
	text-decoration: none; color: #515151; 
}

/* photo imgsize---------------*/
.trans img{width: 100%; margin: 0; padding: 0; vertical-align: bottom;} 











