@charset "utf-8";

/*
-----------------------------------------------
気功整体院　共通のスタイル
-----------------------------------------------

o タグの初期化
o 共通クラス
o ヘッダ部分
o コンテンツ全体をくくるタグ
o メニュー部分
o コンテンツ部分
o ページの先頭へ
o フッタ部分

*/



/* -------------------------------------------------
タグの初期化
------------------------------------------------- */
h1, h2, h3, h4, h5, h6, div, p, ul, li, dl, dt, dd {
	margin:0;
	padding:0;
}

img {
	border:0;
	vertical-align:top;
}

hr {
	display:none;
}

p {
	text-align:justify;
	text-justify:inter-ideograph;
	line-break:strict;
}

dd {
	text-align:justify;
	text-justify:inter-ideograph;
	line-break:strict;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	text-align:justify;
	text-justify:inter-ideograph;
	line-break:strict;
}

a:link    { color:#0091CE; text-decoration:underline; }
a:active  { color:#0091CE; text-decoration:underline; }
a:visited { color:#0091CE; text-decoration:underline; }
a:hover   { color:#0091CE; text-decoration:underline; }

body {
	margin:0;
	padding:0;
	text-align:center;
	color:#666666;
	background:#FFF9DF url(../img/bg.jpg) top left repeat-x;
}



/* -------------------------------------------------
共通クラス
----------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* -------------------------------------------------
ヘッダ部分
------------------------------------------------- */
#gbHeader {
	position:relative;
	width:808px;
	height:96px;
	margin:0 auto;
	text-align:left;
}

#gbHeader p.logo {
	position:absolute;
	top:41px;
	left:4px;
}

#gbHeader p.lead {
	position:absolute;
	top:8px;
	left:4px;
	font-size:small;
}

#gbHeader p.tel {
	position:absolute;
	top:62px;
	left:320px;
	font-size:30px;
	line-height:1.2;
	color:#333333;
}

#gbHeader p.tel span {
	font-size:12px;
	font-weight:bold;
	color:#006C9B;
}

#gbHeader p.time {
	position:absolute;
	top:65px;
	right:10px;
	font-size:12px;
	line-height:1.2;
	color:#333333;
}

#gbHeader p.time span {
	color:#006C9B;
	font-weight:bold;
}

#gbHeader ul {
	list-style-type:none;
	position:absolute;
	top:36px;
	right:0;
	font-size:small;
	line-height:1.6;
}

#gbHeader ul li {
	float:left;
	margin:0 10px 0 0;
	padding:0 0 0 14px;
	background:url(../img/header_icon1.gif) 0 4px no-repeat;
}

#gbHeader ul li a {
	color:#333333;
	text-decoration:none;
}

#gbHeader ul li a:hover {
	color:#0091CE;
	text-decoration:underline;
}



/* -------------------------------------------------
コンテンツ全体をくくるタグ
背景用
------------------------------------------------- */
#gbContainer {
	width:808px;
	margin:0 auto;
	text-align:left;
	background:url(../img/container_bg.gif) top left repeat-y;
}



/* -------------------------------------------------
メニュー部分
------------------------------------------------- */
#gbMenu {
	float:left;
	width:194px;
	padding:19px 0 0 0;
	background:url(../img/menu_bg.jpg) top left no-repeat;
}

/* IE6 */
* html div#gbMenu {
	display:inline;
}

/* メニュー */
#gbMenu dl.menu {
	margin:0 0 20px 0;
}

#gbMenu dl.menu dt {
	margin:0 0 8px 18px;
}

#gbMenu dl.menu dd {
	margin:0 15px 0 18px;
	line-height:1.6;
}

#gbMenu dl.menu dd ul {
	list-style-type:none;
	font-size:small;
}

#gbMenu dl.menu dd ul li {
	margin:0 0 5px 0;
	padding:0 0 0 14px;
	background:url(../img/menu_icon1.gif) 0 4px no-repeat;
}

#gbMenu dl.menu dd ul li.line {
	padding:0 0 5px 14px;
	border-bottom:1px solid #DFDFDF;
}

#gbMenu dl.menu dd ul li a {
	color:#333333;
	text-decoration:none;
}

#gbMenu dl.menu dd ul li a:hover {
	color:#0091CE;
	text-decoration:underline;
}

/* QRコード */
#gbMenu dl.menu dd p {
	margin:0 0 0 2px;
	font-size:small;
	color:#7C6F58;
}

#gbMenu dl.menu dd div {
	text-align:center;
}

/* 予約フォーム */
#gbMenuYoyakuForm {
	margin:0 0 0 2px;
	padding:10px 0 10px 6px;
	font-size:small;
	line-height:1.4;
	border-top:1px solid #DFDFDF;
}

/* 住所 */
#gbMenu dl.menu dd p.adress {
	margin:0 0 0 2px;
	padding:10px 0 0 0;
	font-size:small;
	line-height:1.4;
	border-top:1px solid #DFDFDF;
}

#gbMenu dl.menu dd p.adress strong.tel {
	font-size:large;
	color:#0091CE;
}

#gbMenu dl.menu dd p.adress strong.name {
	font-size:medium;
	color:#333333;
}

#gbMenu dl.menu dd p.adress span {
	font-size:x-small;
	color:#333333;
}

/* リンク */
#gbMenu dl.link {
	margin:0 0 20px 18px;
	padding:20px 0 0 0;
	background:url(../img/menu_line.gif) top left no-repeat;
}

#gbMenu dl.link dt {
	margin:0 0 3px 0;
}

#gbMenu dl.link dd {
	margin:0 15px 20px 0;
	font-size:small;
	line-height:1.3;
}


/* -------------------------------------------------
コンテンツ部分
------------------------------------------------- */
#gbContents {
	float:left;
	width:614px;
	background:url(../img/contents_bg.jpg) top left no-repeat;
}

/* IE6 */
* html div#gbContents {
	display:inline;
}

#gbContents div.gbWrapper {
	margin:19px 17px 35px 15px;
	font-size:medium;
	text-align:justify;
	text-justify:inter-ideograph;
	line-break:strict;
	line-height:1.5;
}

#gbContents div.gbWrapper h1 {
	height:63px;
	padding:15px 0 0 11px;
	font-size:x-large;
	color:#FFFFFF;
	background:url(../img/contents_h1.jpg) top left no-repeat;
}

/* IE6 */
* html div#gbContents div.gbWrapper h1 {
	height:73px;
}

#gbContents div.gbWrapper h2 {
	margin:0 0 0.5em 0;
	padding:0 0 0 11px;
	vertical-align:middle;
	font-size:large;
	line-height:32px;
	color:#FFFFFF;
	background:url(../img/contents_h2.jpg) top left no-repeat;
}



/* -------------------------------------------------
ページの先頭へ
------------------------------------------------- */
#pageTop {
	clear:both;
	padding:0 19px 0 0;
	text-align:right;
}

#pageTop p {
	display:inline;
	padding:0 0 0 14px;
	font-size:small;
	line-height:1.6;
	background:url(../img/contents_icon1.gif) 0 3px no-repeat;
}

#pageTop p a {
	color:#666666;
	text-decoration:none;
}

#pageTop p a:hover {
	color:#0091CE;
	text-decoration:underline;
}



/* -------------------------------------------------
フッタ部分
------------------------------------------------- */
#gbFooter {
	background:#D5CDC1;
}

#gbFooter div.wrapper {
	position:relative;
	width:808px;
	margin:0 auto;
	padding:40px 0 15px 0;
	text-align:left;
	background:url(../img/footer_bg.jpg) top left no-repeat;
}

#gbFooter div.wrapper p {
	position:absolute;
	top:42px;
	left:44px;
}

#gbFooter div.wrapper ul {
	list-style-type:none;
	margin:0 0 0 209px;
}

#gbFooter div.wrapper ul li {
	float:left;
	width:186px;
	margin:0 10px 0 0;
	font-size:small;
	line-height:1.6;
}

#gbFooter div.wrapper ul li a {
	color:#333333;
	text-decoration:none;
}

#gbFooter div.wrapper ul li a:hover {
	color:#0091CE;
	text-decoration:underline;
}

#gbFooter div.wrapper address {
	clear:both;
	height:1%; /* for IE */
	margin:0 0 0 209px;
	padding:20px 0 0 0;
	color:#333333;
	font-size:small;
	font-style:normal;
}


