*{
	margin:0;
	padding:0;
}


/*index.html*/
#base{
	width:960px;
	margin:0 auto;
}

#title{
	height:75px;
	width:960px;
	text-align:center;
	padding-top:25px;
	font-family: 'Arapey', serif;
	font-size:35px;
}

#navi{
	width:650px;
	height:75px;
	margin:0 auto;
}

#navi ul li{
	float:left;
	list-style:none;

}

.switchButton{
	margin-right:-1px;
	height:50px;
	width:5em;
	display:block;
	padding-top:25px;
	text-align:center;
	font-size:120%;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
	font-family: 'Arapey', serif;
	color:black;
	text-decoration:none;
}

.switchButton:hover{
	background-color:black;
	color:white;
}

.intro{
	height:50px;
	width:960px;
	font-family: 'Arapey', serif;
	text-align:center;
	padding-top:25px;
}

.up{
	height:20px;
	width:400px;
	border:1px solid black;
	margin:0 auto;
}

.up a{
	width:400px;
	height:20px;
	text-align:center;
	display:block;
	color:black;
	text-decoration:none;
	font-family: 'Arapey', serif;

}

.up a:hover{
	background-color:black;
	color:white;
}

/*info*/
#posi{
	margin:5px;
	width:960px;
	height:400px;
}

#posi h3{
	font-family: 'Arapey', serif;
	font-size:50px;
}

#posi_text{
	width:560px;
	height:400px;
	float:right;
	font-family: 'Arapey', serif;
}

#posi_text dl dt{
	font-size:25px;
}

#posi_text dl dd{
	font-size:18px;
}

#posi_photo{
	width:400px;
	height:400px;
	float:left;
	padding:auto auto;
}

#other_web{
	font-family: 'Arapey', serif;
	width:600px;
	height:200px;
}

#other_web h3{
	font-size:50px;
}

#other_web ul li{
	float:left;
	display:block;
	list-style:none;
	font-size:25px;
	margin:20px;
	color:brack;
	text-decoration:none;
}

#other_web ul li:hover{
	color:red;
}

#info{
	background-color:black;
	color:white;
}

/*cg*/
.introduction{
	margin:5px auto;
	width:700px;
	height:300px;
	border:1px solid black;
}

.picture{
	float:right;
	height:300px;
	width:300px;
	margin:25px -25px -25px 25px;
}

.picture_text{
	height:300px;
	width:400px;
	float:left;
}

.picture_text dl dt{
	font-size:25px;
}

.picture_text dl dd{
	font-size:18px;
}

#cg{
	background-color:black;
	color:white;
}

/*dtm*/

#dtm{
	background-color:black;
	color:white;
}

/*game*/
#game{
	background-color:black;
	color:white;
}

#okkuman{
	font-size:15px;
}

/*electric*/
#electric{
	background-color:black;
	color:white;
}

/*other*/
#other{
	background-color:black;
	color:white;
}


