/*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 {
	line-height: 1.5em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 0.9em;
	margin: 0px;
	color: 666666;
	text-align: center;
	background-repeat: repeat;
	background-image: url(../images/bg.jpg);
}

a {
	outline: none;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #A9A9A9;
	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;
}




