body {
	font:14px/1.231 "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
h1 {
	padding:0 10px;
	font-size:100%;
	font-weight:normal;
	color:#666;
}

h2 {
	font-size: 121%;
	text-shadow: 1px 1px 2px #ccc;
	color: #f4b800;
	margin-bottom: 10px;
}

h3 {
	background-color:#369;
	padding: 5px 0 5px 5px;
	color: #fff;
	margin-bottom: 1em;
	font-size:medium;
	font-weight:bold;
}

#wrap {
	padding:10px;
}

.btimg {
	margin:10px 0;
}

nav {
	-webkit-border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#c3fb00), to(#9cc900)) #9cc900;
	font-size: 107%;
	width: 300px;
}
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: 99px;
	padding: 8px 0;
}
nav li:first-child {
	border: none;
}
nav a {
	color: #fff;
	text-decoration: none;
}
section, nav {
	margin-bottom: 1em;
}

p {
	margin-bottom:2em;
}

#alllink{ /* ul‚ÍÂŒn */
  width:100%;
}

#alllink li{
	border:#630 1px solid;
  margin: 20px 0;
  padding: 10px 5px;
  display: block;
}
#alllink li a{ /* a‚Í‰©Œn */
  border-color: #cc3;
  text-decoration: none;
  padding:10px;
}

aside {
	background-color: #ebebeb;
	-webkit-border-radius: 8px;
	padding: 10px;
}
aside p:last-child {
	margin-bottom: 0;
}

#btnTop {
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0)) #cbcccf;
	width: 7em;
	font-size: 85%;
	text-align: center;
	float: right;
	margin-right: 10px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}

#footer {
	border-top: 1px dashed #CCCCCC;
	margin-top:10px;
	padding-top: 20px;
}

#footer p {
	clear: both;
	padding: 0 10px;
}

#footer .bggray {
	background:#900;
	padding:5px 10px;
	color:#FFF;
}

/* clearfix */
.clearfix:after {
  content: ".";  /* V‚µ‚¢—v‘f‚ðì‚é */
  display: block;  /* ƒuƒƒbƒNƒŒƒxƒ‹—v‘f‚É */
  clear: both;
  height: 0;
  visibility: hidden;
}

input[type="text"] {
   font-size: 120%;
   width:85%;
}

input[type="email"] {
   font-size: 120%;
   width:85%;
}

textarea{
	width:90%; font-size:120%; padding:5px; height:50px;
	}
textarea:focus,textarea:hover{
	height: 150px;
	}

input[type="submit"] {
	width: 100%; font-size:100%; margin: 0; padding: 5px; background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800)); border: 1px #F27300 solid; color: #FFF; -webkit-appearance: none; -webkit-border-radius: 10px; -webkit-box-shadow: 0 2px 2px #CCC; text-shadow: 1px 2px 3px #C45C00;
}