/*######################################
大西整骨院
■レイアウト用■
layout.css
CSS Version 2.0
LastModefied:2006.10.19 By yoshida
######################################*/

/*########################
部分的装飾
########################*/
.margin20T{margin-top: 20px;}
.margin20B{margin-bottom: 20px;}
.margin30T{margin-top: 30px;}
.margin30B{margin-bottom: 30px;}

/*########################
Global
	border: 1px solid orange;
########################*/
*{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

body{
	background-color: white;
	color: #666666;
	text-align: center;
	line-height: 140%;
	font-size: 11pt;
	background-image: url('../grf/bg_head.gif');
	background-repeat: repeat-x;
	background-position: left top;
	scrollbar-face-color: white;
	scrollbar-shadow-color: white;
	scrollbar-track-color: #f5f5f5;
	scrollbar-darkshadow-color: #9acd32;
	scrollbar-arrow-color: #9acd32;
}

td{
	line-height: 140%;
	font-size: 11pt;
}

th{
	line-height: 140%;
	font-size: 11pt;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

ol{
	margin-left: 1em;
	padding-left: 1em;
}

a{color: #666666; text-decoration: none;}
a:hover{text-decoration: underline;}

/*########################
ヘッダー
########################*/
#Head{
	display: block;
	width: 770px;
	height: 94px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../grf/head.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#Head h1{
	font-size: 9pt;
	color: #808000;
	font-weight: normal;
	padding-top: 10px;
}

#Head img{
	margin-top: 22px;
	margin-left: 14px;
}

/*########################
コンテンツ内容
########################*/
#Width{
	width: 770px;
	background-image: url('../grf/bg_main.gif');
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
}
/*----------------------
トップページ
----------------------*/
#Top #IMG{
	background-image: url('../grf/bg_main_top.gif');
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	width: 615px;
	height: 266px;
	float: right;
}

#Top #Main{
	clear: both;
	margin: 0 20px;
	text-align: left;
}

/*----------------------
２階層目
----------------------*/
#Contents #Main{
	display: block;
	width: 615px;
	float: right;
	background-image: url('../grf/bg_main_top.gif');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

/* メニュー下連絡先 */
#Menu div{
	margin-left: 12px;
	margin-top: 25px;
}

#Menu div strong{
	color: #669933;
	font-size: 13pt;
}

/*########################
メニュー
########################*/
/*----------------------
トップへ
----------------------*/
#Menu p{
	margin-top: 23px;
	text-align: right;
	padding-right: 7px;
}

#Menu p a{
	color: white;
	background-image: url('../grf/menu_home_off.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#Menu p a:hover{
	color: #FFA500;
	text-decoration: none;
	background-image: url('../grf/menu_home_on.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/*----------------------
２階層目へ
----------------------*/
#Menu{
	width: 155px;
	height: 266px;
	float: left;
	background-image: url('../grf/bg_menu.gif');
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}

#Menu ul{
	list-style: none;
	margin-left: 5px;
	margin-top: 28px;
}

#Menu li{
	list-style: none;
	font-size: 9pt;
	width: 150px;
	height: 32px;
}

#Menu ul a span{
	padding-left: 20px;
}

#Menu ul a{
	display: block;
	text-decoration: none;
	width: 150px;
	height: 32px;
	line-height: 230%;
	background-image: url('../grf/menu_off.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

#Menu ul a:hover{
	color: #FFFFCC;
	background-image: url('../grf/menu_on.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

#Menu a.on{
	color: #FFFFCC;
	background-image: url('../grf/menu_on.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

/*########################
フッター
########################*/
#Foot{
	clear: both;
	background-image: url('../grf/foot.gif');
	background-position: center top;
	background-repeat: no-repeat;
	width: 770px;
	height: 28px;
	text-align: left;
	font-size: 9pt;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

#Foot a{
	color: #FFFFCC;
}

#Foot p{
	padding-left: 20px;
}

