@charset "Shift_JIS";
@import url("topPage.css");
@import url("page.css");
@import url("karuta.css");


a:link {
	color : blue ;
	text-decoration : none ;
	}
a:visited {
	color : purple ;
	text-decoration : none ;
	}
a:hover {
	background-color : #ffff99 ;
	text-decoration : underline ;
	}
a:active {
	color : red ;
	text-decoration : none ;
	}


em {
	color : red ;
	font-style : normal ;
	}

img {
	border-width : 0px ;
	}


/* ジオガイド部 */

div#geoguide {
	margin : 5px ;
	padding : 0px ;
	border : navy 1px solid ;
	width : 468px ;
	height : 73px ;
	display : none ;
	}



/* レイアウト製作用 */ /*

div {
	border : red 0px dashed ;
	}

h1,h2,h3,h4,h5,h6 {
	border : blue 0px dashed ;
	}

p {
	border : green 0px dashed ;
	}

*/