@charset "utf-8";

/*
-----------------------------------------------
気功整体院　TOPページのスタイル
-----------------------------------------------

o common.cssのスタイルを上書き
o header

*/



/* -------------------------------------------------
common.cssのスタイルを上書き
変更したい部分のみここに書く
------------------------------------------------- */
#gbContents div.gbWrapper h1 {
	height:auto;
	margin:0;
	padding:0;
	font-size:large;
	color:#5AAC46;
	background:none;	
}

* html div#gbContents div.gbWrapper h1 {
	height:20px;
}



/* -------------------------------------------------
header
------------------------------------------------- */
#header {
	position:relative;
	height:131px;
	background:url(../img/header_img.jpg) top left no-repeat;
}

#header div {
	position:absolute;
	top:24px;
	left:12px;
}

#header p {
	position:absolute;
	top:18px;
	left:312px;
	font-size:small;
	line-height:1.5;
	color:#FFFFFF;
}



/* -------------------------------------------------
title
------------------------------------------------- */
#title {
	position:relative;
	min-height:300px;
	margin:0 0 10px 0;
}

/* for IE6 */
* html div#title {
	height:auto !important;
	height:300px;
}

#title div.image {
	position:absolute;
	top:0;
	left:0;
}

#title div.text {
	padding:0 0 0 230px;
}

