@charset "utf-8";

body {
	background-image: url(images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#container {
	width: 1200px;
	margin: auto;
}

#container .list {
	width: 400px;
	height: 600px;
	background-image: url(images/left-kusa.png);
	background-repeat: no-repeat;
	line-height: 2rem;
	font-size: 14px;
	float: left;
}

#container .list li {
	list-style: none;
}

#container .list li a {
		color: rgba(0,0,0,1);
}

#container .list li a:hover {
	text-shadow: 1px 1px 1px rgba(190,0,0,0.6);
	text-decoration: none;
}

#container .main {
	width: 600px;
	float: right;
}

#container .main h2 {
	font-size: 23px;
	font-weight: bold;
}

#container .main p {
	line-height: 1.5rem;
}

#container .main a{
	color:#939;
	text-decoration:none;
}
#container .main a:hover {
	color:#C66;
	text-decoration:underline;
}