@charset "UTF-8";
/* CSS Document */

/* ===============
ページプロパティ
===============*/
body,div,pre,p,blockquote, 
form,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, 
embed,object { 
	margin: 0;
	padding: 0;
	vertical-align: baseline; 
	font-size: 100.01%;
}

body {
	background: url(images/bg.gif);
	color: #D7F4FA;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #333333;
}

a:link {
	color: #0089BE;
	text-decoration: none;
	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

a:visited {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: underline;
	color: #3DA4CA;
}

a:active {
	text-decoration: none;
	color: #3DA4CA;
}

.letterpress a{
  position: relative;
  left: 1px;
  top: 2px;
  color: #cf6116;
  font-weight: bold;
  text-shadow: 1px 2px 1px #e4e4e4;
  text-decoration: none;
  -moz-transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
}

.letterpress a:hover{
  left: 0px;
  top: 0px;
  color: #dd960f;
  text-shadow: 1px 2px 1px #ccc;
}

a img {
	border-style:none;
	}

a img.linkimg {
	background:none!important;
}

a:hover img.linkimg {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:none!important;
	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}

::selection {
	color: #fff;
	background-color: #0089BE;
}

::-moz-selection {
	color: #fff;
	background: #0089BE;
}

.round{
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari,Google Chrome */
    border-radius: 10px; /* CSS3 */
}

img {
	vertical-align:bottom
}

p {
	margin: 0;
}

/* -------------------
フロート関連
------------------- */
.left {
	float: left;
}

.end {
	clear: both;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */


/* ===============
wrapper
===============*/
#wrapper {
	width: 900px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 3px 3px 5px #555;
	border-left: 1px #444 solid;
}

/* ===============
menu
===============*/
#menu {
	width: 900px;
	height: 40px;
	margin: 0;
	padding: 0;
}

#menu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li{
  float: left;
  width: 180px;
  margin: 0;
  padding: 0;
}

#menu a{
  text-align: center;
  display:block;
  padding: 0.5em 0;
  width: 100%;
  background-color: black;
  color: white;
}

#menu a:hover{
	background-color: #0089BE;
	color: white;
 	-webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
	text-decoration: none;
}

/* ===============
logo
===============*/
#logo_wrap {
	width: 814px;
	height: 75px;
	margin: 0 auto;
}

#logo {
	width: 814px;
	height: 65px;
	margin: 10px 0;
}

/* -------------------
sns
------------------- */
#sns {
	width: 235px;
	height: 30px;
	padding: 0 20px 6px 0;
	text-align: right;
	margin-left: auto;
}

.snsb {
	overflow: hidden;
}

.snsb li {
	float: left;
	margin-right: 4px;
	list-style:none;
}

.snsb iframe {
	margin: 0 !important;
}

/* -------------------
見出し
------------------- */
#midashi {
	padding: 20px 30px 0 30px;
}

#midashi h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 170%;
	color: #777;
}

/* ===============
contents bg
===============*/
#main_wrap {
	width: 900px;
	height: auto;
	background-color: #c9eeff;
}

/* -------------------
images
------------------- */
.images {
	width: 900px;
	height: 299px;
	margin: 20px 0;
	background-color: #000;
}

/* -------------------
title
------------------- */
.title {
	width: 810px;
	height: 65px;
	margin: 0 auto;
	padding-bottom: 10px;
}

/* -------------------
box
------------------- */
.box-1 {
	width: 820px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	padding: 20px 20px 5px 20px;
}

.box-1 p {
	margin-bottom: 15px;
}

.box-2 {
	width: 820px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

/* -------------------
pagetop
------------------- */
.pagetop {
	text-align: right;
	padding:  15px 30px 5px 0;
	font-weight: bold;
}

/* -------------------
banner
------------------- */
.bn {
	width: 801px;
	height: 80px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.bn img {
	margin-right: 10px;
}

/* ===============
収穫
===============*/
.container-2 {
	padding-top: 20px;
}

/* ===============
contact
===============*/
#contact {
	width: 900px;
	height: 185px;
}

/* ===============
footer
===============*/
#footer {
	background-color: #000;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 8px;
}