*{
	line-break: strict ;	/* 日本語禁則処理 */
	margin: 0 ;
	padding: 0 ;
}

body {
	color: #777777;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	
}

a:link { color: #c10808; text-decoration: none }/* まだ見ていない状態 */
a:visited { color: #c10808; text-decoration: none }/* 既に見た状態 */
a:active { color: #511111; text-decoration: underline }/* カーソルがオーバーした状態 */
a:hover {color:#511111; text-decoration: underline;}/* マウスクリックされている状態 */


.clear{
  clear:both;
  overflow:hidden;
}
.wrapper_l{  float:left;}
.wrapper_r{  float:right;}

/*---------Head----------*/
#head{
	background: url(imgs/head_bk.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:95px;
}


/*---------main----------*/
#inbox{
	background: url(imgs/back.jpg);
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
  clear:both;
  overflow:hidden;
}

.contents_wrapper_l{
  background-color:#0d0007;
  width:205px;
  float:left;
}
.contents_wrapper_r{
  background: repeat-y url(imgs/contents_back.png);
  width:770px;
  float:left;
}

.side{
	background: url(imgs/side_bk.jpg);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding:10px 21px 0px 20px;
	width:164px;
	height:700px;
  text-align:center;
}

.main{
	background-color:#f3eee2;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:745px;
}

.grade{
	background: url(imgs/grade.png);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


.contents{
	margin: 35px 0px 0px 0px;
	padding:0px 50px 0px 40px;
	width:655px;
}


.pagetop{
	vertical-align:bottom;
	text-align:right;
	margin: 50px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


/*---------contents----------*/
.btn_txt{
	background: url(imgs/btn_maru.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 8px 0px;
	padding:0px 0px 0px 10px;
	letter-spacing:0.3em;
	font-size: 10px ;
	line-height: 14px;
	font-weight: nomal;
	color:#ffffff;
}

.btn_txt a,
.btn_txt a:link {color: #ffffff; text-decoration: none}
.btn_txt a:visited {color: #ffffff; text-decoration: none}
.btn_txt a:active {color: #ffffff; text-decoration: underline}
.btn_txt a:hover  {color: #ffffff; text-decoration: underline}

.btn_txt01{
	background: url(imgs/btn_yazi.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding:0px 0px 0px 15px;
	font-size: 10px ;
	line-height: 15px;
	font-weight: nomal;
	color:#ffffff;
}

.btn_txt01 a,
.btn_txt01 a:link {color: #ffffff; text-decoration: none}
.btn_txt01 a:visited {color: #ffffff; text-decoration: none}
.btn_txt01 a:active {color: #ffffff; text-decoration: underline}
.btn_txt01 a:hover  {color: #ffffff; text-decoration: underline}

img.baseline { vertical-align : baseline ; }
img.middle   { vertical-align : middle ; }


/*--------- One year ----------*/
.oneyear_txt{
	font-size: 12px;
	line-height: 15px;
	font-weight: nomal;
	margin:0px 0px 0px 0px;
	padding:5px 0px 20px 0px;
}

.oneyear_txt01{
	font-size: 12px;
	line-height: 15px;
	font-weight: nomal;
	margin:0px 0px 0px 0px;
	padding:5px 0px 10px 0px;
}

.oneyear_subttl{
	background: url(imgs/oneyear_maru.gif);
	background-repeat: no-repeat;
	font-size: 13px ;
	line-height: 16px;
	font-weight: bold;
	color:#aa7e3e;
	letter-spacing:2px;
	margin: 0px 0px 5px 0px;
	padding:0px 0px 0px 12px;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


/*--------- Garden ----------*/
.garden_txt{
	font-size: 10px;
	line-height: 14px;
	font-weight: nomal;
	margin:0px 0px 0px 0px;
	padding:3px 0px 0px 0px;
}

/*--------- Contact Us ----------*/
.con_hyo{
	font-size: 12px;
	line-height: 20px;
	font-weight: nomal;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 10px;
}




/*---------Footer----------*/
#Footer{
	background: url(imgs/footer.gif);
	background-repeat: repeat-x;
	height:175px;
}

.Copy{
	font-size: 9px;
	line-height: 17px;
	text-align:left;
	color: #ffffff;
	font-weight: normal;
	width:720px;
	padding:15px 0px 0px 230px;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*---------width----------*/


/*---------margin----------*/
/*---top---*/
.top5{margin-top:5px;}
.top10{margin-top:10px;}
.top20{margin-top:20px;}
.top24{margin-top:24px;}
.top30{margin-top:30px;}
.top35{margin-top:35px;}
/*---left---*/
.left20{margin-left:20px;}
.left33{margin-left:33px;}
/*---left---*/
.right15{margin-right:15px;}
/*---Line---*/
.Line5{ margin: 5px 0px 5px 0px;}
.Line{ margin: 10px 0px 10px 0px;}
.Line15{ margin: 15px 0px 15px 0px;}
.Line20{ margin: 20px 0px 20px 0px;}
.Line30{ margin: 30px 0px 30px 0px;}

.dot{
	background: url(imgs/dot.gif);
	background-repeat: repeat-x;
	margin: 10px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}


/*---------Text----------*/
h3{
	margin: 0px 0px 0px 0px;
	padding: 47px 0px 0px 0px;
}

p{
	font-size: 12px ;
	line-height: 17px ;
	font-weight: normal;
	clear:both;
}

.c1{
	font-size: 10px ;
	line-height: 13px;
	font-weight: normal;
}

.c2{
	font-size: 12px ;
	line-height: 20px ;
	font-weight: normal;
	clear:both;
}


/*-----  2016.04.07 追加 [ 増田 ] -----*/
.reserve_copy {
  font-size:21px;
  line-height:25px;
  text-align:left;
  letter-spacing:2px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  
  }