@charset "utf-8";
* {
   border: 0;
   margin: 0;
	padding: 0;
	outline:none;
	overflow:hidden;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	background-color: #F00;
	font-size: 62%;
	*font-size: x-small;
	*font: xx-small;
	line-height: 150%;
	letter-spacing:1px;
	text-align: center;
}
a { text-decoration: underline; 	outline:none;overflow:hidden;}
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #000; }

#fooder .copy {
	margin-top: 195px;
}

/*---------------------------------
INDEX 100126
---------------------------------*/

div#menuIndex{
clear: both;
width:460px;
text-align:center;
margin-right: auto;
margin-left: auto;
margin-top: 90px;
}


div#indexKiyoharu {
	float: left;
	width: 323px;
	height: 60px;
	margin: 0;
	text-align:left;
}
div#indexKuroyume {
	float: right;
	width: 120px;
	height: 60px;
	margin: 0;
	text-align:left;
}

#indexKiyoharu a,
#indexKiyoharu a:hover,
#indexKiyoharu a:focus {
	display: block;
	background: transparent url(../img/index_kiyoharu.gif) top left no-repeat;
	width: 120px;
	height: 60px;
	overflow:none;
	text-indent: -9999em;
	}
#indexKiyoharu a {background-position:left;}
#indexKiyoharu a:hover,#indexKiyoharu a:focus {background-position:right;}

#indexKuroyume a,
#indexKuroyume a:hover,
#indexKuroyume a:focus {
	display: block;
	background: transparent url(../img/index_kuroyume.gif) top left no-repeat;
	width: 120px;
	height: 60px;
	text-indent: -9999em;
	}
#indexKuroyume a {background-position:left;}
#indexKuroyume a:hover,#indexSads a:focus {background-position:right;}
