body {
	font:14px/1.231 "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	background-image: url("../../setting/img/background.png");
}

h1 {
	height:60px;
	background-image: url("../../setting/img/header.jpg");
	background-size: 100% auto;
	-webkit-box-shadow: 5px 5px 5px gray;
	font-size: 130%;
	text-shadow: 1px 1px 2px #ccc;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px 0px 10px;
   }
   
h1 a {
	color: #FFFFFF;
	text-decoration: none;
	}
header p{
	padding: 7px;
	}
	
#des{
	margin:5px;
	padding:3px;
	background-color: #ffffff;
	border:solid #9AA6F8 1px;s
	border-radius: 4px;
	-webkit-border-radius: 4px;
	}
	
#btn {
	float: left;
	margin:5px;
	background-color: #ffffff;
	}

  
h2 {
	font-size: 14px;
	text-shadow: 1px 1px 2px #ccc;
	color: #f4b800;
	margin-bottom: 10px;
}

#wrap {
	padding: 10px;
}

nav {
	margin:5px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #9cc900;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	font-size: 107%;
	width: 200px;
	text-align: center;
}
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;
}
h3 {
	background: url(../../setting/img/ico_title.png) left top no-repeat;
	padding-left: 20px;
	color: #f4b800;
	margin-bottom: 1em;
	min-height: 23px;
}
p {
	margin-bottom: 1em;
}
aside {
	background-color: #ebebeb;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
}
aside p:last-child {
	margin-bottom: 0;
}
footer {
	border-top: 1px solid #ebebeb;
	padding-top: 10px;
	text-align: center;
}
#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;
}

.dropdown{
	font-size:14px;
	width:60%;
	height:22px;
	padding: 10px 20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#sel{
	margin:10px auto 10px auto;
}