* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size : 16px;
}
div,
h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
pre,p,blockquote,address,a,strong,em {
	font-weight    : normal;
	font-style     : normal;
	line-height    : 1;
	list-style     : none;
	padding        : 0;
	margin         : 0;
	border          : none;
	outline         : none;
}
body{
	text-align:center;
	background-color: #E6DFD0;
	margin: 0px;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font: 16px/1.6;
	color: #666666;
	background-image : url(img/1m2.png);
        background-position: center top;
	background-repeat: repeat-x;
	font-size: 100%;
	line-height: 150%;
	min-width:900px;
}
img {
	border-style:none;
        vertical-align:bottom;
}
/*ヘッダー*/
#header{
	width : 900px;
	height : 60px;
	margin: 0;
	position : relative;
}
.headadd1 {
	float: right;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	width: 300px;
}

/* こっからメニュー */
#globalnavi{
	background-color: #F6F4ED;
	margin: 11px 0 0 195px;
	padding: 0;
	width: 735px;
}

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

#globalnavi li{
	float: left; 
	margin: 0px 0px 0px 0px;
	padding: 0;
}
.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}
/*スライド部分*/
#main_visual{
	width:100%;
        height: 400px;
	margin: 0;
	padding: 0;
	clear: both;
	min-width:900px;
}
/*コンテンツ部分*/
#container2{
	background-color: #E6DFD0;
	margin:0 auto;
	width:100%;
        height: 400px;
    position: relative;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
    left: -85px;
    top: 2px;
}
#container3{
	margin:0 auto;
	width:100%;
}
#container4 {
    background-color: #E6DFD0;
    margin: 10px auto;
    width: 930px;
	height : 680px;
}
#container5 {
    margin: 0px auto 10px;
    width: 900px;
}
#container6 {
    margin: 0px auto 10px;
    width: 900px;
}
#container{
	margin:0 auto;
	width:900px;
	height : 120px;
    position: relative;
}
/*全体*/
#container0{
	margin:0 auto;
	width: 900px;
	height : 50px;
	position: relative;
	z-index: 1;
}
/*サブメニュー部分*/
.sub01 {
	float: left;
	width: 900px;
	margin:  10px 0 0 0px;
	padding: 0;
	text-align: left;
}
.sub01c {
	float: left;
	border-bottom: 2px solid #3f3129;
	width: 900px;
	margin:  10px 0 10px 0px;
	padding: 0 0 20px 0px;
	text-align: left;
}
.sub01a {
	float: left;
	width: 300px;
        height: 320px;
	margin: 0px 10px 0 0px;
	padding: 0;
	text-align: left;
}
.sub01b {
	float: left;
	width: 300px;
        height: 320px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.sub03 {
	float: left;
	width: 900px;
	margin:  25px auto;
	padding: 0;
	text-align: left;
}
.sub_comment {
	float: left;
	background-color: #000;
	width: 870px;
	margin:  10px 0 0 0px;
	padding: 10px;
	text-align: center;
}
.sub2_01 {
	float: right;
	width: 380px;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
}
.sub04 {
	float: left;
	width: 900px;
	margin:  10px 0 0 0px;
	padding: 0;
	text-align: center;
}

/* 写真配置 */
.photo0{
	float:left;
	margin: 0;
}
.photo1{
	float:left;
	margin: 0px 10px 10px 0px;
}
.photo2{
	float:right;
	margin: 0px 10px 10px 0px;
}
/* テーブル */

.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.col-head-type1 th {
  background: #f9fafc;
  text-align: center;
  width: 150px;
}
.col-head-type1 td {
  background: #fff;
  text-align: left;
  padding: 5px 5px 5px 15px;
}

@media only screen and (max-width: 800px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
    font-size: 0.95em;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
}
/* テーブル2 */

.col-head-type2 {
  border-collapse: collapse;
  width: 90%;
}
 
.col-head-type2 th,
.col-head-type2 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.col-head-type2 th {
  background: #f9fafc;
  text-align: left;
  width: 200px;
}
.col-head-type2 td {
  background: #fff;
  text-align: left;
  padding: 5px 5px 5px 15px;
}

@media only screen and (max-width: 800px) {
  .col-head-type2 tr,
  .col-head-type2 th,
  .col-head-type2 td {
    display: block;
    width: auto;
    font-size: 0.95em;
  }
  
  .col-head-type2 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type2 th,
  .col-head-type2 td {
    border-top: none;
  }
}
.button {
  display       : inline-block;
  font-size     : 15pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 54px;   /* 余白       */
  background    : rgba(77, 166, 255, 0.55);     /* 背景色     */
  color         : #000000;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  border        : 2px solid rgba(77, 166, 255, 0.55);    /* 枠の指定 */
}
.button:hover {
  color         : rgba(77, 166, 255, 0.55);     /* 背景色     */
  background    : #000000;     /* 文字色     */
}
/* こっからフッターメニュー */
#foot_navi {
    clear: both;
    height: 30px;
    margin: 20px 0px 0px 0px ;  
    width:900px;
    text-align: center;
}
.foot_navi{
	float: left;
	height: 35px;
	margin: 5px 0 0 0px;  
	width: 950px;
}
.foot_navi a{
    text-decoration: none;
}
.foot_navi li{
    float: left;
    padding: 10px 0px 0px 5px;
}
.foot_navi li a{
    font-size: 13px;
    color: #4D4D4D;
    display: inline-block;
    height: 25px;
}
.foot_navi li a:hover{
    font-size: 13px;
    color: #888888;
    text-decoration: underline;
}

.foot_navi li a:active{
    font-size: 13px;
    color: #888888;
    text-decoration: underline;
}
/* こっからフッター */

#footer-sub {
    height: 142px;
    margin: auto;
    padding: 0px;
    text-align: center;
    width: 950px;
}
.foot_copy {
    clear: both;
    height: 10px;
    margin: 30px 0px 0px 0px;  
    padding: 20px 0px 0px 0px;
    width:950px;
    font-size: 1em;
}

#footer {
    position: relative;
    background: url("img/foot.jpg") repeat-x scroll 0 0 transparent;
    clear: both;
    height: 161px;
    margin: 20px auto 0;
    width: 100%;
}
/* センタリング */
.centering {
	overflow: hidden;
	position: relative;
}

.centering ul {
	float: left;
	left: 50%;
	position: relative;
}

.centering ul li {
	float: left;
	left: -50%;
	position: relative;
}
/* 戻るメニュー */
#page-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    font-size: 100%;
    opacity: 0.8;  
}
#page-top a {
    background: #614C3F;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #E6DF55;
}
.righ{	float: right;}

