html,body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,ol,dl,dt,dd{
  list-style:none;
  margin:0;
  padding:0;
  color:#454545;
  font-size:12px;
  font-weight:normal;
  font-family: 'Lucida Grande', 'Verdana',"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", sans-serif;
  line-height:1.6;
}

body {
  background:#FFFFFF url('../img/back2.jpg') repeat-y center top;
}

img,table,th,td,hr {
  border:0;
}

a {
  text-decoration:none;
}

a:link {
	color: #FF3399;
}

a:hover, a:active {
	color:#FF408D;
	text-decoration:underline;
	position: relative;
	top: -1px;
}

a:visited {
	color: #FF3399;
}


.clear{
  clear:both;
}

.clearfix {
  min-height:1px;
}


.clearfix:after {
  content:"."; 
  display:block; 
  clear:both;
  height:0;
  visibility: hidden;
}
