/*  Body関連  */
BODY 	{
	
	font-family : "ＭＳ Ｐゴシック",sans-serif;
	color : gray;
	background-color : #ffffff;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

/* font	{
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;
} */

/*  リンク関連（テキスト）  */
a.gray 	{ 
	text-decoration: none;
	color: #666666;
}
a.gray:link { 
	TEXT-DECORATION: none;
	color: #666666;
} 
a.gray:visited { 
	TEXT-DECORATION: none;
	color: #666666;
} 
a.gray:hover { 
	TEXT-DECORATION: none;
	color: #333333;
} 
a.gray:active {
	text-decoration: none;
	color: #666666;
}


.bg-left{
  background-image : url(img/bg-left.jpg);
  background-repeat : repeat-y;background-position : left top;
}

.bg-right{
  background-image : url(img/bg-right.jpg);
  background-repeat : repeat-y;background-position : right top;
}

a.fotter { 
	text-decoration: none;
	color: #000000;
}
a.fotter:link { 
	TEXT-DECORATION: none;
	color: #000000;
} 
a.fotter:visited { 
	TEXT-DECORATION: none;
	color: #000000;
} 
a.fotter:hover { 
	TEXT-DECORATION: none;
	color: #333333;
} 
a.fotter:active {
	text-decoration: none;
	color: #000000;
}

strong {
	font-weight : normal; 
}
.pointer{
  cursor : pointer;
}
