/*====================================================
イメージのボーダーを消す
====================================================*/
img{
	border-style: none;
}

/*====================================================
リンクの色　#181512
====================================================*/
a:link{color: #181512;}
a:visited{color: #181512;}
a:active {color: #181512;text-decoration: none;}
a:hover {color:#181512;text-decoration: none;}
