/*reset
========================================== */
*{margin:0; padding:0;}
/* HTML5 tags */

section,article,aside,footer,header,hgroup,nav,figure,figcaption,summary,div,ul,li,p { display: block; margin:0; padding:0;}




body {
margin: 0px;
background-color: #FFFFFF;
}

a {
	outline: none;
	text-decoration: none;
	color: #8B8B8B;
}
a:hover {
color: #B4B4B4;
outline: none;
}

a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
	min-height: 1px;
	display: block;
	clear: both;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



img{
	border: none;
	margin: 0px;
	padding: 0px;
}


ul{list-style:none;}

.border_radius {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
