/* -- layout -- */
#wrap {
		width:100%;
		float:left;
}

#content {
		margin-right:260px;
}

#sidebar {
		float:left;
		margin:0px -130px 0px -115px;
		/*margin-left:-250px;*/
		width:240px;
}
	
#movable {
	position:absolute;
	width:240px;
	left: 536px;
	top: 133px;
}

/* -- mozilla対応ここから -- */
:root #sidebar {
		float:left;
		margin:0px 0px 0px 7px;
		/*margin-left:-250px;*/
		width:210px;
}
	
:root #movable {
		position:absolute;
		width:210px;
}
/* -- mozilla対応ここまで -- */
#tel_movable {
		position:absolute;
		width:240px;
}

/* -- mozilla対応ここから -- */
:root #tel_movable {
		position:absolute;
		width:210px;
}
/* -- mozilla対応ここまで -- */

/* -- design -- */
#content .column {
		background-color:#fff;
		border:8px solid #eee;
		padding:8px;
		margin-bottom:10px;
		height:2000px;
}

#content .top {
		height:160px;
}

#static {
		background-color:#fff;
		border:8px solid #eee;
		padding:8px;
		height:160px;
}

#movable #tel_movable {
		background-color:#f1f5fa;
		/*border:8px solid #c9d8ed;*/
		/*padding:8px;*/
		height:120px;
}

/* -- mozilla対応ここから -- */
:root #movable #tel_movable {
		background-color:#f1f5fa;
		/*border:8px solid #c9d8ed;*/
		/*padding:8px;*/
		height:90px;
}
/* -- mozilla対応ここまで -- */

code {
		display:block;
		margin:8px 0px;
		padding:8px;
		font-size:small;
		color:#008000;
		line-height:150%;
		background:#fcfcfc;
		border:1px solid #eee;
}
