@charset "UTF-8";

html {
  overflow-y:scroll;
}
body {
	background: #DDDECC;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

/* ------------------------------------------------------- */
.top5 {
  margin-top: 5px;
}
.top10 {
  margin-top: 10px;
}
.top15 {
  margin-top: 15px;
}
.top20 {
  margin-top: 20px;
}
.bottom5 {
  margin-bottom: 5px;
}
.bottom10 {
  margin-bottom: 10px;
}
.bottom15 {
  margin-bottom: 15px;
}
.bottom20 {
  margin-bottom: 20px;
}
.bottom30 {
  margin-bottom: 30px;
}
.left5 {
  margin-left: 5px;
}
.left10 {
  margin-left: 10px;
}
.left15 {
  margin-left: 15px;
}
.left20 {
  margin-left: 20px;
}
.right5 {
  margin-right: 5px;
}
.right10 {
  margin-right: 10px;
}
.right15 {
  margin-right: 15px;
}
.right20 {
  margin-right: 20px;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.redText {
  color: #cd4219;
}
.listStyleOlOn,
.listStyleUlOn {
	padding-left: 3em;
	margin-bottom: 20px;
	line-height: 2;
}
.listStyleOlOn,
.listStyleOlOn li {
	list-style: decimal;
}
.listStyleUlOn,
.listStyleUlOn li {
	list-style: disc;
}
table.tableBorder {
  border-collapse: collapse;
}
table.tableBorder th,
table.tableBorder td {
  border: 1px solid #999999;
  padding: 5px;
}
/* ------------------------------------------------------- */
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
}
#contents {
	background: #ffffff;
}

/* ------------------------------------------------------- */
#header {
	margin-top: 28px;
	position: relative;
	height: 104px;
}
#header h1 a {
	position: absolute;
	width: 230px;
	height: 66px;
	background: url(../images/hitotsubu_logo.gif) no-repeat;
	text-indent: -9999px;
	/* Hides from IE-mac \*/
	overflow: hidden;
  /* End hide from IE-mac */
	top: 21px;
	left: 37px;
}
#header ul#infoNavi,
#header ul#infoNavi li {
	list-style: none;
}
#header ul#infoNavi {
	position: absolute;
	top: 21px;
	right: 22px;
}
#header ul#infoNavi li {
	display: inline;
	color: #666666;
}
#header ul#infoNavi li a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
#header ul#infoNavi li a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------- */
#bodyBox {
	width: 749px;
	margin: 0 auto;
}
#topPhoto {
  margin-bottom: 20px;
}
#topPhoto img {
  vertical-align: bottom;
}
#topPhotoLeft {
  width: 347px;
  float: left;
}
#topPhotoRight {
  width: 387px;
  float: right;
}
#topPhotoRight h2 {
  margin-bottom: 0;
}
#topPhotoRight #artistSpDesc {
  margin-bottom: 5px;
}
#topPhotoRight li {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 5px;
}
#topPhotoRight #shopBnr {
  margin-top: 15px;
}
#topPhotoRight #aboutBnr {
  margin-bottom: 1px;
}
#topPhotoRight #artistBnr {
  /*margin-bottom: 20px;*/
}
#topDescription {
	position: relative;
	margin-bottom: 20px;
}
#topDescription p {
	/*padding-bottom: 22px;*/
	color: #333333;
}
#moreBtn a {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 124px;
	height: 22px;
	background: url(../images/more_btn.gif) no-repeat;
	text-indent: -9999px;
	/* Hides from IE-mac \*/
	overflow: hidden;
  /* End hide from IE-mac */
}
#moreBtn a:hover {
	background-position: 0 -22px;
}
#topMenuBox {
	color: #666666;
	margin: 0 auto 15px auto;
}
#topMenuBox h2 {
	color: #3399CC;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
#topMenuBox .topMenu {
	float: left;
	width: 200px;
	text-align: center;
	/*margin: 0 24px 15px;*/
	margin-bottom: 15px;
}	
#diaryBox {
  background: #eee5d7;
  /*color: #3f3eb3;*/
  color: #574f48;
  float: right;
  width: 329px;
  border-top: 1px dashed #999999;
  padding-top: 3px;
  text-indent: 5px;
  font-size: 12px;
}
#diaryBox ul {
  border-top: 1px dashed #999999;
}
#diaryBox li {
  padding: 3px 20px;
  border-bottom: 1px dashed #999999;
}
#diaryBox a {
  /*color: #3f3eb3;*/
  color: #574f48;
  text-decoration: none;
}
#diaryBox a:hover {
  text-decoration: underline;
}
/* 特集ページ */
#featureBox {
	padding: 0 20px;
}
#featureBox p {
	color: #444444;
	line-height: 2;
	margin-bottom: 20px;
}
#featureBox p#featureDescription {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #babfb1;
}
#featureBoxTop {
	padding: 0 20px;
}
#featureBoxTop p {
	color: #444444;
	line-height: 2;
	margin-bottom: 20px;
}
/* #featureBoxTop h2 → 0810.css */
#featureBoxTop p#featureDescription {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 2px dotted #babfb1;
}
#featureBoxL {
	width: 500px;
	float: left;
	padding-right: 30px;
}
#featureBoxR {
	width: 170px;
	float: left;
}
/* 毎号別のCSSにも記述あり */
#featureListBtn {
  margin-bottom: 40px;
}
#featureListBox h2 {
  margin-bottom: 30px;
}
#featureListBox ul {
  margin: 20px 0 30px;
}
#featureListBox li {
  text-indent: 2em;
}
.worksLinkBox {
  background: #cac3ac;
  padding: 10px;
  line-height: 1;
  text-align: center;
}
.worksLinkBox a {
  color: #333333;
  text-decoration: none;
}
.worksLinkBox a:hover {
  color: #ff3300;
  text-decoration: underline;
}
/* 工房ひとつぶの空について */
#aboutBox {
	padding: 0 20px;
}
#aboutBox h2 {
  width: 709px;
  height: 150px;
  text-indent: -9999px;
  background: url(../about/images/about_title.jpg) no-repeat;
  margin-bottom: 40px;
	/* Hides from IE-mac \*/
	overflow: hidden;
  /* End hide from IE-mac */
}
#aboutBox h3#subTitle01,
#aboutBox h3#subTitle02,
#aboutBox h3#subTitle03 {
  width: 709px;
  height: 45px;
  text-indent: -9999px;
	margin-bottom: 10px;
	/* Hides from IE-mac \*/
	overflow: hidden;
  /* End hide from IE-mac */
}
#aboutBox h3#subTitle01 {
	background: url(../about/images/about_sub_title01.jpg) no-repeat;
}
#aboutBox h3#subTitle02 {
	background: url(../about/images/about_sub_title02.jpg) no-repeat;
}
#aboutBox h3#subTitle03 {
	background: url(../about/images/about_sub_title03.jpg) no-repeat;
}
#aboutBox p {
	line-height: 2;
	margin-bottom: 40px;
}
#aboutBox #addressLeft {
  float:left;
}
#aboutBox #addressLeft,
#aboutBox #addressRight {
  width: 345px;
}
#aboutBox #addressRight {
  float: right;
  text-align: center;
  border: 2px solid #e4e4e4;
  padding: 15px 0;
}
/* プレゼントページ */
#presentBox {
  padding: 0 20px;
}
#presentBox h2 {
  width: 709px;
  height: 150px;
  text-indent: -9999px;
  background: url(../present/images/present_photo.jpg) no-repeat;
  margin-bottom: 40px;
	/* Hides from IE-mac \*/
	overflow: hidden;
  /* End hide from IE-mac */
}
#presentBox h3 {
  font-size: 20px;
}
#presentBox strong {
  font-size: 16px;
  font-weight: normal;
}
#presentBox h3#subTitle01 {
  width: 709px;
  height: 45px;
  text-indent: -9999px;
	margin-bottom: 10px;
	background: url(../present/images/present_sub_title01.gif) no-repeat;
	/* Hides from IE-mac \*/
	overflow: hidden;
  /* End hide from IE-mac */
}
#presentBox p {
  margin-bottom: 15px;
}
#presentBox td {
  line-height: 2;
}
#presentTopPhoto {
  display: block;
  margin-bottom: 6px;
}
#presentPhotoBox {
  width: 360px;
  float: left;
}
#presentPhotoBox a {
  display: block:
  width: 170px;
  float: left;
  margin-right: 6px;
}
#presentDescriptionBox {
  width: 340px;
  float: right;
}
#presentBox h3#formTitle {
  width: 709px;
  height: 45px;
  text-indent: -9999px;
	margin-bottom: 10px;
	background: url(../present/images/present_form_title.gif) no-repeat;
	/* Hides from IE-mac \*/
	overflow: hidden;
  /* End hide from IE-mac */
}
#shopBtnBox {
  clear: both;
  text-align: center;
}
#shopBtnBox h2 {
  background: #6FB5E2 url(../present/images/shopbtn_header_bg.gif) no-repeat;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 0 3px;
}
#shopBtnBox #listBoxWrapper {
  background: url(../present/images/shopbtn_footer_bg.gif) no-repeat bottom;
  margin-bottom: 15px;
}
#shopBtnBox #listBox {
  border: 1px solid #6FB5E2;
  border-bottom: none;
  margin-bottom: 10px;
}
#shopBtnBox #listBox .listBoxOne {
  width: 160px;
  float: left;
  margin: 10px 13px 0;
}
#presentBox #presentEndMess {
  color: #ba544e;
}
#presentBox ul,
#presentBox li {
  list-style: disc;
}
#presentBox ul {
  margin-left: 2em;
  margin-bottom: 15px;
}
table#presentForm {
  border-spacing: 30px 20px;
  font-size: 16px;
}
input.border1px {
  border: 1px solid #666666;
  padding: 5px;
}
.presentEndText {
  color: #a51214;
}
/* 実店舗ページ */
#realshopBox {
  padding: 0 20px;
}
#realshopBox h2 {
  width: 709px;
  height: 150px;
  text-indent: -9999px;
  background: url(../realshop/images/realshop_title.jpg) no-repeat;
  margin-bottom: 40px;
	/* Hides from IE-mac \*/
	overflow: hidden;
  /* End hide from IE-mac */
}
#realshopBox h3#realshopSubTitle01,
#realshopBox h3#realshopSubTitle02 {
  width: 709px;
  height: 45px;
  text-indent: -9999px;
	margin-bottom: 10px;
	clear: both;
	/* Hides from IE-mac \*/
	overflow: hidden;
  /* End hide from IE-mac */
}
#realshopBox h3#realshopSubTitle01 {
  background: url(../realshop/images/realshop_sub_title01.gif) no-repeat;
}
#realshopBox h3#realshopSubTitle02 {
  background: url(../realshop/images/realshop_sub_title02.gif) no-repeat;
}
#realshopBox #realshopBoxL {
  width: 400px;
  float: left;
}
#realshopBox #openDate {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#realshopBox .realshopInfoBox {
  background: #e8f5ef;
  border: 4px double #a9adde;
  padding: 10px;
}
#realshopBox #realshopBoxR {
  width: 270px;
  float: right;
}
#realshopBox #realshopBoxR p {
  margin-bottom: 10px;
}
#realshopBox #realshopBoxR .eventOneBox {
  margin-bottom: 40px;
}
#realshopBox #realshopBoxR .eventOneBox ul,
#realshopBox #realshopBoxR .eventOneBox li {
  list-style: disc;
}
#realshopBox #realshopBoxR .eventOneBox ul {
  margin-bottom: 10px;
}
#realshopBox #realshopBoxR .eventOneBox li {
  margin-left: 1em;
}
#realshopBox #realshopAddress {
  font-size: 15px;
  margin-bottom: 30px;
}
#realshopBox #realshopMap {
  text-align: center;
}
/* イベントページ */
#eventBox {
  padding: 0 20px;
}
#eventBox h2 {
  width: 709px;
  height: 219px;
  background: url(../event/2009/images/title.jpg) no-repeat;
  text-indent: -9999px;
}
#eventBox h2#event090923 {
  width: 709px;
  height: 368px;
  background: url(../event/2009/images/title090923.jpg) no-repeat;
  text-indent: -9999px;
  margin-bottom: 10px;
}
#eventBox #eventContactBox {
  border: 2px solid #3E69AE;
}
#eventBox #eventContactBox #contactTitle {
  background: #3E69AE;
  padding: 7px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
#eventBox #eventContactBox p,
#eventBox #eventContactBox ul {
  margin: 10px;
}
#eventBox #eventContactBox #eventContactBoxTel {
  text-align: center;
  padding: 10px;
  border: 1px solid #999999;
  margin: 10px auto;
  width: 350px;
}
/* ---------------------------------- */
/* exhibitionBox */
#exhibitionBox {
	padding: 0 20px;
}

/* ---------------------------------- */
/* schoolBox */
#schoolBox {
	padding: 0 20px;
	line-height: 1.8;
}
#schoolBox h3 {
	/*margin-bottom: 5px;*/
}
#schoolBox #schoolBoxL,
#schoolBox #schoolBoxR {
  width: 345px;
}
#schoolBoxHeader {
  position: absolute;
  top: 103px;
  left: 0px;
  height: 365px;
}
#schoolBoxMess {
	margin-top: 384px;
	background: #F60 url(../school/images/mess_bg.gif) repeat-x;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	padding: 10px 0;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}
#schoolBoxMess .title {
	font-size: 20px;
	line-height: 2;
}
#schoolBox #schoolBoxL,
#schoolBox #schoolBoxR {
  margin-top: 405px;
	/*margin-top: 30px;*/
}
#schoolBox #schoolBoxL {
  float: left;
}
#schoolBox #schoolBoxR {
  float: right;
}
#schoolBox .orangeText {
  color: #f46b2f;
}
#schoolBox #conceptBox {
  margin-bottom: 20px;
}
#schoolBox #conceptBox p {
  margin-bottom: 10px;
}
#schoolBox #tryBox {
  background: url(../school/images/trybox_bg.gif) repeat-y;
  color:  #f46b2f;
  margin-bottom: 20px;
}
#schoolBox #tryBox h3 {
  background: url(../school/images/trybox_bg_header.gif) no-repeat;
  padding: 0 13px;
  padding-top: 10px;
}
#schoolBox #tryBox p {
  background: url(../school/images/trybox_bg_footer.gif) bottom no-repeat;
  padding: 0 13px;
  padding-bottom: 10px;
}
#schoolBox #tryBox2 {
	margin-bottom: 20px;
}
#schoolBox #tryBox2 img {
	margin-bottom: 10px;
}
#schoolBox #teacherBox {
  margin-bottom: 20px;
}
#schoolBox #aboutSchoolBox {
  background: #eeeeee;
  color: #f46b2f;
  padding: 15px;
  margin-bottom: 20px;
}
#schoolBox #aboutSchoolBox li {
  list-style: decimal;
  margin-left: 3em;
}
#schoolBox #scheduleBox {
  color: #f46b2f;
}
#schoolBox #scheduleBox table {
  border-collapse: collapse;
  margin-bottom: 10px;
}
#schoolBox #scheduleBox th,
#schoolBox #scheduleBox td {
  border: 1px solid #f46b2f;
  text-align: center;
  font-size: 12px;
}
#schoolBox #scheduleBox td.open {
  background: #f46b2f;
  color: #fff;
  font-weight: bold;
}
#schoolBox .exContactBox {
  padding: 10px;
  border: 2px solid #666;
  text-align: center;
}
/* ------------------------------------------------------- */
#footer {
	clear: both;
	background: #ffffff;
	text-align: center;
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 10px;
	padding: 30px 0 4px 0;
	margin-bottom: 30px;
}
