@charset "UTF-8";
/* CSS Document */
body{
	text-align:center;
	margin:0px;
	padding:0px;
	background-repeat:repeat;
	background-color:#FFFFFF;
	color: #000;
} 

#top{
	margin-top:50px;
	margin-bottom:0px;
	width:610px;
	margin-left:auto;
	margin-right:auto;
}
#top li{
	float:left;
	margin: 0px;
	padding: 0px;
	color: #000;
}
#top ul {
	margin: 0px;
	padding: 0px;
	height: 90px;
	list-style-type: none;
}
.logo{
	height:92px;
	width:325px;
	background-image:url("images/titleLogo.jpg");
	background-repeat:no-repeat;
}
.neko{
	background-position:left;
	height:92px;
	width:208px;
	background-image:url("images/titleNeko.jpg");
	background-repeat:no-repeat;
}
.floatBreak{
	float:none;
}
#navigation{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	overflow: hidden;
	display:block;
}
#navigation li a{
	float:left;
	height: 55px;
	margin: 0;
	padding: 0;
	
}
#navigation ul {
	margin: 0;
	margin-bottom:25px;
	padding:0px;
	display:block;
	list-style-type: none;
}
.home0 a{
	background-image:url("images/homeButton0.jpg");
	background-repeat:no-repeat;
	width:94px;
	height:50px;
}
.home1 a{
	background-image:url("images/homeButton1.jpg");
	background-repeat:no-repeat;
	width:94px;
	height:50px;
}
.profile0 a{
	background-image:url("images/profileButton0.jpg");
	background-repeat:no-repeat;
	width:99px;
	height:50px;
}
.profile1 a{
	background-image:url("images/profileButton1.jpg");
	background-repeat:no-repeat;
	width:99px;
	height:50px;
}
.game0 a{
	background-image:url("images/gameButton0.jpg");
	background-repeat:no-repeat;
	width:81px;
	height:48px;
}
.game1 a{
	background-image:url("images/gameButton1.jpg");
	background-repeat:no-repeat;
	width:81px;
	height:48px;
}
.works0 a{
	background-image:url("images/worksButton0.jpg");
	background-repeat:no-repeat;
	width:69px;
	height:50px;
}
.works1 a{
	background-image:url("images/worksButton1.jpg");
	background-repeat:no-repeat;
	width:69px;
	height:50px;
}
.blog0 a{
	background-image:url("images/blogButton0.jpg");
	background-repeat:no-repeat;
	width:80px;
	height:48px;
}
.blog1 a{
	background-image:url("images/blogButton1.jpg");
	background-repeat:no-repeat;
	width:80px;
	height:48px;
}
.renraku0 a{
	background-image:url("images/renrakuButton0.jpg");
	background-repeat:no-repeat;
	width:88px;
	height:48px;
}
.renraku1 a{
	background-image:url("images/renrakuButton1.jpg");
	background-repeat:no-repeat;
	width:88px;
	height:48px;
}
#contents{
	font-size:x-small;
	float:none;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0px;
	background-color:#FFF;
	width:600px;
	border-style:none;
}
#contents h4{
	padding-top:3px;
	background-color:#2A2A2A;
	color:#FFF;
	text-align:left;
	text-indent:1.5em;
	font-size:large;
	font-style:normal;
	border-bottom:solid 4px #C30;
	margin-bottom:14px;
	margin-top:5px;
}
#contents h2{
	text-align:left;
	text-indent:5px;
	font-size:medium;
	font-style:normal;
	color:#FFF;
	border-bottom:dotted 2px #CCC;
	margin-left:25px;
	margin-bottom:0px;
	margin-top:15px;
	width:640px;
}

#contents p{
	font-size:x-small;
	margin-left:30px;
	margin-right:25px;
	text-align:left;
}

