#wrap {
	padding: 10px;
}
nav {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #006400;
	background: -webkit-gradient(linear, left top, left bottom, from(#008800), to(#004000));
	background: -moz-linear-gradient(top,  #008800,  #004000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#008800', endColorstr='#004000');
	font-size: 107%;
	width: 300px;
}
nav li {
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #fff;
	text-shadow: 0 1px 1px rgba(0,0,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;
}
h3 { color: #006400; background: url(../images/favicon.gif) no-repeat left top; margin-bottom: 1em; padding-left: 20px; min-height: 23px; text-shadow: 0 1px 1px rgba(0,0,0,.3);}
p {
	margin-bottom: 1em; text-shadow: 0 1px 1px rgba(0,0,0,.3);
}
div p img { 
 	-webkit-box-shadow: 3px 3px 6px #444;
      -moz-box-shadow: 3px 3px 6px #444;
      box-shadow: 3px 3px 6px #444;
}
aside  { background-color: #ebebeb; padding: 10px; border-radius: 8px; }
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: right;
	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;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
#twitter   { font-size: 1em; line-height: 1.5em; background-color: #ebebeb; text-align: left; padding: 10px; border: solid 1px #dddddd; border-radius: 8px }
 #twitter_inner {
 padding:5px;
 }
 #twitter_title   { font-weight: bold; font-size: 1.25em; padding-bottom: 10px }
 #twitter_inner ul#twitter_update_list {
 list-style-type:none;
 margin:0;
 padding:0;
 }
 #twitter_inner ul#twitter_update_list li {
 padding-bottom:5px;
 margin-bottom:5px;
 border-bottom:1px dotted #ccc;
 }
 #twitter_inner #twitter-link {
 text-align:right;
 display:block;
 }
body { font: 14px/1.23 "qMmpS Pro W3"; 
}
