﻿@charset "UTF-8";
@import url(index.css);

body {
	background-color: #333;
}

#wrapper {
	background-color: #000;
	color: fff;
}

#mininav ul {
	list-style-type: none;
}

#mininav li {
	float: left;
}


/*　リンクに関するCSS　*/

a {
	color: #ccc;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	color: #666;
}


#gihou {
	width: 500px;
	margin: 50px auto;
	font-size: 80%;
}

h1 {
	font-size: 160%;
}