/* 汎用スタイル定義 */

/* リンク */
A {
	cursor : pointer;

}

a:link {
	text-decoration : none;
	background : none;
}

a:visited {
	text-decoration : none;
	background : none;
}

a:hover {
	text-decoration : underline;	
	background-color : none;
}

/* BODY定義 */
body {
	color : #303132;
	background : #bbd0e0;
	background-image : url("../image/bg.gif");
	background-repeat : repeat;
	font-size : 100%;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
}


hr{
	display : none;
}

