@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/img.JPG);
	background-repeat: no-repeat;
}
.moji01 {
	color: #FFFFFF;
}
h1 {
	font-size: 12px;
	color: #FFFFFF;
}

/******************************************

  画像リンク設定 
  
*****************************************/


a img {
    border-style:none;
}

/******************************************

　リンクの制御

******************************************/

/* リンクの下線を消す */

a { 
text-decoration: none;
outline:0;
} 

a:link{
	color: #FFFFFF;
	text-decoration:none;
}

a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
a:active{
	color: #FFFFFF;
}

h2 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
