body {
	font-family:"MS UI Gothic",Verdana,Arial,sans-serif;




color:;
	font-size:14px;
	line-height:140%;
}
li {line-height:140%;
text-indent: 10px;
}
h2 {
	font-size: 140%;
	text-shadow: 1px 1px 2px #ccc;
	color: #cc6666;
	margin-bottom: 3px;
	margin-bottom: 10px;
}

#wrap {
	padding: 3px;
width: 360px;
}
nav {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #9cc900;
	background: -webkit-gradient(linear, left top, left bottom, from(#d17879), to(#ae4748));
	font-size: 107%;
	width: 360px;
}
nav li {
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-shadow: -1px -1px 0 rgba(150, 150, 150, 0.3);
}
nav li a {
	display: block;
	width: 118px;
	padding: 8px 0;
}
nav li:first-child {
	border: none;
}
nav a {
	color: #fff;
	text-decoration: none;
}
section, nav {
	margin-bottom: 0.5em;
}
h3 {
	background: url(ico_title.png) left top no-repeat;
	padding-left: 20px;
	color: #FF9900;
	margin-bottom: 0em;
	min-height: 23px;
}
p {
	margin-bottom: 1em;
}
aside {
	background-color: #FFE4E1;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	width: 340px;
}
aside p:last-child {
	margin-bottom: 0;
}
footer {
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
}
#btnTop {
	border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: left;
	margin-right: 10px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}
footer p {
	clear: both;
	padding: 0;
}
footer img {
	vertical-align: top;
}
footer p:last-child {
	margin: 0;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロチEレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
