/* css document */
* {
	margin: 0;
	padding: 0;
}
body {
	padding: 0 10px;
	font: 16px/1.625 Arial, lucida, helvetica, sans-serif;
	background: #fff;
	color: #222;
}
hr {
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrap {
	margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
#wrap {
  width: 750px;
} 
}
@media (min-width: 1200px) {
#wrap {
  width: 1170px;
}  
}
h1 {
	position: relative;
	top: 10px;
	letter-spacing: 4px;
	padding: 0 50px;
	font-size: 3.5em;
	margin-bottom: 2em;
	font-weight: bold;
	color: #c40;
	text-align: center;
	text-shadow: 3px 3px 5px #333;
  z-index:10;
}
#top {
	width: 100%;
  max-width: 820px;
	height: 155px;
	background: transparent url(../img/top.jpg) left -18px no-repeat; 
	position: relative;
}
#middle {
	width: 100%;
  max-width: 860px;
	height: 130px;
	overflow: hidden;
	color: #840;
	text-align: center;
	background: transparent url(../img/side.jpg) left top no-repeat;
}
#middle p {
	padding: 10px 50px 0 245px;
	font-size: 16px;
	text-shadow: 1px 1px 10px #333;
}
#middle .contents {
	position: absolute;
	left: 46px;
	top: 190px;
  width: 200px;
}
#middle .contents a {
	font-size: 14px;
	font-weight: bold;
	color: #678;
	text-decoration: underline;
}
#middle .contents a:hover {
	text-decoration: none;
}
.scrollToTop {
	position: fixed;
	display: none;
	right: 10px;
	bottom: 10px;
	text-decoration: none;
	color: #444;
	background: rgba(196,196,196,0.7);
	font-size: 1.5em;
	width: 1.5em;
	text-align: center;
  border-radius: 50%;
}
.scrollToTop:hover {
	color: #111;
  border-radius: 50%;
}
@media (min-width: 1200px) {
#middle .contents {
	position: absolute;
  left: auto;
	right: 30px;
	top: 190px;
  width: 210px;
}
#logo {
  position: absolute;
  top: 20px;
  right: 50px;
  width: 180px;
  height: 180px;
  background: transparent url(../img/logo.png) top center no-repeat;
}
.col-1, .col-2 {
  float: left;
  width: 50%;
  margin: 0;
}
.col-2 {
  float: right;
}
}
@media (max-width:1200px) {
h1 {
	position: relative;
	letter-spacing: 0;
	padding: 0;
	font-size: 2.5em;
	margin-bottom: 10px;
	color: #c40;
	text-align: center;
	text-shadow: 3px 3px 5px #333;
}
}
@media (max-width:767px) {
#wrap {
  width: 100%;
  min-width: 250px;
}
#top {
	width: 100%;
	height: auto !important;
	background-image: none; 
}
#middle {
	width: 100%;
	height: auto;
	background-image: none;
  margin-bottom:10px;
}
#middle p {
	padding: 0;
}
#middle .contents {
	position: static;
  width: 100%;
}
}
@media (max-width:340px) {
body {
	padding: 0 5px;
}
h1 {
  font-size: 1.8em;
}
}
#content {
	width: 100%;
}
#foot {
	margin: 1px 0 10px 0;
	border-top: 1px solid #999;
	font-size: 13px;
	text-align: center;
}
dl {
	width: 100%;
}
dt {
	display: block;
	width: auto;
	padding: 8px 12px;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	background: #e96 url(img/px.gif) right 2px no-repeat;
	color: #333;
	cursor: default;
	border-radius: 5px;
}
@media (max-width:1200px) {
dt {
  padding: 4px 12px;  
}
}
dd {
	display: block;
	width: 100%;
  padding: 8px 0;
	overflow: hidden;
}
ul {
	display: block;
	list-style-type: none;
	background: #fff8f0;
  margin: 0;
  width:100%;
}
li {
	display: block;
	width: auto;
	font-size: 14px;
	padding: 8px 10px;
}
li a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}
li a:hover {
	text-decoration: none;
}
.ack {
  font-size: 14px;
  padding: 4px 12px;
}