/* レイアウトの設定*/

body{
	background-image: url(); 
	background-repeat: no-repeat;
	background-attachment: fixed; 
	margin:0px;          /* ページ全体のmargin */
    padding:0px;         /* ページ全体のpadding */
    text-align:center;   /* 下記のautoに未対応用のセンタリング */
	position:center;
    margin:0px;
	font-size:12px;
	color:#333333;
}
/* ヘッダーの設定*/
#head{
    width:900px;
    background-color:#FFFFFF;
}
/* ラッパーの設定*/
#wrap{
	
    position:relative;
    width:900px;
    background-color:#FFFFFF;
}
/* 左側の設定*/
#left{
    width:600px;
    float:left;
    background-color:#FFFFFF;
}
/* 右側の設定*/
#right{
    width:300px;
    float:right;
    background-color:#FFFFFF;
}
/* フッターの設定*/
#foot{
    position:relative;
    width:900px;
    background-color:#FFFFFF;
    clear:both;
}

/*--menu ----------------------------------*/

#menu{
	background:#fff url(http://harimaliving.co.jp/cafemaga/img/bg01.jpg) repeat-x;
	border:1px solid #cfcfcf;
	margin:0px;
	padding:2px 0;
	_width:100%;
	overflow:hidden;
	text-align:center;
}
#menu li{
	float:left;
	width:auto;
	height:30px;
	list-style:none;
	line-height:30px;
	font-weight:bold;
	border-right:1px solid #cfcfcf;
	

}
#menu li a:link,#menu li a:visited{
	display:block;
	margin:0px 2px;	
	padding:0 30px;
	font-size:12px;
	color:#333;
	text-decoration:none;
	outline:none;
	
}
#menu li a:hover,#menu .current a:link,#menu .current a:visited{
	color:#fff;
	background:url(http://harimaliving.co.jp/cafemaga/img/bg-globalm.jpg) repeat-x;
}

/*--teble----------------------------------*/

table.t{
    border-top:1px solid #cfcfcf;
    border-left:1px solid #cfcfcf;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.t th{
    border-right:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
    background-color:#FFFFFF;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.t td{
    border-right:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
    padding:0.3em 1em;
}

.foot td{
	background-repeat:repeat-x;
}


