@charset "UTF-8";
/* reset
========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*clearfix*/
.clear {clear:both;}
/*clearfix*/
.clearfix:before,.clearfix:after {
    content:"";
    display:block;
    overflow:hidden;
}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}

/* body
========================================================================== */
body {
  font-family: "Times New Roman", Times, serif YuMincho, '游明朝',Georgia,'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
  text-align: justify;
  text-justify: inter-ideograph;
  background-color: #fff;
  font-size: 12px;
  color: #000;
  -webkit-text-size-adjust: 100%;
}
body a {
  text-decoration: none;
}


/* container
========================================================================== */
#container {
  width: 960px;
  margin:0 auto;
}

/* header
========================================================================== */
header section#headerArea {
  width: 830px;
  margin: 0 auto;
  padding-top: 150px;
}
header section#headerArea h1 a {
  display: block;
  background: transparent url(../img/honoto_logo.png) top left no-repeat;
  width: 0;
  height: 0;
  padding: 158px 0 0 340px;
  overflow: hidden;
}
header section#headerArea nav ul {
  text-align:right;
  float: right;
  margin:175px 0 0 auto;
}
header section#headerArea nav ul li {
  display: inline-block;
  margin-left: 25px;
  *display: inline;
  *zoom: 1;
}

/* INFORMATION
========================================================================== */
section#INFORMATION {
  width: 830px;
  margin: 0 auto;
  padding-top: 175px;
}
section#INFORMATION h1 {
  display: block;
  background: transparent url(../img/honoto_title_info.png) top left no-repeat;
  width: 0;
  height: 0;
  padding: 25px 0 0 250px;
  overflow: hidden;
}
section#INFORMATION dl {
  float:left;
  text-align:left;
  margin-top: 75px;
  width:740px;
}
section#INFORMATION dl dt{
  float: left;
  clear: both;
  width: 155px;
  font-size:26px;
  padding:0 0 35px 0;
  letter-spacing: 0.03em;
}
section#INFORMATION dl dd{
/*  float: left;*/
  font-size:26px;
  padding:0 0 35px 0;
  letter-spacing: 0.05em;
}
section#INFORMATION dl dd span{
  font-size:13px;
  padding:0 0 35px 0;
  letter-spacing: 0.05em;
}
section#INFORMATION p#map{
	display:block;
    float:right;
	margin-top: 75px;
}
section#INFORMATION a{
	color: #000;
}

section#INFORMATION #open{
	clear:both;
	text-align:left;
	padding-top:55px;
	font-size:26px;
}
section#INFORMATION #open p{
	letter-spacing:0.05em;
}
section#INFORMATION #open span{
	display:block;
	padding-top: 22px;
	font-size:17px;
}

/* MENU
========================================================================== */
section#MENU {
  width: 830px;
  margin: 0 auto;
  padding-top: 120px;
}
section#MENU h1 {
  display: block;
  background: transparent url(../img/honoto_title_menu.png) top left no-repeat;
  width: 0;
  height: 0;
  padding: 25px 0 0 250px;
  overflow: hidden;
}
section#MENU table{
	margin-top:70px;
}
section#MENU .session1{
	font-size:18px;
	padding:0 0 45px 0;
	width:190px;
}
section#MENU .session2{
	text-align:right;
	font-size:18px;
	padding:0 0 45px 0;
	width:75px;
}
section#MENU .session3{
	text-align:right;
	font-size:18px;
	padding:0 0 45px 0;
	width:90px;
}
section#MENU .session4{
	text-align:left;
	font-size:13px;
	padding:0 0 45px 35px;
	width:460px;
}
section#MENU p{
	text-align: justify;
	font-size:17px;
	line-height:32px;
	padding:45px 0 0 0;
	width:100%;
}


/* pagetop
========================================================================== */
p#gotoPageTop a {
  display: block;
  background: transparent url(../img/honoto_btn_pagetop.png) top left no-repeat;
  width: 0;
  height: 0;
  float:right;
  padding: 60px 0 0 60px;
  overflow: hidden;
  position: fixed;
  bottom: 60px;
  right: 60px;
}


/* footer
========================================================================== */
footer section#footerArea {
  width: 830px;
  margin: 100px auto 60px;
}
footer section#footerArea p {
	text-align:left;
}

