/* Base Format 各ページ設定 フォント基本書式設定用スタイルシート */

/* ---------------------------------------------------------------- */
/* コンテンツ内共通設定 */
/* ---------------------------------------------------------------- */

body {
	color: #232122;
	font-family: "Lucida Grande", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
}

h1 {
	line-height: 160%;
	margin-bottom: 1em;
}

h2 {
	line-height: 160%;
	margin-bottom: 1em;
}

h3 {
	margin-bottom: 1em;
	font-size: 120%;
	color: #3B221C;
	font-weight: bold;
	line-height: 160%;
}

h4 {

}

h5 {
	line-height: 160%;
	margin-bottom: 0.5em;
}

h6 {
	line-height: 160%;
	margin-bottom: 0.5em;
}

p {
	line-height: 160%;
	margin-bottom: 0.5em;
}

th {
	line-height: 160%;
}

td {
	line-height: 160%;
}

th {
	background-color: #f1efe2;
	padding: 5px;
	border-bottom: 1px solid silver;
	border-right: 3px double silver;
	line-height: 160%;
	text-align: center;
}

td {
	padding: 5px;
	border-bottom: 1px solid silver;
	line-height: 160%;
}

ul {
	margin-bottom: 1em;
}

ol {
	margin-bottom: 1em;
}

ul li,#contents ol li {
	line-height: 160%;
	margin-left: 2em;
	margin-bottom: 0.5em;
}

img {
	margin: 0;
	padding: 0;
	border-style: none;
}

/* ---------------------------------------------------------------- */
/*   フォントサイズ */
/* ---------------------------------------------------------------- */
.base-ss {
	font-size: 70%;
	line-height: 150%;
}
.base-s {
	font-size: 80%;
	line-height: 145%;
}
.base-m {
	font-size: 90%;
	line-height: 150%;
}

/* ---------------------------------------------------------------- */
/*   画像回り込み処理 */
/* ---------------------------------------------------------------- */
.position-right{
	float: right;
}
.position-left{
	float: left;
}
.position-center{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/* ---------------------------------------------------------------- */
/* ボックス設定 */
/* ---------------------------------------------------------------- */

/* 左右余白無し */

.boxA00 {
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.boxA01 {
	margin-bottom: 1em;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

.boxA02 {
	margin-bottom: 2em;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

.boxA03 {
	margin-bottom: 3em;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}

/* 左右余白 10px */

.boxB00 {
	margin-bottom: 0;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB01 {
	margin-bottom: 1em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB02 {
	margin-bottom: 2em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.boxB03 {
	margin-bottom: 3em;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

/* 左右余白 20px */

.boxC00 {
	margin-bottom: 0;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC01 {
	margin-bottom: 1em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC02 {
	margin-bottom: 2em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

.boxC03 {
	margin-bottom: 3em;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
}

/* 左右余白 30px */

.boxD00 {
	margin-bottom: 0;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

.boxD01 {
	margin-bottom: 1em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

.boxD02 {
	margin-bottom: 2em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

.boxD03 {
	margin-bottom: 3em;
	margin-right: 30px;
	margin-left: 30px;
	padding: 0;
}

/* ---------------------------------------------------------------- */
/* ボックスライン設定 */
/* ---------------------------------------------------------------- */

/* 下線 余白20px */

.lineBottomA01 {
	margin-bottom: 2em;
	padding-bottom: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3B221C;
}

/* ---------------------------------------------------------------- */

/* 各ページ用追加スタイル */
/* ---------------------------------------------------------------- */

/* HOME(TOP)ページ */

#main_image {
	width: 100%;
	padding: 0;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
}

#main_image p {

	
}

/* HOME(TOP)ページ:アトリエ奉花園について */

#infoBox {
	margin-bottom: 5px;
	background-image: url(../images/info-base.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 198px;
	width: 474px;
	margin-top: 20px;
}

#infoBox  h2 {
	margin: 0 0 10px;
}

#infoBpx p {
}

/* HOME(TOP)ページ:お知らせ */

#oshiraseBox {
	background-image: url(../images/ohirase-base.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 20px;
	width: 465px;
}

#oshiraseBox  h2 {
	margin: 0 0 10px;
}

#oshiraseBox  table {
	width: 450px;
	padding: 0;
	border-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#oshiraseBox  th {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1em;
	white-space: nowrap;
	width: 15%;
	color: #3B221C;
	border-top: 1px dotted silver;
	background-color: transparent;
	border-right-style: none;
	border-bottom-style: none;
}

#oshiraseBox  td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted silver;
	background-color: transparent;
	border-bottom-style: none;
}

#oshiraseBox a {
	color: #3B221C;
}

#oshiraseBox  .journalTop  th {
	border-top-style: none;
}
#oshiraseBox  .journalTop  td {
	border-top-style: none;
}

