@charset "utf-8";
/* CSS Document */

/*ヘッダー*/
a {
	color:#aaa;
	font-weight:bold;
	text-decoration:none;
	font-family: 'Arvo', serif;
	font-family: 'Codystar', cursive;
	font-family: 'Judson', serif;
	font-family: 'Give You Glory', cursive;
	font-family: 'Karla', sans-serif;
}
#home a:hover {
	color:#666;
}
#intro a:hover {
	color:#F00;
}
#about a:hover {
	color:#ff7f00;
}
#blog a:hover {
	color:#FF0;
}
#contuct a:hover {
	color:#0F0;
}
#web a:hover {
	color:#0FF;
}
#graphic a:hover {
	color:#00F;
}
#sound a:hover {
	color:#F0F;
}
header {
	border-top:solid #00FF00 3px;
	margin:30px auto;
	height:50px;
	width:960px;
}
h1 {
	color:#666;
	float:left;
	font-size:35px;
	margin: 0px auto;
	width:200px;
	font-family: 'Arvo', serif;
	font-family: 'Codystar', cursive;
	font-family: 'Judson', serif;
	font-family: 'Give You Glory', cursive;
	font-family: 'Karla', sans-serif;
}
#sub_navi {
	float:right;
	list-style-type:none;
	margin-left:0px;
}
#sub_navi li {
	float:left;
	margin-right:30px;
}
/*メイン*/
#main {
	clear:both;
	margin:30px auto;
	padding-top:10px;
	width:960px;
	background-color:#FFFFFF;
	height:100px;
	opacity:0.8;
}
h2,p {
	margin-left:10px;
}
/*フッター*/
footer {
	margin:0px auto;
	width:960px;
}
#copyright {
	color:#fff;
	font-size:15px;
	padding-top:30px;
	text-align:center;
	font-family: 'Arvo', serif;
	font-family: 'Codystar', cursive;
	font-family: 'Judson', serif;
	font-family: 'Give You Glory', cursive;
	font-family: 'Karla', sans-serif;
}
